mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-26 05:09:19 +00:00
component/esp32 : fix library dport access protections. 1. add esp32 library access DPORT register protections. 2. add bluetooth library access DPORT register protections. 3. change register operation(suffix/prefix) to new style. See merge request !757