zephyr/drivers/usb
Tomasz Moń fa0a6e2274 drivers: udc_dwc2: Allocate at least 8 bytes for control OUT
Make sure to feed control OUT endpoint with at least 8 bytes buffer to
make it possible to always receive SETUP data. This solves the assertion
failure in net_buf_add() called inside dwc2_handle_evt_setup() when a
host decides to start new control transfer immediately after it has
issued control transfer with Data Stage from host to device with wLength
less than 8.

Signed-off-by: Tomasz Moń <tomasz.mon@nordicsemi.no>
2024-06-12 14:21:37 +03:00
..
bc12
common drivers: udc_dwc2: Add missing register bit defines 2024-05-18 13:24:26 +02:00
device drivers: usb: device: fix cbprintf_package warning 2024-05-28 18:57:22 +02:00
udc drivers: udc_dwc2: Allocate at least 8 bytes for control OUT 2024-06-12 14:21:37 +03:00
uhc
uvb linker: drivers: Use Z_LINK_ITERABLE_SUBALIGN 2024-04-20 13:45:25 -04:00
CMakeLists.txt
Kconfig