-
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 arch/xtensa/Kconfig:74
Included via Kconfig:8
→ Kconfig.zephyr:29
→ arch/Kconfig:12
Menu path: (Top) → XTENSA Options
config XTENSA_ENABLE_BACKTRACE bool "Enable backtrace on panic exception" default y depends onSOC_ESP32
&&XTENSA
help Enable this config option to print backtrace on panic exception
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)