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

Dependents:   denki-yohou_b TestY201 Network-RTOS NTPClient_HelloWorld ... more

Deprecated

This is the mbed 2 rtos library. mbed OS 5 integrates the mbed library with mbed-rtos. With this, we have provided thread safety for all mbed APIs. If you'd like to learn about using mbed OS 5, please see the docs.

Revision:
64:ab4200083b07
Parent:
63:5448826aa700
Child:
65:83e169389a69
--- a/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Thu Jan 29 07:30:28 2015 +0000
+++ b/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Mon Feb 09 09:15:09 2015 +0000
@@ -235,7 +235,7 @@
 #elif defined(TARGET_KL05Z)
 #define INITIAL_SP            (0x20000C00UL)
 
-#elif defined(TARGET_LPC4088)
+#elif defined(TARGET_LPC4088) || defined(TARGET_LPC4088_DM)
 #define INITIAL_SP            (0x10010000UL)
 
 #elif defined(TARGET_LPC4330)