CONFIG_SHELL_BACKEND_DUMMY_BUF_SIZE

Size of dummy buffer size

Type: int

Help

This is size of output buffer that will be used by dummy backend, this limits number of
characters that will be captured from command output.

Direct dependencies

SHELL_BACKEND_DUMMY && SHELL_BACKENDS && SHELL

(Includes any dependencies from ifs and menus.)

Default

  • 300

Kconfig definition

At <Zephyr>/subsys/shell/Kconfig.backends:309

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/subsys/Kconfig:45<Zephyr>/subsys/shell/Kconfig:18

Menu path: (Top) → Sub Systems and OS Services → Shell → Enable shell backends → Enable dummy backend.

config SHELL_BACKEND_DUMMY_BUF_SIZE
    int "Size of dummy buffer size"
    default 300
    depends on SHELL_BACKEND_DUMMY && SHELL_BACKENDS && SHELL
    help
      This is size of output buffer that will be used by dummy backend, this limits number of
      characters that will be captured from command output.

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