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:
120:4dc938e301cc
Parent:
118:6635230e06ba
Child:
123:58563e6cba1e
--- a/rtos/rtos.h	Wed Aug 10 16:09:20 2016 +0100
+++ b/rtos/rtos.h	Thu Aug 18 14:38:56 2016 +0100
@@ -37,8 +37,8 @@
 */
 #include "mbed.h"
 
-#if (MBED_LIBRARY_VERSION < 122)
-#error "This version of RTOS requires mbed library version > 121"
+#if (MBED_LIBRARY_VERSION < 124)
+#error "This version of RTOS requires mbed library version > 123"
 #endif
 
 #endif