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:
14:ee87e782d34f
Parent:
13:869ef732a8a2
Child:
15:29007aef10a4
--- a/rtx/RTX_CM_lib.h	Mon Aug 05 14:12:52 2013 +0300
+++ b/rtx/RTX_CM_lib.h	Wed Sep 11 20:15:08 2013 +0100
@@ -208,6 +208,9 @@
 #elif TARGET_LPC1114
 #define INITIAL_SP            (0x10001000UL)
 
+#elif TARGET_LPC812
+#define INITIAL_SP            (0x10001000UL)
+
 #elif TARGET_KL25Z
 #define INITIAL_SP            (0x20003000UL)