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:
- 28:be2573f85b81
- Parent:
- 27:4ef72665e2c8
- Child:
- 29:5dfe422a963d
diff -r 4ef72665e2c8 -r be2573f85b81 rtx/RTX_CM_lib.h --- a/rtx/RTX_CM_lib.h Fri Apr 11 17:15:18 2014 +0100 +++ b/rtx/RTX_CM_lib.h Thu Apr 24 10:45:30 2014 +0100 @@ -214,9 +214,12 @@ #elif defined(TARGET_LPC812) #define INITIAL_SP (0x10001000UL) -#elif defined(TARGET_KL25Z) || defined(TARGET_K64F) +#elif defined(TARGET_KL25Z) #define INITIAL_SP (0x20003000UL) +#elif defined(TARGET_K64F) +#define INITIAL_SP (0x20030000UL) + #elif defined(TARGET_KL46Z) #define INITIAL_SP (0x20006000UL)
