USB device stack

Dependents:   mbed-mX-USB-TEST1 USBMSD_SD_HID_HelloWorld HidTest MIDI_usb_bridge ... more

Legacy Warning

This is an mbed 2 library. To learn more about mbed OS 5, visit the docs.

Pull requests against this repository are no longer supported. Please raise against mbed OS 5 as documented above.

Revision:
64:c7639faed2eb
Parent:
19:fcb63a105965
--- a/USBSerial/USBCDC.h	Wed Apr 02 21:00:41 2014 +0100
+++ b/USBSerial/USBCDC.h	Mon Apr 28 12:15:41 2014 +0000
@@ -116,6 +116,7 @@
     virtual bool USBCallback_request();
     virtual void USBCallback_requestCompleted(uint8_t *buf, uint32_t length);
     virtual bool USBCallback_setConfiguration(uint8_t configuration);
+    virtual void USBCallback_busReset(void);
     volatile bool terminal_connected;
 
 };