-
CONFIG_MEMFAULT_RAM_BACKED_COREDUMP
¶
MEMFAULT Ram Backed Coredump
Type: bool
Help¶
Save a minimal coredump in noinit RAM.
Direct dependencies¶
!MEMFAULT_COREDUMP_STORAGE_CUSTOM
&& MEMFAULT
(Includes any dependencies from ifs and menus.)
Default¶
Kconfig definition¶
At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/Kconfig:40
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:38
Menu path: (Top) → Modules → memfault-firmware-sdk (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk) → MEMFAULT Support
config MEMFAULT_RAM_BACKED_COREDUMP
bool "MEMFAULT Ram Backed Coredump"
default y if !MEMFAULT_COREDUMP_STORAGE_CUSTOM
depends on !MEMFAULT_COREDUMP_STORAGE_CUSTOM && MEMFAULT
help
Save a minimal coredump in noinit RAM.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)