CONFIG_TRACING_USB_MPS

USB backend max packet size

Type: int

Help

USB tracing backend max packet size(endpoint MPS).

Direct dependencies

TRACING_BACKEND_USB && TRACING

(Includes any dependencies from ifs and menus.)

Default

  • 64

Kconfig definition

At <Zephyr>/subsys/tracing/Kconfig:178

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_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.)