CONFIG_EDGE_IMPULSE

Enable Edge Impulse

Type: bool

Help

Enable Edge Impulse library.

Direct dependencies

CPLUSPLUS && STD_CPP11 && LIB_CPLUSPLUS && NEWLIB_LIBC && NEWLIB_LIBC_FLOAT_PRINTF && FPU

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

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

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

menuconfig EDGE_IMPULSE
    bool "Enable Edge Impulse"
    depends on CPLUSPLUS && STD_CPP11 && LIB_CPLUSPLUS && NEWLIB_LIBC && NEWLIB_LIBC_FLOAT_PRINTF && FPU
    help
      Enable Edge Impulse library.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)