Zoltan Hudak / Mbed 2 deprecated STM32F103C8T6_USBSerial

Dependencies:   mbed mbed-STM32F103C8T6 USBDevice_STM32F103

Files at this revision

API Documentation at this revision

Comitter:
hudakz
Date:
Mon May 13 08:42:21 2019 +0000
Parent:
7:bd396db062ea
Commit message:
Updated.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Feb 20 12:42:52 2019 +0000
+++ b/main.cpp	Mon May 13 08:42:21 2019 +0000
@@ -1,14 +1,14 @@
-//#include "stm32f103c8t6.h"
+#include "stm32f103c8t6.h"
 #include "mbed.h"
 #include "USBSerial.h"
 
 DigitalOut  myled(LED1);
 
 int main() {
-    //confSysClock();     //Configure system clock (72MHz HSE clock, 48MHz USB clock)
+    confSysClock();     //Configure system clock (72MHz HSE clock, 48MHz USB clock)
     
     Serial    pc(PA_2, PA_3);
-    //USBSerial usbSerial;  // connection is blocked when USB is not plugged in
+//    USBSerial usbSerial;  // connection is blocked when USB is not plugged in
     USBSerial usbSerial(0x1f00, 0x2012, 0x0001,  false);    // connection is not blocked when USB is not plugged in
     
     while(1) {
--- a/mbed.bld	Wed Feb 20 12:42:52 2019 +0000
+++ b/mbed.bld	Mon May 13 08:42:21 2019 +0000
@@ -1,1 +1,1 @@
-https://os.mbed.com/users/mbed_official/code/mbed/builds/3a7713b1edbc
\ No newline at end of file
+https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400
\ No newline at end of file
--- a/mbed_app.json	Wed Feb 20 12:42:52 2019 +0000
+++ b/mbed_app.json	Mon May 13 08:42:21 2019 +0000
@@ -2,7 +2,8 @@
     "target_overrides": {
         "NUCLEO_F103RB": {
             "target.clock_source": "USE_PLL_HSE_XTAL",
-            "target.clock_source_usb": "1"
+            "target.clock_source_usb": "1",
+            "target.default_lib": "small"
         }
     }
 }