OVMS3-idf/components/soc/include/soc
Darian Leung 037c079e9a esp32: Refactor backtrace and add esp_backtrace_print()
This commit refactors backtracing within the panic handler so that a common
function esp_backtrace_get_next_frame() is used iteratively to traverse a
callstack.

A esp_backtrace_print() function has also be added that allows the printing
of a backtrace at runtime. The esp_backtrace_print() function allows unity to
print the backtrace of failed test cases and jump back to the main test menu
without the need reset the chip. esp_backtrace_print() can also be used as a
debugging function by users.

- esp_stack_ptr_is_sane() moved to soc_memory_layout.h
- removed uncessary includes of "esp_debug_helpers.h"
2019-06-19 18:30:18 +08:00
..
adc_periph.h soc: Add xxx_periph.h for all modules 2019-06-03 13:56:54 +08:00
can_periph.h soc: Add xxx_periph.h for all modules 2019-06-03 13:56:54 +08:00
dac_periph.h soc: Add xxx_periph.h for all modules 2019-06-03 13:56:54 +08:00
efuse_periph.h soc: Add xxx_periph.h for all modules 2019-06-03 13:56:54 +08:00
emac_periph.h soc: Add xxx_periph.h for all modules 2019-06-03 13:56:54 +08:00
gpio_periph.h soc: Add xxx_periph.h for all modules 2019-06-03 13:56:54 +08:00
hwcrypto_periph.h soc: Add xxx_periph.h for all modules 2019-06-03 13:56:54 +08:00
i2c_periph.h soc: Add xxx_periph.h for all modules 2019-06-03 13:56:54 +08:00
i2s_periph.h soc: Add xxx_periph.h for all modules 2019-06-03 13:56:54 +08:00
ledc_periph.h soc: Add xxx_periph.h for all modules 2019-06-03 13:56:54 +08:00
lldesc.h soc: Add xxx_periph.h for all modules 2019-06-03 13:56:54 +08:00
mcpwm_periph.h soc: Add xxx_periph.h for all modules 2019-06-03 13:56:54 +08:00
pcnt_periph.h soc: Add xxx_periph.h for all modules 2019-06-03 13:56:54 +08:00
rmt_periph.h soc: Add xxx_periph.h for all modules 2019-06-03 13:56:54 +08:00
rtc_periph.h soc: Add xxx_periph.h for all modules 2019-06-03 13:56:54 +08:00
rtc_wdt.h soc: Add xxx_periph.h for all modules 2019-06-03 13:56:54 +08:00
sdio_slave_periph.h soc: Add xxx_periph.h for all modules 2019-06-03 13:56:54 +08:00
sdmmc_periph.h soc: Add xxx_periph.h for all modules 2019-06-03 13:56:54 +08:00
sens_periph.h soc: Add xxx_periph.h for all modules 2019-06-03 13:56:54 +08:00
sigmadelta_periph.h soc: Add xxx_periph.h for all modules 2019-06-03 13:56:54 +08:00
soc_memory_layout.h esp32: Refactor backtrace and add esp_backtrace_print() 2019-06-19 18:30:18 +08:00
spi_periph.h soc: Add xxx_periph.h for all modules 2019-06-03 13:56:54 +08:00
syscon_periph.h soc: Add xxx_periph.h for all modules 2019-06-03 13:56:54 +08:00
timer_periph.h soc: Add xxx_periph.h for all modules 2019-06-03 13:56:54 +08:00
touch_periph.h soc: Add xxx_periph.h for all modules 2019-06-03 13:56:54 +08:00
uart_periph.h soc: Add xxx_periph.h for all modules 2019-06-03 13:56:54 +08:00