mbed-os/features/unsupported/USBDevice/targets/TARGET_NXP
Russ Butler 6fe0aa0074 Fix LPC17XX and LPC40XX USB data throttling
Only clear the USB read buffer when endpointRead is called. This
allows data to be read with endpointReadResult without also allowing
USB to transfer more data. Instead additional data is transferred explicitly
with a call to endpointRead.
2018-01-17 21:50:20 -06:00
..
USBEndpoints_LPC11U.h Reorganize vendor specific code into targets folders, following the mbed-os/targets/ design pattern 2017-06-27 14:20:36 -05:00
USBEndpoints_LPC17_LPC23.h Reorganize vendor specific code into targets folders, following the mbed-os/targets/ design pattern 2017-06-27 14:20:36 -05:00
USBHAL_LPC11U.cpp Reorganize vendor specific code into targets folders, following the mbed-os/targets/ design pattern 2017-06-27 14:20:36 -05:00
USBHAL_LPC17.cpp Fix LPC17XX and LPC40XX USB data throttling 2018-01-17 21:50:20 -06:00
USBHAL_LPC40.cpp Fix LPC17XX and LPC40XX USB data throttling 2018-01-17 21:50:20 -06:00