-
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 if’s and menus.)
Defaults¶
- 512 if
IPM_CONSOLE_RECEIVER
&&CONSOLE
Kconfig definition¶
At drivers/console/Kconfig:168
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:16
Menu path: (top menu) → Device Drivers → Console drivers
config IPM_CONSOLE_STACK_SIZE int prompt "Stack size for IPM console receiver thread" ifIPM_CONSOLE_RECEIVER
&&CONSOLE
default 512 ifIPM_CONSOLE_RECEIVER
&&CONSOLE
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.
(Definitions include propagated dependencies, including from if’s and menus.)