-
CONFIG_SEGGER_RTT_BUFFER_SIZE_UP
¶
Size of the buffer for terminal output of target, up to host
Type: int
Defaults¶
- 1024 if
HAS_SEGGER_RTT
Kconfig definition¶
At ext/debug/segger/Kconfig:27
Included via Kconfig:10
→ Kconfig.zephyr:37
→ ext/Kconfig:21
→ ext/debug/Kconfig:13
Menu path: (top menu) → External Sources → Debug libraries
config SEGGER_RTT_BUFFER_SIZE_UP int prompt "Size of the buffer for terminal output of target, up to host" ifHAS_SEGGER_RTT
default 1024 ifHAS_SEGGER_RTT
depends onHAS_SEGGER_RTT
(Definitions include propagated dependencies, including from if’s and menus.)