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

CONFIG_TRACING_BACKEND_UART_NAME

Device Name of UART Device for UART backend

Type: string

Help

This option specifies the name of UART device to be used for
tracing backend.

Direct dependencies

TRACING_BACKEND_UART && TRACING

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At subsys/tracing/Kconfig:174

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

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

config TRACING_BACKEND_UART_NAME
    string "Device Name of UART Device for UART backend"
    default "" if HAS_DTS
    default "UART_0"
    depends on TRACING_BACKEND_UART && TRACING
    help
      This option specifies the name of UART device to be used for
      tracing backend.

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