CONFIG_SHELL_HISTORY_BUFFER

History buffer in bytes

Type: int

Help

Number of bytes dedicated for storing executed commands.

Direct dependencies

SHELL_HISTORY && SHELL

(Includes any dependencies from ifs and menus.)

Default

  • 512

Kconfig definition

At <Zephyr>/subsys/shell/Kconfig:114

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:38

Menu path: (Top) → Sub Systems and OS Services → Shell → Enable history in shell

config SHELL_HISTORY_BUFFER
    int "History buffer in bytes"
    default 512
    depends on SHELL_HISTORY && SHELL
    help
      Number of bytes dedicated for storing executed commands.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)