:orphan: .. title:: TRACING_BACKEND_UART_NAME .. option:: 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 =================== \ :option:`TRACING_BACKEND_UART ` && \ :option:`TRACING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - "" if \ :option:`HAS_DTS ` - "UART_0" Kconfig definition ================== .. highlight:: kconfig At ``subsys/tracing/Kconfig:170`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:59`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support .. parsed-literal:: config TRACING_BACKEND_UART_NAME string "Device Name of UART Device for UART backend" default "" if \ :option:`HAS_DTS ` default "UART_0" depends on \ :option:`TRACING_BACKEND_UART ` && \ :option:`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.)*