mbed-os/usb/device
Russ Butler c76d80e36e Alternate Kinetis USB stuck sending bug fix
If an IN endpoint is stalled during a transfer then the data being
sent will repeated and flood the USB bus. This patch prevents
endpoints from being stalled in the middle of a transfer by control
requests by keeping USB suspended until the setup phase of the
control request is done.
2019-02-22 10:53:18 -06:00
..
USBAudio Remove endpoint parameter from USB callbacks 2019-02-22 10:53:18 -06:00
USBDevice Remove endpoint parameter from USB callbacks 2019-02-22 10:53:18 -06:00
USBHID Remove endpoint parameter from USB callbacks 2019-02-22 10:53:18 -06:00
USBMIDI Remove endpoint parameter from USB callbacks 2019-02-22 10:53:18 -06:00
USBMSD Update USBMSD to be more consistent with others 2019-02-22 10:53:18 -06:00
USBPhy Move USBPhy and related files to USB directory 2019-02-22 10:52:35 -06:00
USBSerial Remove endpoint parameter from USB callbacks 2019-02-22 10:53:18 -06:00
hal Move USBPhy and related files to USB directory 2019-02-22 10:52:35 -06:00
targets Alternate Kinetis USB stuck sending bug fix 2019-02-22 10:53:18 -06:00
utilities Add the PolledQueue implementation of TaskQueue 2019-02-22 10:53:17 -06:00