CONFIG_SEGGER_RTT_BUFFER_SIZE_UP

Size of the buffer for terminal output of target, up to host

Type: int

Direct dependencies

HAS_SEGGER_RTT

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At ext/debug/segger/Kconfig:27

Included via Kconfig:10Kconfig.zephyr:37ext/Kconfig:21ext/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" if HAS_SEGGER_RTT
    default 1024 if HAS_SEGGER_RTT
    depends on HAS_SEGGER_RTT

(Definitions include propagated dependencies, including from if’s and menus.)