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.
Diff: rtx/RTX_CM_lib.h
- Revision:
- 38:ff95651f53c7
- Parent:
- 37:478a48c29e88
- Child:
- 40:bd07334df5b1
--- 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"
