mbed library sources

Dependents:   Encrypted my_mbed lklk CyaSSL_DTLS_Cellular ... more

Superseded

This library was superseded by mbed-dev - https://os.mbed.com/users/mbed_official/code/mbed-dev/.

Development branch of the mbed library sources. This library is kept in synch with the latest changes from the mbed SDK and it is not guaranteed to work.

If you are looking for a stable and tested release, please import one of the official mbed library releases:

Import librarymbed

The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

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"