mbed library with additional peripherals for ST F401 board

Fork of mbed-src by mbed official

This mbed LIB has additional peripherals for ST F401 board

  • UART2 : PA_3 rx, PA_2 tx
  • UART3 : PC_7 rx, PC_6 tx
  • I2C2 : PB_3 SDA, PB_10 SCL
  • I2C3 : PB_4 SDA, PA_8 SCL
Revision:
65:46be7cdf873f
Parent:
64:7b352733b00a
--- a/common/SerialBase.cpp	Thu Dec 19 13:15:07 2013 +0000
+++ b/common/SerialBase.cpp	Thu Dec 19 16:00:05 2013 +0000
@@ -94,6 +94,7 @@
             break;
             
         case RTSCTS:
+        case Disabled:
             serial_set_flow_control(&_serial, flow_type, flow1, flow2);
             break;