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.
Dependents: denki-yohou_b TestY201 Network-RTOS NTPClient_HelloWorld ... more
Diff: rtx/RTX_CM_lib.h
- Revision:
- 13:869ef732a8a2
- Parent:
- 12:58b30ac3f00e
- Child:
- 14:ee87e782d34f
--- a/rtx/RTX_CM_lib.h Thu May 30 17:08:58 2013 +0100 +++ b/rtx/RTX_CM_lib.h Mon Aug 05 14:12:52 2013 +0300 @@ -205,12 +205,18 @@ #elif TARGET_LPC11U24 #define INITIAL_SP (0x10001000UL) +#elif TARGET_LPC1114 +#define INITIAL_SP (0x10001000UL) + #elif TARGET_KL25Z #define INITIAL_SP (0x20003000UL) #elif TARGET_LPC4088 #define INITIAL_SP (0x10010000UL) +#elif TARGET_LPC1347 +#define INITIAL_SP (0x10002000UL) + #endif #ifdef __CC_ARM