-
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.
Defaults¶
- 2 if
ARC
- 2 if
CPU_CORTEX_M
&&ARM
Kconfig definitions¶
At arch/arc/Kconfig:117
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
Menu path: (top menu) → ARC Options → ARCv2 Family Options
config FAULT_DUMP int prompt "Fault dump level" ifARC
range 0 2 ifARC
default 2 ifARC
depends onARC
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:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
→ arch/arm/Kconfig:13
→ arch/arm/core/Kconfig:166
Menu path: (top menu) → ARM Options → ARM Cortex-M options
config FAULT_DUMP int prompt "Fault dump level" ifCPU_CORTEX_M
&&ARM
range 0 2 ifCPU_CORTEX_M
&&ARM
default 2 ifCPU_CORTEX_M
&&ARM
depends onCPU_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.)