-
CONFIG_AZURE_FOTA_APP_VERSION_AUTO
¶
Automatically create application version
Type: bool
Help¶
Automatically create app version string using the output from the git command ‘git describe’
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <nRF>/subsys/net/lib/azure_fota/Kconfig:30
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:25
→ <nRF>/subsys/Kconfig:18
→ <nRF>/subsys/net/Kconfig:8
→ <nRF>/subsys/net/lib/Kconfig:14
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Networking → Application protocols → Azure FOTA library [EXPERIMENTAL]
config AZURE_FOTA_APP_VERSION_AUTO
bool "Automatically create application version"
depends on AZURE_FOTA
help
Automatically create app version string using the output from the
git command 'git describe'
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)