zephyr/drivers/usb/device
Johann Fischer 4d0a1912a6 drivers: usb_dc_kinetis: fix usb_dc_ep_read_continue
usb_dc_ep_read_continue can be called without usb_dc_ep_read_wait,
check if the current buffer is claimed by the controller
(transfer not finished) to prevent a faulty behavior.

Signed-off-by: Johann Fischer <j.fischer@phytec.de>
2018-05-30 11:23:39 -05:00
..
CMakeLists.txt drivers: usb: add usb device driver for Kinetis USBFSOTG Controller 2018-05-17 07:00:49 -05:00
Kconfig drivers: usb: add usb device driver for Kinetis USBFSOTG Controller 2018-05-17 07:00:49 -05:00
usb_dc_dw.c usb: dw: Fix Coverity issue with get_mps() 2018-05-02 09:26:44 -04:00
usb_dc_kinetis.c drivers: usb_dc_kinetis: fix usb_dc_ep_read_continue 2018-05-30 11:23:39 -05:00
usb_dc_nrf5.c usb: device: nrf5: Remove support for the ACCESSFAULT event 2018-03-27 09:35:21 -04:00
usb_dc_sam0.c usb: sam0: add the new usb_dc_ep_mps() function. 2018-03-27 19:57:38 -04:00
usb_dc_stm32.c drivers: usb_dc_stm32: enable VDDUSB on STM32L4x2 2018-05-24 09:42:30 -05:00
usb_dw_registers.h driver: usb_dw: Move base address and irq num of usb to soc.h 2018-02-07 22:55:11 -05:00