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:
16:f88660a9bed1
Parent:
15:29007aef10a4
Child:
17:771275db0efe
--- a/rtx/RTX_CM_lib.h	Tue Nov 19 09:00:05 2013 +0000
+++ b/rtx/RTX_CM_lib.h	Thu Jan 23 17:30:07 2014 +0000
@@ -205,6 +205,9 @@
 #elif TARGET_LPC11U24
 #define INITIAL_SP            (0x10002000UL)
 
+#elif TARGET_LPC11U35_401
+#define INITIAL_SP            (0x10002000UL)
+
 #elif TARGET_LPC1114
 #define INITIAL_SP            (0x10001000UL)