-
CONFIG_EXT_API_PROVIDE_EXT_API_VER
¶
(No prompt – not directly user assignable.)
Type: int
Help¶
The current or requested version for the $(EXT_API) EXT_API. This config is used by both the provider and client of the EXT_API.
Direct dependencies¶
(EXT_API_PROVIDE_EXT_API_ENABLED
|| !EXT_API_PROVIDE_EXT_API_UNUSED
) && FW_INFO
(Includes any dependencies from ifs and menus.)
Default¶
1
Kconfig definition¶
At <nRF>/subsys/fw_info/Kconfig.template.fw_info_ext_api:58
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:9
→ <BuildDir>/Kconfig/Kconfig.modules:1
→ <nRF>/Kconfig.nrf:25
→ <nRF>/subsys/Kconfig:28
→ <nRF>/subsys/fw_info/Kconfig:117
Menu path: (Top) → Modules → Nordic nRF Connect → Firmware Metadata
config EXT_API_PROVIDE_EXT_API_VER int default 1 depends on (EXT_API_PROVIDE_EXT_API_ENABLED
|| !EXT_API_PROVIDE_EXT_API_UNUSED
) &&FW_INFO
help The current or requested version for the $(EXT_API) EXT_API. This config is used by both the provider and client of the EXT_API.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)