-
CONFIG_SEGGER_RTT_PRINTF_BUFFER_SIZE
¶
Size of buffer for RTT printf to bulk-send chars via RTT
Type: int
Defaults¶
- 64 if
HAS_SEGGER_RTT
Kconfig definition¶
At ext/debug/segger/Kconfig:35
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_PRINTF_BUFFER_SIZE int prompt "Size of buffer for RTT printf to bulk-send chars via RTT" ifHAS_SEGGER_RTT
default 64 ifHAS_SEGGER_RTT
depends onHAS_SEGGER_RTT
(Definitions include propagated dependencies, including from if’s and menus.)