-
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¶
TRACING_BACKEND_UART
&& TRACING
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At <Zephyr>/subsys/tracing/Kconfig:169
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:56
Menu path: (Top) → Sub Systems and OS Services → Tracing Support
config TRACING_BACKEND_UART_NAME string "Device Name of UART Device for UART backend" default "" ifHAS_DTS
default "UART_0" depends onTRACING_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.)