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 <Subsystem>/tracing/Kconfig:136
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <Subsystem>/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.)