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.
Dependencies: BufferedSerial
Dependents: rtos_basic rtos_basic
Fork of mbed-rtos by
Diff: rtx/RTX_CM_lib.h
- Revision:
- 22:da8c5ccc2f9c
- Parent:
- 21:90ff8157f1d2
- Child:
- 23:c2779d329e1c
--- a/rtx/RTX_CM_lib.h Thu Mar 20 15:45:22 2014 +0000 +++ b/rtx/RTX_CM_lib.h Fri Mar 21 11:45:21 2014 +0000 @@ -226,7 +226,7 @@ #elif defined(TARGET_LPC1347) #define INITIAL_SP (0x10002000UL) -#elif defined(TARGET_STM32F100RB) +#elif defined(TARGET_STM32F100RB) || defined(TARGET_STM32F051R8) #define INITIAL_SP (0x20002000UL) #else
