CONFIG_TRACING_BACKEND_USB¶
Enable USB backend
Type: bool
Help¶
Use USB to output tracing data.
Direct dependencies¶
USB_DEVICE_STACK
&& TRACING_ASYNC
&& <choice: Tracing Backend>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At <Zephyr Subsystem>/tracing/Kconfig:143
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <Zephyr Subsystem>/Kconfig:65
Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Tracing Backend
config TRACING_BACKEND_USB
bool "Enable USB backend"
depends on USB_DEVICE_STACK && TRACING_ASYNC && <choice>
help
Use USB to output tracing data.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)