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:
18:710466f5cf33
Parent:
17:771275db0efe
Child:
19:98941d799678
--- a/rtx/RTX_CM_lib.h	Mon Mar 10 11:45:09 2014 +0000
+++ b/rtx/RTX_CM_lib.h	Mon Mar 17 15:00:20 2014 +0000
@@ -205,7 +205,7 @@
 #elif defined(TARGET_LPC11U24)
 #define INITIAL_SP            (0x10002000UL)
 
-#elif defined(TARGET_LPC11U35_401)
+#elif defined(TARGET_LPC11U35_401) || defined(TARGET_LPC11U35_501)
 #define INITIAL_SP            (0x10002000UL)
 
 #elif defined(TARGET_LPC1114)