CONFIG_NRF_RPC_TR_PRMSG_RX_STACK_SIZE

Stack size of the rpmsg receive thread

Type: int

Help

Stack size for the thread that is responsible for receiving incoming messages from rpmsg.

Direct dependencies

NRF_RPC

(Includes any dependencies from ifs and menus.)

Default

  • 1536

Kconfig definition

At <nRF>/subsys/nrf_rpc/Kconfig:41

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:38

Menu path: (Top) → Modules → Nordic nRF Connect → nRF RPC (Remote Procedure Call) library

config NRF_RPC_TR_PRMSG_RX_STACK_SIZE
    int "Stack size of the rpmsg receive thread"
    default 1536
    depends on NRF_RPC
    help
      Stack size for the thread that is responsible for receiving incoming
      messages from rpmsg.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)