]> granicus.if.org Git - esp-idf/commit
freertos: introduce CONFIG_FREERTOS_INTERRUPT_BACKTRACE
authorIvan Grokhotkov <ivan@espressif.com>
Mon, 21 Aug 2017 14:32:08 +0000 (22:32 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 29 Aug 2017 00:54:26 +0000 (08:54 +0800)
commit99a4b6b2db84e8e3720ba69a59ca37d2688b17d1
treea359b71c07eac69b51efbdc9ce4d785f41af78da
parent3161854efbd3ff966c3adbf06c8ed8558eadbb5f
freertos: introduce CONFIG_FREERTOS_INTERRUPT_BACKTRACE

The code in xtensa_vectors.S did not handle XT_DEBUG_BACKTRACE
consistently: #if was used in one case, and #ifdef in another. This makes
the checks consistent, and also introduces a Kconfig option to enable
backtrace.
components/freertos/Kconfig
components/freertos/xtensa_vectors.S