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:
7:80173c64d05d
Child:
31:015df9e602b6
--- a/rtx/rt_HAL_CM.h	Mon Jan 28 14:46:06 2013 +0000
+++ b/rtx/rt_HAL_CM.h	Wed Apr 24 14:45:21 2013 +0000
@@ -50,7 +50,7 @@
 
 #undef  __USE_EXCLUSIVE_ACCESS
 
-#if defined (__CORTEX_M0)
+#if defined (__CORTEX_M0) || defined (__CORTEX_M0PLUS)
 #define __TARGET_ARCH_6S_M 1
 #else
 #define __TARGET_ARCH_6S_M 0