esp-idf/components/soc/esp32
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
..
include esp32: Refactor backtrace and add esp_backtrace_print() 2019-06-19 18:30:18 +08:00
test all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
component.mk
cpu_util.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
gpio_periph.c
i2c_apll.h
i2c_bbpll.h
i2c_rtc_clk.h
rtc_clk.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
rtc_clk_common.h
rtc_clk_init.c Merge branch 'feature/add_xxx_periph_h' into 'master' 2019-06-04 13:24:14 +08:00
rtc_init.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
rtc_periph.c
rtc_pm.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
rtc_sleep.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
rtc_time.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
rtc_wdt.c
sdio_slave_periph.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
sdmmc_periph.c
soc_log.h
soc_memory_layout.c Rename Kconfig options (components/esp32) 2019-05-21 09:09:01 +02:00
sources.cmake
spi_periph.c