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
(Includes any dependencies from ifs and menus.)
Default
2048
Kconfig definition
At <Subsystem>/ipc/rpmsg_service/Kconfig:97
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <Subsystem>/Kconfig:27
→ <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.)