-
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.
Defaults¶
2048 if
IPM_CONSOLE_RECEIVER
2048 if
IPM_CONSOLE_RECEIVER
2048
4096 if
COVERAGE
1024
2048 if
COVERAGE
512
Kconfig definitions¶
At <Zephyr>/boards/xtensa/qemu_xtensa/Kconfig.defconfig:12
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config IPM_CONSOLE_STACK_SIZE int default 2048 ifIPM_CONSOLE_RECEIVER
depends onBOARD_QEMU_XTENSA
At <Zephyr>/boards/xtensa/xt-sim/Kconfig.defconfig:7
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config IPM_CONSOLE_STACK_SIZE
int
default 2048 if IPM_CONSOLE_RECEIVER
At <Zephyr>/arch/arm/core/aarch64/Kconfig:56
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
→ <Zephyr>/arch/Kconfig:12
→ <Zephyr>/arch/arm/Kconfig:46
Menu path: (Top) → ARM Options
config IPM_CONSOLE_STACK_SIZE int default 2048 depends onARM64
&&ARM
At <Zephyr>/arch/sparc/Kconfig:51
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
→ <Zephyr>/arch/Kconfig:12
Menu path: (Top) → SPARC Options
config IPM_CONSOLE_STACK_SIZE int default 4096 ifCOVERAGE
default 1024 depends onSPARC
At <Zephyr>/drivers/console/Kconfig:161
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/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.)