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/TARGET_CORTEX_M/RTX_CM_lib.h
- Revision:
- 60:f4d3d8971bc3
- Parent:
- 59:28712e303960
- Child:
- 62:444020d511f5
--- a/rtx/TARGET_CORTEX_M/RTX_CM_lib.h Tue Jan 06 16:16:03 2015 +0000 +++ b/rtx/TARGET_CORTEX_M/RTX_CM_lib.h Wed Jan 07 09:15:09 2015 +0000 @@ -295,6 +295,9 @@ #elif defined(TARGET_STM32F091RC) #define INITIAL_SP (0x20008000UL) +#elif defined(TARGET_STM32F401VC) +#define INITIAL_SP (0x20010000UL) + #else #error "no target defined"