-
CONFIG_SHELL_STACK_SIZE
¶
Shell thread stack size
Type: int
Help¶
Stack size for thread created for each instance.
Defaults¶
- 2048 if
MULTITHREADING
&&SHELL
- 0 if !
MULTITHREADING
&&SHELL
Kconfig definition¶
At subsys/shell/Kconfig:25
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:26
Menu path: (top menu) → Shell Options → Enable shell
config SHELL_STACK_SIZE int prompt "Shell thread stack size" ifSHELL
default 2048 ifMULTITHREADING
&&SHELL
default 0 if !MULTITHREADING
&&SHELL
depends onSHELL
help Stack size for thread created for each instance.
(Definitions include propagated dependencies, including from if’s and menus.)