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:
18:2305dcd0c72e
Parent:
17:771275db0efe
--- a/rtx/RTX_CM_lib.h	Mon Mar 10 11:45:09 2014 +0000
+++ b/rtx/RTX_CM_lib.h	Tue Mar 11 23:03:06 2014 +0000
@@ -223,6 +223,9 @@
 #elif defined(TARGET_LPC1347)
 #define INITIAL_SP            (0x10002000UL)
 
+#elif defined(TARGET_NUCLEO_L152RE)
+#define INITIAL_SP            (0x10002000UL)
+
 #endif
 
 #ifdef __CC_ARM