CONFIG_TRACING_USB_MPS¶
USB backend max packet size
Type: int
Help¶
USB tracing backend max packet size(endpoint MPS).
Default¶
- 64 
Kconfig definition¶
At <Zephyr Subsystem>/tracing/Kconfig:183
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:65
Menu path: (Top) → Sub Systems and OS Services → Tracing Support
config TRACING_USB_MPS
    int "USB backend max packet size"
    default 64
    depends on TRACING_BACKEND_USB && TRACING
    help
      USB tracing backend max packet size(endpoint MPS).
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)