:orphan: .. title:: SHELL_STACK_SIZE .. option:: CONFIG_SHELL_STACK_SIZE *Shell thread stack size* Type: ``int`` Help ==== Stack size for thread created for each instance. Direct dependencies =================== \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 2520 if \ :option:`OPENTHREAD_SHELL ` - 2048 if \ :option:`MULTITHREADING ` - 0 if !\ :option:`MULTITHREADING ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/shell/Kconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:41`` Menu path: (Top) → Sub Systems and OS Services → Shell .. parsed-literal:: config SHELL_STACK_SIZE int "Shell thread stack size" default 2520 if \ :option:`OPENTHREAD_SHELL ` default 2048 if \ :option:`MULTITHREADING ` default 0 if !\ :option:`MULTITHREADING ` depends on \ :option:`SHELL ` help Stack size for thread created for each instance. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*