CONFIG_NRF_RPC_THREAD_PRIORITY
Priority of thread from thread pool
Type: int
Help
Thread priority of each thread in local thread pool.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
2
Kconfig definition
At <nRF>/subsys/nrf_rpc/Kconfig:34
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <nRF>/subsys/Kconfig:44
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → nRF RPC (Remote Procedure Call) library
config NRF_RPC_THREAD_PRIORITY
int "Priority of thread from thread pool"
default 2
depends on NRF_RPC
help
Thread priority of each thread in local thread pool.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)