-
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.
Default¶
1024
Kconfig definition¶
At <Zephyr>/drivers/console/Kconfig:103
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:14
Menu path: (Top) → Device Drivers → Console drivers → Use RAM console
config RAM_CONSOLE_BUFFER_SIZE int "Ram Console buffer size" default 1024 depends onRAM_CONSOLE
&&CONSOLE
help Size of the RAM console buffer. Messages will wrap around if the length is exceeded.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)