-
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/usb/Kconfig:79
Included via Kconfig:8
→ Kconfig.zephyr:41
→ subsys/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.)