-
CONFIG_SHELL_CMD_BUFF_SIZE
¶
Shell command buffer size
Type: int
Help¶
Maximum command size in bytes. One byte is reserved for the string terminator character.
Kconfig definition¶
At subsys/shell/Kconfig:40
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:26
Menu path: (top menu) → Shell Options → Enable shell
config SHELL_CMD_BUFF_SIZE int prompt "Shell command buffer size" ifSHELL
default 256 ifSHELL
depends onSHELL
help Maximum command size in bytes. One byte is reserved for the string terminator character.
(Definitions include propagated dependencies, including from if’s and menus.)