mbed-os/usb/device
Russ Butler 4284afd297 USBMSD fixes
Make the following fixes:
-deinit in destructor to prevent race conditions
-cancel the reset task before calling it since it may be in progress
-wait for tasks to complete without mutex held
-prevent double connect with _init flag
2019-02-22 10:53:17 -06:00
..
USBAudio Fix various USB warnings 2019-02-22 10:53:17 -06:00
USBDevice Update USBDevice endpoint checks to fix asserts 2019-02-22 10:53:17 -06:00
USBHID Fix various USB warnings 2019-02-22 10:53:17 -06:00
USBMIDI Update the USBMIDI class 2019-02-22 10:53:16 -06:00
USBMSD USBMSD fixes 2019-02-22 10:53:17 -06:00
USBPhy Move USBPhy and related files to USB directory 2019-02-22 10:52:35 -06:00
USBSerial Add default values to USBCDC constructor 2019-02-22 10:53:16 -06:00
hal Move USBPhy and related files to USB directory 2019-02-22 10:52:35 -06:00
targets Fix Kinetis bug causing USB to get stuck sending 2019-02-22 10:53:17 -06:00
utilities Add the PolledQueue implementation of TaskQueue 2019-02-22 10:53:17 -06:00