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:
81:e45e4ac7c3c8
Parent:
79:c586ffeebfb4
Child:
83:5c72830f2d48
--- a/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Mon Jun 01 11:00:36 2015 +0100
+++ b/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Wed Jun 03 08:47:13 2015 +0100
@@ -214,7 +214,7 @@
 #elif defined(TARGET_LPC812)
 #define INITIAL_SP            (0x10001000UL)
 
-#elif defined(TARGET_LPC824)
+#elif defined(TARGET_LPC824) || defined(TARGET_SSCI824)
 #define INITIAL_SP            (0x10002000UL)
 
 #elif defined(TARGET_KL25Z)