Official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard. Adaption for NUCLEO-L152RE

Dependents:   Polytech_tours

Fork of mbed-rtos by mbed official

Revision:
74:6aaed77b9971
Parent:
73:34292fba723c
--- a/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Thu Apr 16 11:45:43 2015 +0100
+++ b/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Tue Apr 21 18:09:15 2015 +0000
@@ -286,6 +286,9 @@
 #elif defined(TARGET_STM32F429ZI)
 #define INITIAL_SP            (0x20030000UL)
 
+#elif defined(TARGET_NUCLEO_L152RE)
+#define INITIAL_SP            (0x20004000UL)
+
 #elif defined(TARGET_STM32L053R8) || defined(TARGET_STM32L053C8)
 #define INITIAL_SP            (0x20002000UL)