esp-idf/components/esp_system/port
Angus Gratton d685449314 esp_system: Reconfigure the WDTs at the start of the panic handler
This is mostly important on ESP32 ECO3 with the
ESP32_ECO3_CACHE_LOCK_FIX, because when we stall the other CPU core
before we disable the TG1 WDT then the first CPU can get stuck
in WDT ISR handle_livelock_int routine waiting for the other CPU.
2021-07-06 11:55:08 +10:00
..
esp32 add soft solution for esp32 eco3 live lock issue 2020-08-04 05:50:18 +00:00
esp32s2 esp32s2: IRAM/DRAM memory protection 2020-04-21 15:10:58 +02:00
include/port esp_system: share abort panic with port layer 2020-03-10 19:56:24 +08:00
CMakeLists.txt esp32, esp32s2: move panic handling code to new component 2020-03-10 19:56:24 +08:00
panic_handler_asm.S esp32, esp32s2: move panic handling code to new component 2020-03-10 19:56:24 +08:00
panic_handler.c esp_system: Reconfigure the WDTs at the start of the panic handler 2021-07-06 11:55:08 +10:00