The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_RAM_CONSOLE_BUFFER_SIZE

Ram Console buffer size

Type: int

Help

Size of the RAM console buffer. Messages will wrap around if the length is exceeded.

Direct dependencies

RAM_CONSOLE && CONSOLE

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/console/Kconfig:109

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:16

Menu path: (top menu) → Device Drivers → Console drivers

config RAM_CONSOLE_BUFFER_SIZE
    int
    prompt "Ram Console buffer size" if RAM_CONSOLE && CONSOLE
    default 1024 if RAM_CONSOLE && CONSOLE
    depends on RAM_CONSOLE && CONSOLE
    help
      Size of the RAM console buffer. Messages will wrap around if the
      length is exceeded.

(Definitions include propagated dependencies, including from if’s and menus.)