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:
Fri Feb 01 11:06:23 2019 +0000
Parent:
5:0be85f1bdb35
Child:
7:bd396db062ea
Commit message:
Updated.

Changed in this revision

USBDevice_STM32F103.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-STM32F103C8T6.lib 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
--- a/USBDevice_STM32F103.lib	Wed Apr 26 17:57:55 2017 +0000
+++ b/USBDevice_STM32F103.lib	Fri Feb 01 11:06:23 2019 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/users/hudakz/code/USBDevice_STM32F103/#c86eab438152
+https://developer.mbed.org/users/hudakz/code/USBDevice_STM32F103/#944679d2de75
--- a/main.cpp	Wed Apr 26 17:57:55 2017 +0000
+++ b/main.cpp	Fri Feb 01 11:06:23 2019 +0000
@@ -8,7 +8,7 @@
     confSysClock();     //Configure system clock (72MHz HSE clock, 48MHz USB clock)
     
     Serial    pc(PA_2, PA_3);
-    //USBSerial usbSerial;  // connection must be 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-STM32F103C8T6.lib	Wed Apr 26 17:57:55 2017 +0000
+++ b/mbed-STM32F103C8T6.lib	Fri Feb 01 11:06:23 2019 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/hudakz/code/mbed-STM32F103C8T6/#09d8c2eacb4d
+http://mbed.org/users/hudakz/code/mbed-STM32F103C8T6/#727468adfd1d
--- a/mbed.bld	Wed Apr 26 17:57:55 2017 +0000
+++ b/mbed.bld	Fri Feb 01 11:06:23 2019 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/97feb9bacc10
\ No newline at end of file
+https://os.mbed.com/users/mbed_official/code/mbed/builds/3a7713b1edbc
\ No newline at end of file