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