-
CONFIG_XTENSA_ENABLE_BACKTRACE
¶
Enable backtrace on panic exception
Type: bool
Help¶
Enable this config option to print backtrace on panic exception
Default¶
y
Kconfig definition¶
At <Zephyr>/arch/xtensa/Kconfig:74
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
→ <Zephyr>/arch/Kconfig:12
Menu path: (Top) → XTENSA Options
config XTENSA_ENABLE_BACKTRACE
bool "Enable backtrace on panic exception"
default y
depends on SOC_ESP32 && XTENSA
help
Enable this config option to print backtrace on panic exception
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)