CONFIG_SEGGER_RTT_MAX_NUM_UP_BUFFERS¶
Maximum number of up-buffers
Type: int
Default¶
- 3 
Kconfig definition¶
At <Zephyr Driver>/debug/Kconfig.rtt:24
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:16 → <Zephyr Driver>/debug/Kconfig:4
Menu path: (Top) → Device Drivers → Enable SEGGER RTT libraries.
config SEGGER_RTT_MAX_NUM_UP_BUFFERS
    int "Maximum number of up-buffers"
    default 3
    depends on USE_SEGGER_RTT
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)