Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-src by
Revision 612:b13a1988fb27, committed 2015-08-18
- Comitter:
- mbed_official
- Date:
- Tue Aug 18 08:15:10 2015 +0100
- Parent:
- 611:813dcc80987e
- Child:
- 613:fba1c7dc54c0
- Commit message:
- Synchronized with git revision 1c2263fbc7f9d37a74c549382d5884ff81820eeb
Full URL: https://github.com/mbedmicro/mbed/commit/1c2263fbc7f9d37a74c549382d5884ff81820eeb/
ST BLoD Fix
Changed in this revision
--- 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"
