CONFIG_MEMFAULT

MEMFAULT Support

Type: bool

Help

Enable Zephyr Integration with the Memfault SDK
At the moment a port is only provided for Cortex-M based targets

Direct dependencies

CPU_CORTEX_M

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/Kconfig:1

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:38

Menu path: (Top) → Modules → memfault-firmware-sdk (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk)

config MEMFAULT
    bool "MEMFAULT Support"
    default n
    select RUNTIME_NMI
    select EXTRA_EXCEPTION_INFO
    select DEBUG_THREAD_INFO
    select OPENOCD_SUPPORT
    depends on CPU_CORTEX_M
    help
      Enable Zephyr Integration with the Memfault SDK
      At the moment a port is only provided for Cortex-M based targets

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)