CONFIG_EDGE_IMPULSE_URI
Edge Impulse library URI
Type: string
Help
Specify URI used to access archive with Edge Impulse library.
The library will be downloaded into build directory. Make sure
to specify the HTTP API key header as EI_API_KEY_HEADER variable
during build if the HTTP server uses it.
You can also specify absolute file path of a local file.
Default
“”
Kconfig definition
At <nRF>/lib/edge_impulse/Kconfig:41
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_URI
string "Edge Impulse library URI"
default ""
depends on EDGE_IMPULSE
help
Specify URI used to access archive with Edge Impulse library.
The library will be downloaded into build directory. Make sure
to specify the HTTP API key header as EI_API_KEY_HEADER variable
during build if the HTTP server uses it.
You can also specify absolute file path of a local file.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)