-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At drivers/console/Kconfig:102
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:16
Menu path: (top menu) → Device Drivers → Console drivers
config RAM_CONSOLE bool prompt "Use RAM console" ifCONSOLE
selectCONSOLE_HAS_DRIVER
ifCONSOLE
depends onCONSOLE
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.)