USBDevice library with Blue Pill STM32F103C8T6 board support.

Dependents:   STM32F103C8T6_USBSerial_Demo lightweight-weather-station

Fork of USBDevice by mbed official

History

Added support of the BLUEPILL_F103C8 board default tip

2017-08-04, by Konstantin Kochin [Fri, 04 Aug 2017 11:17:37 +0300] rev 73

Added support of the BLUEPILL_F103C8 board

Added files of the BLUEPILL_F103C8 board, based on the
copy of the NUCLEO_F103RB


Bug fixing

2017-08-04, by Konstantin Kochin [Fri, 04 Aug 2017 10:58:23 +0300] rev 72

Bug fixing

- added missed "include" to "USBDevice_Types.h"
- temporary fix of the lazy initialization of the description table
(method deviceDesc). The fix simply invokes method deviceDesc in the
constructor, because if the method is invoked at first time during
interrupt, it causes os error.


Update libraries

2017-07-27, by Kojto [Thu, 27 Jul 2017 12:14:04 +0100] rev 71

Update libraries

Fixes the previous commmit, as some devices were not copied. USBDevice contains
now targets directory with all targets implementations


Update libraries (ed9d1da)

2017-07-20, by Kojto [Thu, 20 Jul 2017 10:14:36 +0100] rev 70

Update libraries (ed9d1da)


[MAX32630FTHR] Include missing header and vector function cast

2016-11-11, by jessexm [Fri, 11 Nov 2016 17:59:00 +0000] rev 69

[MAX32630FTHR] Include missing header and vector function cast


[MAX32630FTHR] Adding new platform

2016-11-11, by jessexm [Fri, 11 Nov 2016 17:34:06 +0000] rev 68

[MAX32630FTHR] Adding new platform


[MAX32620HSP] Adding support for new platform.

2016-10-07, by enginerd [Fri, 07 Oct 2016 15:41:30 +0000] rev 67

[MAX32620HSP] Adding support for new platform.


Support for STM32F446 Nucleo-64 added

2015-12-25, by crazyafrican [Fri, 25 Dec 2015 22:51:12 +0000] rev 66

Support for STM32F446 Nucleo-64 added


Added support for the logo key (a.k.a. the windows key) as a modifier on keyboard key presses.

2015-12-09, by AndyA [Wed, 09 Dec 2015 10:57:21 +0000] rev 65

Added support for the logo key (a.k.a. the windows key) as a modifier on keyboard key presses.


fixed bus reset for KL25Z, added more terminal_connected checking stuff

2014-04-28, by alpov [Mon, 28 Apr 2014 12:15:41 +0000] rev 64

fixed bus reset for KL25Z, added more terminal_connected checking stuff