USB Device library for the STM32F103 with USB Device Firmware Upgrade (DFU) runtime support.

Dependents:   STM32F103C8T6_WebUSBDFU STM32F103C8T6_USBDFU STM32F103C8T6_USBDFU dfu_usb_stm32f103

Fork of USBDevice_STM32F103 by Zoltan Hudak

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);