CONFIG_MEMFAULT_NCS_FW_VERSION

Static firmware version to use

Type: string

Help

When using a statically configured firmware version, this value
will be reported to Memfault

Direct dependencies

MEMFAULT_NCS_FW_VERSION_STATIC && MEMFAULT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At <nRF>/modules/memfault/Kconfig:92

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:55<nRF>/modules/Kconfig:10

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect

config MEMFAULT_NCS_FW_VERSION
    string "Static firmware version to use"
    depends on MEMFAULT_NCS_FW_VERSION_STATIC && MEMFAULT
    help
      When using a statically configured firmware version, this value
      will be reported to Memfault

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