OVMS3-idf/components/espcoredump
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: coredump header (fix linker.lf) 2019-03-08 09:49:37 +00:00
include_core_dump coredump: improvements refactoring 2019-02-12 10:22:33 +00:00
src esp32: Refactor backtrace and add esp_backtrace_print() 2019-06-19 18:30:18 +08:00
test espcoredump: fix test with esp32-2018r1 toolchain 2019-03-18 12:47:29 +08:00
CMakeLists.txt components: update with build system changes 2019-05-13 19:59:17 +08:00
component.mk coredump: improvements refactoring 2019-02-12 10:22:33 +00:00
espcoredump.py coredump: improvements refactoring 2019-02-12 10:22:33 +00:00
Kconfig coredump: improvements refactoring 2019-02-12 10:22:33 +00:00
linker.lf ldgen: update component linker fragment files 2019-04-04 15:57:34 +08:00