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:
Tue Aug 18 08:15:10 2015 +0100
Parent:
610:813dcc80987e
Child:
612:fba1c7dc54c0
Commit message:
Synchronized with git revision 1c2263fbc7f9d37a74c549382d5884ff81820eeb

Full URL: https://github.com/mbedmicro/mbed/commit/1c2263fbc7f9d37a74c549382d5884ff81820eeb/

ST BLoD Fix

Changed in this revision

targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F401VC/device.h Show annotated file Show diff for this revision Revisions of this file
targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F407VG/device.h Show annotated file Show diff for this revision Revisions of this file
targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F429ZI/device.h Show annotated file Show diff for this revision Revisions of this file
targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/device.h Show annotated file Show diff for this revision Revisions of this file
targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F411RE/device.h Show annotated file Show diff for this revision Revisions of this file
targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F446RE/device.h Show annotated file Show diff for this revision Revisions of this file
--- a/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F401VC/device.h	Fri Aug 14 13:15:17 2015 +0100
+++ b/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F401VC/device.h	Tue Aug 18 08:15:10 2015 +0100
@@ -63,7 +63,8 @@
 
 #define DEVICE_STDIO_MESSAGES   1
 
-#define DEVICE_ERROR_RED        0
+#define DEVICE_ERROR_RED        1
+#define LED_RED                 LED1
 
 #include "objects.h"
 
--- a/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F407VG/device.h	Fri Aug 14 13:15:17 2015 +0100
+++ b/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F407VG/device.h	Tue Aug 18 08:15:10 2015 +0100
@@ -63,7 +63,8 @@
 
 #define DEVICE_STDIO_MESSAGES   1
 
-#define DEVICE_ERROR_RED        0
+#define DEVICE_ERROR_RED        1
+#define LED_RED                 LED1
 
 #include "objects.h"
 
--- a/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F429ZI/device.h	Fri Aug 14 13:15:17 2015 +0100
+++ b/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_DISCO_F429ZI/device.h	Tue Aug 18 08:15:10 2015 +0100
@@ -63,7 +63,8 @@
 
 #define DEVICE_STDIO_MESSAGES   1
 
-#define DEVICE_ERROR_RED        0
+#define DEVICE_ERROR_RED        1
+#define LED_RED                 LED1
 
 #include "objects.h"
 
--- a/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/device.h	Fri Aug 14 13:15:17 2015 +0100
+++ b/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F401RE/device.h	Tue Aug 18 08:15:10 2015 +0100
@@ -63,7 +63,8 @@
 
 #define DEVICE_STDIO_MESSAGES   1
 
-#define DEVICE_ERROR_RED        0
+#define DEVICE_ERROR_RED        1
+#define LED_RED                 LED1
 
 #include "objects.h"
 
--- a/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F411RE/device.h	Fri Aug 14 13:15:17 2015 +0100
+++ b/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F411RE/device.h	Tue Aug 18 08:15:10 2015 +0100
@@ -63,7 +63,8 @@
 
 #define DEVICE_STDIO_MESSAGES   1
 
-#define DEVICE_ERROR_RED        0
+#define DEVICE_ERROR_RED        1
+#define LED_RED                 LED1
 
 #include "objects.h"
 
--- a/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F446RE/device.h	Fri Aug 14 13:15:17 2015 +0100
+++ b/targets/hal/TARGET_STM/TARGET_STM32F4/TARGET_NUCLEO_F446RE/device.h	Tue Aug 18 08:15:10 2015 +0100
@@ -63,7 +63,8 @@
 
 #define DEVICE_STDIO_MESSAGES   1
 
-#define DEVICE_ERROR_RED        0
+#define DEVICE_ERROR_RED        1
+#define LED_RED                 LED1
 
 #include "objects.h"