mbed-os/usb/device
Russ Butler 7245a33164 Fix Kinetis USB disconnect
When disconnecting in the middle of a setup packet USB stops working
even after being re-connected. This is because the setup packet
suspended endpoint events but nothing resumed endpoint events.
This patch adds code to resume endpoint events in the reset handler.
2019-02-22 10:53:14 -06:00
..
USBDevice USBDevice: endpoint_add/read_start functions return value fix 2019-02-22 10:53:13 -06:00
USBPhy Move USBPhy and related files to USB directory 2019-02-22 10:52:35 -06:00
USBSerial USBDevice - add multiconfiguration support 2019-02-22 10:53:13 -06:00
hal Move USBPhy and related files to USB directory 2019-02-22 10:52:35 -06:00
targets Fix Kinetis USB disconnect 2019-02-22 10:53:14 -06:00
utilities Add USB utility classes 2019-02-22 10:52:34 -06:00