-
CONFIG_SHELL_STACK_SIZE
¶
Shell thread stack size
Type: int
Help¶
Stack size for thread created for each instance.
Defaults¶
2520 if
OPENTHREAD_SHELL
2048 if
MULTITHREADING
0 if !
MULTITHREADING
Kconfig definition¶
At <Zephyr>/subsys/shell/Kconfig:20
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:41
Menu path: (Top) → Sub Systems and OS Services → Shell
config SHELL_STACK_SIZE int "Shell thread stack size" default 2520 ifOPENTHREAD_SHELL
default 2048 ifMULTITHREADING
default 0 if !MULTITHREADING
depends onSHELL
help Stack size for thread created for each instance.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)