Merge branch 'feature/gcov_dbg_stubs' into 'master'

Feature/gcov dbg stubs

See merge request idf/esp-idf!1494
This commit is contained in:
Angus Gratton
2018-05-21 08:07:49 +08:00
10 changed files with 437 additions and 73 deletions
+7
View File
@@ -512,6 +512,13 @@ config ESP32_DEBUG_OCDAWARE
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.
config ESP32_DEBUG_STUBS_ENABLE
bool "OpenOCD debug stubs"
default OPTIMIZATION_LEVEL_DEBUG
depends on !ESP32_TRAX
help
Debug stubs are used by OpenOCD to execute pre-compiled onboard code which does some useful debugging,
e.g. GCOV data dump.
config INT_WDT
bool "Interrupt watchdog"