esp-idf/components/esp_system/port
Omar Chebib b967dc0dbf espsystem: add support for RISC-V panic backtrace
Add .eh_frame and .eh_frame_hdr sections to the binary (can be
enabled/disabled within menuconfig). These sections are parsed
when a panic occurs. Their DWARF instructions are decoded and
executed at runtime, to retrieve the whole backtrace. This
parser has been tested on both RISC-V and x86 architectures.

This feature needs esptool's merge adjacent ELF sections feature.
2021-07-13 15:42:40 +08:00
..
arch espsystem: add support for RISC-V panic backtrace 2021-07-13 15:42:40 +08:00
include espsystem: add support for RISC-V panic backtrace 2021-07-13 15:42:40 +08:00
public_compat esp_system: move sleep modes to esp_hw_support, power down light sleep to esp_pm 2021-04-07 17:53:37 +08:00
soc espsystem: add support for RISC-V panic backtrace 2021-07-13 15:42:40 +08:00
brownout.c esp32h2: update esp_system and esp_hw_support to support esp32h2 2021-07-01 19:53:11 +08:00
CMakeLists.txt esp_system: move sleep modes to esp_hw_support, power down light sleep to esp_pm 2021-04-07 17:53:37 +08:00
cpu_start.c soc: add reset reasons in soc component 2021-07-13 10:45:38 +08:00
panic_handler.c esp32h2: update esp_system and esp_hw_support to support esp32h2 2021-07-01 19:53:11 +08:00