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

CONFIG_UART_RTT

Enable UART RTT driver

Type: bool

Help

This option enables access RTT channel as UART device.

Direct dependencies

USE_SEGGER_RTT && SERIAL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/serial/Kconfig.rtt:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:26drivers/serial/Kconfig:152

Menu path: (Top) → Device Drivers → Serial Drivers

menuconfig UART_RTT
    bool "Enable UART RTT driver"
    select SEGGER_RTT_CUSTOM_LOCKING
    depends on USE_SEGGER_RTT && SERIAL
    help
      This option enables access RTT channel as UART device.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)