The latest development version of this page may be more current than this released 2.7.5 version.

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 subsys/tracing/Kconfig:183

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