-
CONFIG_SHELL_HISTORY_BUFFER
¶
History buffer in bytes
Type: int
Help¶
Number of bytes dedicated for storing executed commands.
Default¶
512
Kconfig definition¶
At subsys/shell/Kconfig:106
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:24
Menu path: (Top) → Shell → Enable history in shell
config SHELL_HISTORY_BUFFER int "History buffer in bytes" default 512 depends onSHELL_HISTORY
&&SHELL
help Number of bytes dedicated for storing executed commands.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)