-
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.
Default¶
256
Kconfig definition¶
At <Zephyr>/subsys/shell/Kconfig:36
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:38
Menu path: (Top) → Sub Systems and OS Services → Shell
config SHELL_CMD_BUFF_SIZE
int "Shell command buffer size"
default 256
depends on SHELL
help
Maximum command size in bytes. One byte is reserved for the string
terminator character.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)