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.

Direct dependencies

EDGE_IMPULSE

(Includes any dependencies from ifs and menus.)

Default

  • “”

Kconfig definition

At <nRF>/lib/edge_impulse/Kconfig:39

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:27<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.)