CONFIG_MEMFAULT_REBOOT_REASON_GET_CUSTOM

Provide a custom implementation for recovering reboot information

Type: bool

Help

User of SDK must provide their own implementation of memfault_reboot_reason_get()
when disabled

Direct dependencies

MEMFAULT

(Includes any dependencies from ifs and menus.)

Default

  • n

Symbols that select this symbol

Kconfig definition

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

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) → MEMFAULT Support

config MEMFAULT_REBOOT_REASON_GET_CUSTOM
    bool "Provide a custom implementation for recovering reboot information"
    default n
    depends on MEMFAULT
    help
      User of SDK must provide their own implementation of memfault_reboot_reason_get()
      when disabled

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