CONFIG_EI_WRAPPER_THREAD_PRIORITY
Priority of EI wrapper thread
Type: int
Help
It is recommended to use preemptive thread priority to make sure
that the thread will not block other operations in system for
a long time.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
5
Kconfig definition
At <nRF>/lib/edge_impulse/Kconfig:76
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:94
→ <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_PRIORITY
int "Priority of EI wrapper thread"
default 5
depends on EI_WRAPPER
help
It is recommended to use preemptive thread priority to make sure
that the thread will not block other operations in system for
a long time.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)