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-rtos by
Diff: rtx/RTX_CM_lib.h
- Revision:
- 20:991c4c00af93
- Parent:
- 19:98941d799678
- Child:
- 21:90ff8157f1d2
diff -r 98941d799678 -r 991c4c00af93 rtx/RTX_CM_lib.h --- a/rtx/RTX_CM_lib.h Wed Mar 19 10:15:36 2014 +0000 +++ b/rtx/RTX_CM_lib.h Wed Mar 19 16:00:29 2014 +0000 @@ -226,6 +226,9 @@ #elif defined(TARGET_LPC1347) #define INITIAL_SP (0x10002000UL) +#elif defined(TARGET_STM32F100RB) +#define INITIAL_SP (0x20002000UL) + #endif #ifdef __CC_ARM
