mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
esp32: Dis interrupts up to 5 lvl for DPORT
Disable interrupts for both DPORT workarounds up to 5 lvl. Closes: https://esp32.com/viewtopic.php?f=2&t=10981&sid=d125cec233070ed4d2c5410bf5d3d74a Closes: IDF-728
This commit is contained in:

committed by
bot

parent
148a269808
commit
2e9904556f
@@ -1038,6 +1038,13 @@ menu "ESP32-specific"
|
||||
This option depends on the CONFIG_FREERTOS_UNICORE option because RTC fast memory
|
||||
can be accessed only by PRO_CPU core.
|
||||
|
||||
config ESP32_DPORT_DIS_INTERRUPT_LVL
|
||||
int "Disable the interrupt level for the DPORT workarounds"
|
||||
default 5
|
||||
help
|
||||
To prevent interrupting DPORT workarounds,
|
||||
need to disable interrupt with a maximum used level in the system.
|
||||
|
||||
endmenu # ESP32-Specific
|
||||
|
||||
menu Wi-Fi
|
||||
@@ -1406,7 +1413,6 @@ menu PHY
|
||||
|
||||
endmenu # PHY
|
||||
|
||||
|
||||
menu "Power Management"
|
||||
|
||||
config PM_ENABLE
|
||||
|
Reference in New Issue
Block a user