STM32 F103RB support for mbed-rpc, tested just once with the blinking example
Dependents: rpc_over_serial_irq
Fork of mbed-rpc by
Diff: parse_pins.cpp
- Revision:
- 6:78303e9c7590
- Parent:
- 5:4490a0d9cb2a
- Child:
- 7:279476428ecf
--- 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