The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_XTENSA_ENABLE_BACKTRACE

Enable backtrace on panic exception

Type: bool

Help

Enable this config option to print backtrace on panic exception

Direct dependencies

SOC_ESP32 && XTENSA

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At arch/xtensa/Kconfig:74

Included via Kconfig:8Kconfig.zephyr:39arch/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.)