zephyr/drivers/usb/device
Marc Desvaux c7cc58ca77 drivers: usb_dc_stm32: Fix OUT transfer issue
The driver cannot handle OUT transactions for an endpoint with an
MPS smaller than 64 bytes. To solve the issue, we will not use one
fixed value, EP_MPS, but instead use the actual MPS of an endpoint,
ep_state->ep_mps.

Signed-off-by: Marc Desvaux <marc.desvaux-ext@st.com>
Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
2024-01-29 11:07:22 +00:00
..
CMakeLists.txt drivers: usb: use common usb_dwc2_hw.h header 2023-12-18 09:48:58 +01:00
Kconfig dts: bindings: Fix NXP USB bindings 2023-11-09 15:34:39 +01:00
usb_dc_dw_stm32.h drivers: usb: use common usb_dwc2_hw.h header 2023-12-18 09:48:58 +01:00
usb_dc_dw.c drivers: usb: use common usb_dwc2_hw.h header 2023-12-18 09:48:58 +01:00
usb_dc_it82xx2.c it82xx2/usb: disable 15K-ohm default pull-down if device isn't enabled 2024-01-26 22:26:55 +00:00
usb_dc_kinetis.c drivers: usb: usb_dc_kinetis: fix k_heap_alloc wait duration 2023-12-15 11:41:56 +00:00
usb_dc_mcux.c Revert "drivers: usb: device: add start of frame notifications to nxp mcux driver" 2024-01-12 09:59:02 +01:00
usb_dc_native_posix_adapt.c
usb_dc_native_posix_adapt.h
usb_dc_native_posix.c drivers: usb_dc_native_posix: do callback for ZLPs 2024-01-10 10:01:14 +01:00
usb_dc_nrfx.c nrfx_usbd: Rename to nrf_usbd_common 2023-11-07 14:06:51 +01:00
usb_dc_rpi_pico.c drivers: usb_dc_rpi_pico: starting read on transfer EPs 2024-01-09 18:27:44 +01:00
usb_dc_sam0.c
usb_dc_sam_usbc.c drivers: usb: fix common misspellings in USB drivers 2023-07-26 10:46:01 +02:00
usb_dc_sam_usbhs.c drivers: usb: fix common misspellings in USB drivers 2023-07-26 10:46:01 +02:00
usb_dc_smartbond.c drivers: usb: device: add missing init.h 2023-08-31 10:21:50 +02:00
usb_dc_stm32.c drivers: usb_dc_stm32: Fix OUT transfer issue 2024-01-29 11:07:22 +00:00