-
CONFIG_APP_LINK_WITH_EDGE_IMPULSE
¶
Link ‘app’ with Edge Impulse
Type: bool
Help¶
Add Edge Impulse header files to the 'app' include path. It may be
disabled if the include paths for Edge Impulse are causing aliasing
issues for 'app'.
Default¶
y
Kconfig definition¶
At <nRF>/lib/edge_impulse/Kconfig:20
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:52
→ <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 APP_LINK_WITH_EDGE_IMPULSE
bool "Link 'app' with Edge Impulse"
default y
depends on !EI_WRAPPER && EDGE_IMPULSE
help
Add Edge Impulse header files to the 'app' include path. It may be
disabled if the include paths for Edge Impulse are causing aliasing
issues for 'app'.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)