-
CONFIG_FW_INFO_HARDWARE_ID
¶
The SoC a firmware is built to run on (8 bits).
Type: int
Help¶
Used to ensure binary compatibility. For more information, see FW_INFO_MAGIC_COMMON.
Defaults¶
51 if
SOC_SERIES_NRF51X
52 if
SOC_SERIES_NRF52X
53 if
SOC_SERIES_NRF53X
91 if
SOC_SERIES_NRF91X
0 if
BOARD_NATIVE_POSIX
Kconfig definition¶
At <nRF>/subsys/fw_info/Kconfig:66
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_HARDWARE_ID int "The SoC a firmware is built to run on (8 bits)." range 0 255 default 51 ifSOC_SERIES_NRF51X
default 52 ifSOC_SERIES_NRF52X
default 53 ifSOC_SERIES_NRF53X
default 91 ifSOC_SERIES_NRF91X
default 0 ifBOARD_NATIVE_POSIX
depends onFW_INFO
help Used to ensure binary compatibility. For more information, see FW_INFO_MAGIC_COMMON.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)