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

CONFIG_TRACING_BACKEND_UART

Enable UART backend

Type: bool

Help

Use UART to output tracing data.

Direct dependencies

UART_CONSOLE && <choice: Tracing Backend>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/tracing/Kconfig:136

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:65

Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Tracing Backend

config TRACING_BACKEND_UART
    bool "Enable UART backend"
    depends on UART_CONSOLE && <choice>
    help
      Use UART to output tracing data.

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