:orphan: .. title:: TRACING_BACKEND_UART_NAME .. option:: CONFIG_TRACING_BACKEND_UART_NAME *Device Name of UART Device for UART backend* Type: ``string`` Help ==== .. code-block:: none This option specifies the name of UART device to be used for tracing backend. Direct dependencies =================== \ :option:`TRACING_BACKEND_UART ` && \ :option:`TRACING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - "" if \ :option:`HAS_DTS ` - "UART_0" Kconfig definition ================== At ``/tracing/Kconfig:169`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:65`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support .. code-block:: kconfig 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.)*