:orphan: .. title:: SHELL_HISTORY_BUFFER .. option:: CONFIG_SHELL_HISTORY_BUFFER *History buffer in bytes* Type: ``int`` Help ==== Number of bytes dedicated for storing executed commands. Direct dependencies =================== \ :option:`SHELL_HISTORY ` && \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 512 Kconfig definition ================== .. highlight:: kconfig At ``subsys/shell/Kconfig:130`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:41`` Menu path: (Top) → Sub Systems and OS Services → Shell → Enable history in shell .. parsed-literal:: config SHELL_HISTORY_BUFFER int "History buffer in bytes" default 512 depends on \ :option:`SHELL_HISTORY ` && \ :option:`SHELL ` help Number of bytes dedicated for storing executed commands. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*