-
CONFIG_IPM_CONSOLE_STACK_SIZE
¶
Stack size for IPM console receiver thread
Type: int
Help¶
Each instance of the IPM console receiver driver creates a worker thread to print out incoming messages from the remote CPU. Specify the stack size for these threads here.
Direct dependencies¶
IPM_CONSOLE_RECEIVER
&& CONSOLE
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At drivers/console/Kconfig:169
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:14
Menu path: (Top) → Device Drivers → Console drivers → Inter-processor Mailbox console receiver
config IPM_CONSOLE_STACK_SIZE int "Stack size for IPM console receiver thread" default 2048 ifCOVERAGE
default 512 depends onIPM_CONSOLE_RECEIVER
&&CONSOLE
help Each instance of the IPM console receiver driver creates a worker thread to print out incoming messages from the remote CPU. Specify the stack size for these threads here.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)