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

(No prompt – not directly user assignable.)

Type: bool

Help

Stack should not handle ZLP for Variable-length Data Stage because it is taken over by the hardware.

Direct dependencies

USB_DEVICE_STACK

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At subsys/usb/Kconfig:79

Included via Kconfig:8Kconfig.zephyr:41subsys/Kconfig:26

Menu path: (Top) → USB device stack

config USB_DEVICE_DISABLE_ZLP_EPIN_HANDLING
    bool
    depends on USB_DEVICE_STACK
    help
      Stack should not handle ZLP for Variable-length Data Stage
      because it is taken over by the hardware.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)