-
CONFIG_EI_WRAPPER
¶
Enable Edge Impulse wrapper
Type: bool
Help¶
Enable Edge Impulse library wrapper in NCS.
Default¶
y
Kconfig definition¶
At <nRF>/lib/edge_impulse/Kconfig:51
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
menuconfig EI_WRAPPER
bool "Enable Edge Impulse wrapper"
default y
depends on EDGE_IMPULSE
help
Enable Edge Impulse library wrapper in NCS.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)