CONFIG_RPMSG_SERVICE_WORK_QUEUE_STACK_SIZE

Size of RX work queue stack

Type: int

Help

Size of stack used by work queue RX thread. This work queue is
created in the RPMsg Service backend module to prevent notifying
service users about received data from the system work queue.

Direct dependencies

RPMSG_SERVICE

(Includes any dependencies from ifs and menus.)

Default

  • 2048

Kconfig definition

At <Zephyr>/subsys/ipc/rpmsg_service/Kconfig:97

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:27<Zephyr>/subsys/ipc/Kconfig:8

Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication → RPMsg service for multiple users

config RPMSG_SERVICE_WORK_QUEUE_STACK_SIZE
    int "Size of RX work queue stack"
    default 2048
    depends on RPMSG_SERVICE
    help
      Size of stack used by work queue RX thread. This work queue is
      created in the RPMsg Service backend module to prevent notifying
      service users about received data from the system work queue.

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