CONFIG_EDGE_IMPULSE_DOWNLOAD_ALWAYS
Download Edge Impulse library on each build
Type: bool
Help
Request the build system to download the Edge Impulse library on each
build. This results in the build target to always be considered out
of date.
If the re-downloaded zip has no code changes, then no re-building of
source is performed and only download of zip file will be done.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
y
Kconfig definition
At <nRF>/lib/edge_impulse/Kconfig:31
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:94
→ <nRF>/lib/Kconfig:31
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → Enable Edge Impulse
config EDGE_IMPULSE_DOWNLOAD_ALWAYS
bool "Download Edge Impulse library on each build"
default y
depends on EDGE_IMPULSE
help
Request the build system to download the Edge Impulse library on each
build. This results in the build target to always be considered out
of date.
If the re-downloaded zip has no code changes, then no re-building of
source is performed and only download of zip file will be done.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)