STM32 F103RB support for mbed-rpc, tested just once with the blinking example

Dependents:   rpc_over_serial_irq

Fork of mbed-rpc by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mosi
Date:
Fri Aug 01 22:04:52 2014 +0000
Parent:
5:4490a0d9cb2a
Child:
7:279476428ecf
Commit message:
declared stm32 platform;

Changed in this revision

parse_pins.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/parse_pins.cpp	Mon Aug 19 18:37:40 2013 +0300
+++ b/parse_pins.cpp	Fri Aug 01 22:04:52 2014 +0000
@@ -77,6 +77,8 @@
             return NC;
         }
         return pin_names[pin - 5];
+#elif defined(TARGET_STM32F4XX) ||  defined(TARGET_STM32F1XX)
+    // TODO: implement pin names specific to STM32 platform here 
 #endif
 
     } else if (str[0] == 'L') {  // LEDn