-
CONFIG_EI_WRAPPER_THREAD_STACK_SIZE
¶
Size of EI wrapper thread stack
Type: int
Help¶
Edge Impulse library processes the data in a low-priority thread.
The stack size needs to be sufficient for used impulse.
Default¶
4096
Kconfig definition¶
At <nRF>/lib/edge_impulse/Kconfig:67
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 → Enable Edge Impulse wrapper
config EI_WRAPPER_THREAD_STACK_SIZE
int "Size of EI wrapper thread stack"
default 4096
depends on EI_WRAPPER
help
Edge Impulse library processes the data in a low-priority thread.
The stack size needs to be sufficient for used impulse.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)