CONFIG_FW_INFO_VERSION

(No prompt – not directly user assignable.)

Type: int

Help

Version number of the fw_*_info structs (8 bits). Used to ensure binary compatibility. For more information, see FW_INFO_MAGIC_COMMON.

Direct dependencies

FW_INFO

(Includes any dependencies from ifs and menus.)

Default

  • 2

Kconfig definition

At <nRF>/subsys/fw_info/Kconfig:78

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:28

Menu path: (Top) → Modules → Nordic nRF Connect → Firmware Metadata

config FW_INFO_VERSION
    int
    range 0 255
    default 2
    depends on FW_INFO
    help
      Version number of the fw_*_info structs (8 bits).
      Used to ensure binary compatibility.
      For more information, see FW_INFO_MAGIC_COMMON.

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