mbed-src updated for BMD-200 evaluation board. Just pin numbers are updated.

Dependents:   mbed_blinky-bmd-200 bmd-200_accel_demo firstRig

Fork of mbed-src by mbed official

Replacement for the "mbed" or "mbed-src" library when using the BMD-200 Evaluation kit. This library only remaps the pin names (i.e. LED1 points to p0.01 instead of p0.18, etc) as used by the BMD-200 Evaluation board (select the nRF51822_mkit platform). All other code is untouched.

Revision:
586:a89625bcd809
Parent:
577:ad23fe03a082
--- a/targets/hal/TARGET_STM/TARGET_STM32F7/TARGET_DISCO_F746NG/PinNames.h	Thu Jul 02 16:30:08 2015 +0100
+++ b/targets/hal/TARGET_STM/TARGET_STM32F7/TARGET_DISCO_F746NG/PinNames.h	Mon Jul 06 09:00:34 2015 +0100
@@ -268,12 +268,12 @@
     D2          = PG_6,
     D3          = PB_4,
     D4          = PG_7,
-    D5          = PA_8,
+    D5          = PI_0,
     D6          = PH_6,
     D7          = PI_3,
     D8          = PI_2,
     D9          = PA_15,
-    D10         = PI_0,
+    D10         = PA_8,
     D11         = PB_15,
     D12         = PB_14,
     D13         = PI_1,
@@ -286,17 +286,17 @@
     LED3        = PI_1,
     LED4        = PI_1,
     USER_BUTTON = PI_11,
-    SERIAL_TX   = PC_6,
-    SERIAL_RX   = PC_7,
-    USBTX       = PC_6,
-    USBRX       = PC_7,
-    I2C_SCL     = PB_8,
-    I2C_SDA     = PB_9,
-    SPI_MOSI    = PB_15,
-    SPI_MISO    = PB_14,
-    SPI_SCK     = PI_1,
-    SPI_CS      = PI_0,
-    PWM_OUT     = PB_4,
+    SERIAL_TX   = D1,
+    SERIAL_RX   = D0,
+    USBTX       = PA_9, // Virtual Com Port
+    USBRX       = PB_7, // Virtual Com Port
+    I2C_SCL     = D15,
+    I2C_SDA     = D14,
+    SPI_MOSI    = D11,
+    SPI_MISO    = D12,
+    SPI_SCK     = D13,
+    SPI_CS      = D10,
+    PWM_OUT     = D9,
 
     // Not connected
     NC = (int)0xFFFFFFFF