CONFIG_SEGGER_RTT_BUFFER_SIZE_UP¶
Size of the buffer for terminal output of target, up to host
Type: int
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
1024
Kconfig definition¶
At drivers/debug/Kconfig.rtt:32
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:16
→ drivers/debug/Kconfig:4
Menu path: (Top) → Device Drivers → Enable SEGGER RTT libraries.
config SEGGER_RTT_BUFFER_SIZE_UP
int "Size of the buffer for terminal output of target, up to host"
default 1024
depends on USE_SEGGER_RTT
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)