:orphan: .. title:: TRACING_BACKEND_UART .. option:: CONFIG_TRACING_BACKEND_UART *Enable UART backend* Type: ``bool`` Help ==== Use UART to output tracing data. Direct dependencies =================== \ :option:`UART_CONSOLE ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``subsys/tracing/Kconfig:147`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:59`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Tracing Backend .. parsed-literal:: config TRACING_BACKEND_UART bool "Enable UART backend" depends on \ :option:`UART_CONSOLE ` && \ :ref:` ` help Use UART to output tracing data. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*