Add support new target: ST Nucleo-L152RE Official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard.

Fork of mbed-rtos by mbed official

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