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:
10:fcb1f103f7a1
Parent:
9:53e6cccd8782
Child:
12:58b30ac3f00e
--- a/rtx/RTX_CM_lib.h	Mon Jan 28 14:46:06 2013 +0000
+++ b/rtx/RTX_CM_lib.h	Wed Apr 24 14:45:21 2013 +0000
@@ -207,6 +207,9 @@
 #elif TARGET_LPC11U24
 #define INITIAL_SP            (0x10001000UL)
 
+#elif TARGET_KL25Z
+#define INITIAL_SP            (0x20003000UL)
+
 #endif
 
 extern unsigned char Image$$RW_IRAM1$$ZI$$Limit[];