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

Fault dump level

Fault dump level

Type: int

Help

Different levels for display information when a fault occurs.

2: The default. Display specific and verbose information. Consumes
the most memory (long strings).
1: Display general and short information. Consumes less memory
(short strings).

0: Off.

Help

Different levels for display information when a fault occurs.

2: The default. Display specific and verbose information. Consumes
the most memory (long strings).
1: Display general and short information. Consumes less memory
(short strings).

0: Off.

Direct dependencies

ARC || (CPU_CORTEX_M && ARM)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At arch/arc/Kconfig:117

Included via Kconfig:10Kconfig.zephyr:29arch/Kconfig:15

Menu path: (top menu) → ARC Options → ARCv2 Family Options

config FAULT_DUMP
    int
    prompt "Fault dump level" if ARC
    range 0 2 if ARC
    default 2 if ARC
    depends on ARC
    help
      Different levels for display information when a fault occurs.

      2: The default. Display specific and verbose information. Consumes
            the most memory (long strings).

      1: Display general and short information. Consumes less memory
            (short strings).

      0: Off.

At arch/arm/core/cortex_m/Kconfig:298

Included via Kconfig:10Kconfig.zephyr:29arch/Kconfig:15arch/arm/Kconfig:13arch/arm/core/Kconfig:166

Menu path: (top menu) → ARM Options → ARM Cortex-M options

config FAULT_DUMP
    int
    prompt "Fault dump level" if CPU_CORTEX_M && ARM
    range 0 2 if CPU_CORTEX_M && ARM
    default 2 if CPU_CORTEX_M && ARM
    depends on CPU_CORTEX_M && ARM
    help
      Different levels for display information when a fault occurs.

      2: The default. Display specific and verbose information. Consumes
            the most memory (long strings).

      1: Display general and short information. Consumes less memory
            (short strings).

      0: Off.

(Definitions include propagated dependencies, including from if’s and menus.)