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