This fork re-enables FRDM boards and adds WebUSB CDC functionality

Fork of USBDevice_STM32F103 by Devan Lai

Revision:
67:39396cc073f2
Parent:
25:7c72828865f3
--- a/USBDevice/USBDevice.h	Mon Aug 29 00:47:17 2016 +0000
+++ b/USBDevice/USBDevice.h	Sun Sep 04 03:13:09 2016 +0000
@@ -236,6 +236,7 @@
     virtual void EP0in(void);
     virtual void connectStateChanged(unsigned int connected);
     virtual void suspendStateChanged(unsigned int suspended);
+    virtual bool requestGetDescriptor(void);
     uint8_t * findDescriptor(uint8_t descriptorType);
     CONTROL_TRANSFER * getTransferPtr(void);
 
@@ -245,7 +246,6 @@
 
 private:
     bool addRateFeedbackEndpoint(uint8_t endpoint, uint32_t maxPacket);
-    bool requestGetDescriptor(void);
     bool controlOut(void);
     bool controlIn(void);
     bool requestSetAddress(void);