CONFIG_RTT_CONSOLE

Use RTT console

Type: bool

Help

Emit console messages to a RAM buffer that is then read by the Segger J-Link software and displayed on a computer in real-time. Requires support for Segger J-Link on the companion IC onboard.

Direct dependencies

HAS_SEGGER_RTT && CONSOLE

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At drivers/console/Kconfig:118

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:16

Menu path: (top menu) → Device Drivers → Console drivers

config RTT_CONSOLE
    bool
    prompt "Use RTT console" if HAS_SEGGER_RTT && CONSOLE
    select CONSOLE_HAS_DRIVER if HAS_SEGGER_RTT && CONSOLE
    depends on HAS_SEGGER_RTT && CONSOLE
    help
      Emit console messages to a RAM buffer that is then read by the
      Segger J-Link software and displayed on a computer in real-time.
      Requires support for Segger J-Link on the companion IC onboard.

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