CONFIG_NRF_RPC_THREAD_STACK_SIZE¶
Stack size of thread from thread pool
Type: int
Help¶
Stack size for each thread in local thread pool.
Default¶
1024
Kconfig definition¶
At <nRF>/subsys/nrf_rpc/Kconfig:28
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:31
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:54
→ <nRF>/subsys/Kconfig:38
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_STACK_SIZE
int "Stack size of thread from thread pool"
default 1024
depends on NRF_RPC
help
Stack size for each thread in local thread pool.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)