Files
esp-idf/components/esp32/include
Darian Leung 1786fc9ed2 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.
2021-03-04 19:01:48 +11:00
..
2016-09-26 01:17:32 +08:00
2016-11-22 00:57:19 +08:00
2020-07-10 17:57:34 +08:00
2016-08-17 23:08:22 +08:00
2020-12-23 15:48:06 +08:00
2021-01-11 19:21:13 +08:00
2021-01-11 19:21:18 +08:00