mbed lib with startup delay fixed for Nucleo401RE

Fork of mbed-src by mbed official

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Mon Apr 07 23:30:06 2014 +0100
Parent:
153:a2bd7206fd97
Child:
155:8435094ec241
Commit message:
Synchronized with git revision d81ce439bf3894643b3db1c6da98f2f164c3f4e9

Full URL: https://github.com/mbedmicro/mbed/commit/d81ce439bf3894643b3db1c6da98f2f164c3f4e9/

[NUCLEO_F030R8] Change PWM_OUT label

Changed in this revision

targets/hal/TARGET_NXP/TARGET_LPC11UXX/TARGET_LPC11U24_401/PinNames.h Show annotated file Show diff for this revision Revisions of this file
targets/hal/TARGET_NXP/TARGET_LPC176X/TARGET_MBED_LPC1768/PinNames.h Show annotated file Show diff for this revision Revisions of this file
targets/hal/TARGET_STM/TARGET_NUCLEO_F030R8/PinNames.h Show annotated file Show diff for this revision Revisions of this file
--- a/targets/hal/TARGET_NXP/TARGET_LPC11UXX/TARGET_LPC11U24_401/PinNames.h	Mon Apr 07 17:00:08 2014 +0100
+++ b/targets/hal/TARGET_NXP/TARGET_LPC11UXX/TARGET_LPC11U24_401/PinNames.h	Mon Apr 07 23:30:06 2014 +0100
@@ -151,6 +151,9 @@
     D12 = P0_8,
     D13 = P1_29, // P0_9 for Arch V1.0
 
+    D14 = P0_5,
+    D15 = P0_4,
+
     A0 = P0_11,
     A1 = P0_12,
     A2 = P0_13,
@@ -158,6 +161,9 @@
     A4 = P0_16,
     A5 = P0_22,
 
+    I2C_SCL = D15,
+    I2C_SDA = D14,
+
     // Not connected
     NC = (int)0xFFFFFFFF,
 } PinName;
--- a/targets/hal/TARGET_NXP/TARGET_LPC176X/TARGET_MBED_LPC1768/PinNames.h	Mon Apr 07 17:00:08 2014 +0100
+++ b/targets/hal/TARGET_NXP/TARGET_LPC176X/TARGET_MBED_LPC1768/PinNames.h	Mon Apr 07 23:30:06 2014 +0100
@@ -106,6 +106,9 @@
     A4 = P1_30,
     A5 = P1_31,
 
+    I2C_SCL = D15,
+    I2C_SDA = D14,
+
     // Not connected
     NC = (int)0xFFFFFFFF
 } PinName;
--- a/targets/hal/TARGET_STM/TARGET_NUCLEO_F030R8/PinNames.h	Mon Apr 07 17:00:08 2014 +0100
+++ b/targets/hal/TARGET_STM/TARGET_NUCLEO_F030R8/PinNames.h	Mon Apr 07 23:30:06 2014 +0100
@@ -158,7 +158,7 @@
     SPI_MISO    = PA_6,
     SPI_SCK     = PA_5,
     SPI_CS      = PB_6,
-    PWM_OUT     = PB_3,
+    PWM_OUT     = PC_7,
 
     // Not connected
     NC = (int)0xFFFFFFFF