esp-idf/components/esp_system
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
..
include add soft solution for esp32 eco3 live lock issue 2020-08-04 05:50:18 +00:00
port esp_system: Reconfigure the WDTs at the start of the panic handler 2021-07-06 11:55:08 +10:00
private_include esp_system: share abort panic with port layer 2020-03-10 19:56:24 +08:00
CMakeLists.txt esp32, esp32s2: move reset reason source to esp_system 2020-03-10 19:56:24 +08:00
component.mk esp_system: share abort panic with port layer 2020-03-10 19:56:24 +08:00
Kconfig esp32, esp32s2: move panic handling code to new component 2020-03-10 19:56:24 +08:00
linker.lf components: fix ldgen check errors 2021-06-17 12:36:34 +10:00
panic.c esp_system: Reconfigure the WDTs at the start of the panic handler 2021-07-06 11:55:08 +10:00
sdkconfig.rename esp32, esp32s2: move panic handling code to new component 2020-03-10 19:56:24 +08:00
system_api.c components/bt: Shutdown Bluetooth before esp_restart. 2020-12-25 14:06:22 +08:00