Merge branch 'bugfix/esp32s2beta_uxTopUsedPriority' into 'master'

freertos: fix defining uxTopUsedPriority for esp32s2beta

See merge request espressif/esp-idf!6378
This commit is contained in:
Ivan Grokhotkov
2019-11-01 18:51:00 +08:00
6 changed files with 15 additions and 3 deletions

View File

@@ -346,6 +346,7 @@ menu "ESP32S2-specific"
config ESP32S2_DEBUG_OCDAWARE
bool "Make exception and panic handlers JTAG/OCD aware"
default y
select FREERTOS_DEBUG_OCDAWARE
help
The FreeRTOS panic and unhandled exception handers can detect a JTAG OCD debugger and
instead of panicking, have the debugger stop on the offending instruction.