zephyr/drivers/usb/device
Andrzej Głąbek 6e75d644de drivers: usb_dc_nrfx: Add pre-transfer checks if endpoint is enabled
The shim didn't check if a given endpoint was enabled before requesting
the nrfx_usbd driver to perform a read or write operation on it.
In certain circumstances this led to nrfx_usbd driver being stuck in
a loop waiting for the associated DMA transfer to complete.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2019-06-27 12:17:45 +02:00
..
CMakeLists.txt drivers: usb: nxp: add NXP EHCI USB device controller driver shim 2019-05-09 13:37:02 -05:00
Kconfig usb: kconfig: nrf52840: Enable REMOTE_WAKEUP option only when needed 2019-06-27 12:17:45 +02:00
usb_dc_dw.c style: add braces around if/while statements 2019-06-06 15:20:21 +02:00
usb_dc_kinetis.c usb: Remove usb_dc_ep_set_callback return code 2019-04-28 12:22:23 -04:00
usb_dc_mcux_ehci.c drivers: usb: nxp: Add cache management 2019-06-17 16:25:06 -04:00
usb_dc_native_posix.c usb: dc: native_posix: Increase number of endpoints supported 2019-04-28 12:22:23 -04:00
usb_dc_native_posix_adapt.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
usb_dc_native_posix_adapt.h usb: native_posix: Implement other then Control transfers 2019-02-01 19:03:12 -05:00
usb_dc_nrfx.c drivers: usb_dc_nrfx: Add pre-transfer checks if endpoint is enabled 2019-06-27 12:17:45 +02:00
usb_dc_sam.c usb: Remove usb_dc_ep_set_callback return code 2019-04-28 12:22:23 -04:00
usb_dc_sam0.c dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
usb_dc_stm32.c usb: drivers: usb_dc_stm32: Fix coverity issue 2019-06-19 11:08:26 +02:00
usb_dw_registers.h