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
Revision 38:ff95651f53c7, committed 2014-07-11
- Comitter:
- mbed_official
- Date:
- Fri Jul 11 10:00:30 2014 +0100
- Parent:
- 37:478a48c29e88
- Child:
- 39:34e80e862021
- Commit message:
- Synchronized with git revision bbf5cbc71510e72033aaacbd76c3f127b70f08b6
Full URL: https://github.com/mbedmicro/mbed/commit/bbf5cbc71510e72033aaacbd76c3f127b70f08b6/
[K20D50M] K20D5M -> K20D50M
Changed in this revision
| rtx/RTX_CM_lib.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/rtx/RTX_CM_lib.h Thu Jul 10 09:15:08 2014 +0100 +++ b/rtx/RTX_CM_lib.h Fri Jul 11 10:00:30 2014 +0100 @@ -253,6 +253,9 @@ #elif defined(TARGET_NRF51822) #define INITIAL_SP (0x20004000UL) +#elif defined(TARGET_STM32F411RE) +#define INITIAL_SP (0x20020000UL) + #else #error "no target defined"
