Kconfig reference
 
  • All Configuration Options
  • Zephyr Configuration Options
  • nRF Configuration Options
  • nrfxlib Configuration Options
Kconfig reference
  • »
  • CONFIG_APP_LINK_WITH_EDGE_IMPULSE
  • View page source

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'.

Direct dependencies¶

!EI_WRAPPER && EDGE_IMPULSE

(Includes any dependencies from ifs and menus.)

Default¶

  • y

Kconfig definition¶

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

Included via <Zephyr>/Kconfig:8 → <Zephyr>/Kconfig.zephyr:31 → <Zephyr>/modules/Kconfig:6 → <nRF>/doc/_build/kconfig/Kconfig.modules:2 → <nRF>/Kconfig.nrf:56 → <nRF>/lib/Kconfig:32

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.)


© Copyright 2019-2021, Nordic Semiconductor. Last updated on Oct 28, 2021.

Kconfig reference
nRF Connect SDK
nrfx
nrfxlib
Zephyr Project
MCUboot
Trusted Firmware-M
Matter