Official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard. Patched to work with NUCLEO L152 board

Fork of mbed-rtos by mbed official

Revision:
42:9780f8334bf5
Parent:
41:631c0f1008c3
--- a/rtx/RTX_CM_lib.h	Thu Sep 11 14:15:18 2014 +0100
+++ b/rtx/RTX_CM_lib.h	Sun Sep 21 13:32:32 2014 +0000
@@ -253,7 +253,7 @@
 #elif defined(TARGET_LPC11U68)
 #define INITIAL_SP            (0x10004000UL)
 
-#elif defined(TARGET_NRF51822)
+#elif defined(TARGET_NRF51822) || defined (TARGET_NUCLEO_L152RE)
 #define INITIAL_SP            (0x20004000UL)
 
 #elif defined(TARGET_STM32F411RE)