CONFIG_XTENSA_ENABLE_BACKTRACE¶
Enable backtrace on panic exception
Type: bool
Help¶
Enable this config option to print backtrace on panic exception
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definition¶
At arch/xtensa/Kconfig:74
Included via Kconfig:8
→ Kconfig.zephyr:39
→ 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.)