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.
Default¶
2048
Kconfig definition¶
At <Zephyr Subsystem>/ipc/rpmsg_service/Kconfig:97
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <Zephyr Subsystem>/Kconfig:27
→ <Zephyr Subsystem>/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.)