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.

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Tue Jul 08 11:15:19 2014 +0100
Parent:
34:1520481a219c
Child:
36:512640f00564
Commit message:
Synchronized with git revision 3197042b65f8d28e856e1a7812d45e2fbe80e3f1

Full URL: https://github.com/mbedmicro/mbed/commit/3197042b65f8d28e856e1a7812d45e2fbe80e3f1/

error.h -> mbed_error.h

Changed in this revision

rtos/Mutex.cpp Show annotated file Show diff for this revision Revisions of this file
rtos/Queue.h Show annotated file Show diff for this revision Revisions of this file
rtos/RtosTimer.cpp Show annotated file Show diff for this revision Revisions of this file
rtos/Semaphore.cpp Show annotated file Show diff for this revision Revisions of this file
rtos/Thread.cpp Show annotated file Show diff for this revision Revisions of this file
rtx/RTX_CM_lib.h Show annotated file Show diff for this revision Revisions of this file
--- a/rtos/Mutex.cpp	Fri Jun 27 16:30:23 2014 +0100
+++ b/rtos/Mutex.cpp	Tue Jul 08 11:15:19 2014 +0100
@@ -22,7 +22,7 @@
 #include "Mutex.h"
 
 #include <string.h>
-#include "error.h"
+#include "mbed_error.h"
 
 namespace rtos {
 
--- a/rtos/Queue.h	Fri Jun 27 16:30:23 2014 +0100
+++ b/rtos/Queue.h	Tue Jul 08 11:15:19 2014 +0100
@@ -26,7 +26,7 @@
 #include <string.h>
 
 #include "cmsis_os.h"
-#include "error.h"
+#include "mbed_error.h"
 
 namespace rtos {
 
--- a/rtos/RtosTimer.cpp	Fri Jun 27 16:30:23 2014 +0100
+++ b/rtos/RtosTimer.cpp	Tue Jul 08 11:15:19 2014 +0100
@@ -24,7 +24,7 @@
 #include <string.h>
 
 #include "cmsis_os.h"
-#include "error.h"
+#include "mbed_error.h"
 
 namespace rtos {
 
--- a/rtos/Semaphore.cpp	Fri Jun 27 16:30:23 2014 +0100
+++ b/rtos/Semaphore.cpp	Tue Jul 08 11:15:19 2014 +0100
@@ -22,7 +22,6 @@
 #include "Semaphore.h"
 
 #include <string.h>
-#include "error.h"
 
 namespace rtos {
 
--- a/rtos/Thread.cpp	Fri Jun 27 16:30:23 2014 +0100
+++ b/rtos/Thread.cpp	Tue Jul 08 11:15:19 2014 +0100
@@ -21,7 +21,7 @@
  */
 #include "Thread.h"
 
-#include "error.h"
+#include "mbed_error.h"
 
 namespace rtos {
 
--- a/rtx/RTX_CM_lib.h	Fri Jun 27 16:30:23 2014 +0100
+++ b/rtx/RTX_CM_lib.h	Tue Jul 08 11:15:19 2014 +0100
@@ -31,7 +31,7 @@
  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *---------------------------------------------------------------------------*/
-#include "error.h"
+#include "mbed_error.h"
 
 #if   defined (__CC_ARM)
 #pragma O3