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

CONFIG_USE_SEGGER_RTT

Enable SEGGER RTT libraries.

Type: bool

Help

Enable Segger J-Link RTT libraries for platforms that support it.
Selection of this option enables use of RTT for various subsystems.
Note that by enabling this option, RTT buffers consume more RAM.

Direct dependencies

HAS_SEGGER_RTT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At drivers/debug/Kconfig.rtt:9

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:16drivers/debug/Kconfig:4

Menu path: (Top) → Device Drivers

config USE_SEGGER_RTT
    bool "Enable SEGGER RTT libraries."
    depends on HAS_SEGGER_RTT
    help
      Enable Segger J-Link RTT libraries for platforms that support it.
      Selection of this option enables use of RTT for various subsystems.
      Note that by enabling this option, RTT buffers consume more RAM.

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