mbed support for STM32F103C8T6 (Blue Pill) boards

Dependents:   STM32F103C8T6_nRF24L01P_Hello_World Serial_over_Ethernet STM32F103C8T6_LoRaWAN-lmic-app STM32F103C8T6_WebUSBDFU ... more

Demo program and additional info:

Import programSTM32F103C8T6_Hello

Using low cost Bluepill (STM32F103C8T6) boards with mbed.

Revision:
2:534793444c60
Child:
3:a92af4b1ffe1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SysClockConf.h	Tue Jul 05 18:19:01 2016 +0000
@@ -0,0 +1,2 @@
+#pragma once
+bool configSysClock(int freq = 36 /*MHz*/);