The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_RAM_CONSOLE

Use RAM console

Type: bool

Help

Emit console messages to a RAM buffer “ram_console” which can be examined at runtime with a debugger. Useful in board bring-up if there aren’t any working serial drivers.

Direct dependencies

CONSOLE

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/console/Kconfig:101

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

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

config RAM_CONSOLE
    bool
    prompt "Use RAM console" if CONSOLE
    select CONSOLE_HAS_DRIVER if CONSOLE
    depends on CONSOLE
    help
      Emit console messages to a RAM buffer "ram_console" which can
      be examined at runtime with a debugger. Useful in board bring-up
      if there aren't any working serial drivers.

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