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:
- 10:fcb1f103f7a1
- Parent:
- 9:53e6cccd8782
- Child:
- 12:58b30ac3f00e
--- a/rtx/RTX_CM_lib.h Mon Jan 28 14:46:06 2013 +0000 +++ b/rtx/RTX_CM_lib.h Wed Apr 24 14:45:21 2013 +0000 @@ -207,6 +207,9 @@ #elif TARGET_LPC11U24 #define INITIAL_SP (0x10001000UL) +#elif TARGET_KL25Z +#define INITIAL_SP (0x20003000UL) + #endif extern unsigned char Image$$RW_IRAM1$$ZI$$Limit[];