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:
111:162b12aea5f2
Parent:
108:ac4f3830f9ff
Child:
112:53ace74b190c
--- a/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Fri Apr 29 16:15:30 2016 +0100
+++ b/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Tue May 03 00:15:52 2016 +0100
@@ -223,6 +223,9 @@
 #elif defined(TARGET_KL26Z)
 #define INITIAL_SP            (0x20003000UL)
 
+#elif defined(TARGET_KL27Z)
+#define INITIAL_SP            (0x20003000UL)
+
 #elif defined(TARGET_K64F)
 #define INITIAL_SP            (0x20030000UL)