mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04: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