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:
101:3d9d2b8b8f17
Parent:
72:83895f30f8f2
Child:
112:53ace74b190c
--- a/rtx/TARGET_CORTEX_M/rt_CMSIS.c	Wed Jan 06 15:00:32 2016 +0000
+++ b/rtx/TARGET_CORTEX_M/rt_CMSIS.c	Mon Jan 11 17:00:32 2016 +0000
@@ -36,6 +36,8 @@
 
 #if defined (__CORTEX_M4) || defined (__CORTEX_M4F)
   #include "core_cm4.h"
+#elif defined (__CORTEX_M7) || defined (__CORTEX_M7F)
+  #include "core_cm7.h"
 #elif defined (__CORTEX_M3)
   #include "core_cm3.h"
 #elif defined (__CORTEX_M0)