zephyr/drivers/usb/device
Paweł Zadrożniak 7791f58a15 drivers: usb: nordic: Fix max packet size handling
This commit fixes the issue with non-default max packet size (<64).
The max packet size value was not passed to low-level driver
in norfic hal (nrfx_usbd) causing 64-byte being send regardless of
configured endpoint size. Size mismatch results in communication
error on Linux hosts.

Signed-off-by: Paweł Zadrożniak <pawel.zadrozniak@nordicsemi.no>
2018-10-30 18:14:17 +01:00
..
CMakeLists.txt drivers: usb: Add nRF52840 USBD driver 2018-10-12 13:14:12 +02:00
Kconfig drivers: usb: Add nRF52840 USBD driver 2018-10-12 13:14:12 +02:00
usb_dc_dw.c include/usb/usb_device: Add USB_* log macros 2018-10-08 12:54:57 -04:00
usb_dc_kinetis.c include/usb/usb_device: Add USB_* log macros 2018-10-08 12:54:57 -04:00
usb_dc_nrfx.c drivers: usb: nordic: Fix max packet size handling 2018-10-30 18:14:17 +01:00
usb_dc_sam0.c include/usb/usb_device: Add USB_* log macros 2018-10-08 12:54:57 -04:00
usb_dc_stm32.c drivers: usb_dc_stm32: Add HIGH and HIGH_IN_FULL defines for L4 series 2018-10-10 12:27:55 -05:00
usb_dw_registers.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00