]> granicus.if.org Git - esp-idf/commit
freertos: Make backtrace work across interrupts
authorDarian Leung <darian@espressif.com>
Fri, 4 Jan 2019 12:38:33 +0000 (20:38 +0800)
committerDarian Leung <darian@espressif.com>
Mon, 28 Jan 2019 06:34:26 +0000 (14:34 +0800)
commit96af064209628ef453b67e35a6addc3724f75d0b
tree9a4af79422de5ba363ef179ecf4f43de1ce985cd
parent2eabed161ae1bc32cf4414dd2957e218ed1b5dd3
freertos: Make backtrace work across interrupts

This commit adds the ability for backtracing to trace from the itnerrupt to the
task stack, and across nested interrupts. Test cases have also been added.
.gitlab-ci.yml
components/esp32/test/test_backtrace.c [new file with mode: 0644]
components/freertos/xtensa_vectors.S