The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SEGGER_RTT_BUFFER_SIZE_UP

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

Type: int

Direct dependencies

USE_SEGGER_RTT

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

Defaults

Kconfig definition

At subsys/debug/Kconfig.segger:44

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:14subsys/debug/Kconfig:275

Menu path: (top menu) → Debugging Options

config SEGGER_RTT_BUFFER_SIZE_UP
    int
    prompt "Size of the buffer for terminal output of target, up to host" if USE_SEGGER_RTT
    default 1024 if USE_SEGGER_RTT
    depends on USE_SEGGER_RTT

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