med rtos libraries

Dependents:   ECE4333Lab3

Fork of mbed-rtos by mbed official

Files at this revision

API Documentation at this revision

Comitter:
JordanWisdom
Date:
Wed Feb 03 17:24:45 2016 +0000
Parent:
101:3d9d2b8b8f17
Commit message:
same

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/Thread.cpp Show annotated file Show diff for this revision Revisions of this file
rtx/TARGET_CORTEX_M/RTX_CM_lib.h Show annotated file Show diff for this revision Revisions of this file
--- a/rtos/Mutex.cpp	Mon Jan 11 17:00:32 2016 +0000
+++ b/rtos/Mutex.cpp	Wed Feb 03 17:24:45 2016 +0000
@@ -20,9 +20,8 @@
  * SOFTWARE.
  */
 #include "Mutex.h"
-
 #include <string.h>
-#include "mbed_error.h"
+#include "error.h"
 
 namespace rtos {
 
--- a/rtos/Queue.h	Mon Jan 11 17:00:32 2016 +0000
+++ b/rtos/Queue.h	Wed Feb 03 17:24:45 2016 +0000
@@ -26,7 +26,7 @@
 #include <string.h>
 
 #include "cmsis_os.h"
-#include "mbed_error.h"
+#include "error.h"
 
 namespace rtos {
 
--- a/rtos/RtosTimer.cpp	Mon Jan 11 17:00:32 2016 +0000
+++ b/rtos/RtosTimer.cpp	Wed Feb 03 17:24:45 2016 +0000
@@ -24,7 +24,7 @@
 #include <string.h>
 
 #include "cmsis_os.h"
-#include "mbed_error.h"
+#include "error.h"
 
 namespace rtos {
 
--- a/rtos/Thread.cpp	Mon Jan 11 17:00:32 2016 +0000
+++ b/rtos/Thread.cpp	Wed Feb 03 17:24:45 2016 +0000
@@ -21,7 +21,7 @@
  */
 #include "Thread.h"
 
-#include "mbed_error.h"
+#include "error.h"
 
 namespace rtos {
 
--- a/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Mon Jan 11 17:00:32 2016 +0000
+++ b/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Wed Feb 03 17:24:45 2016 +0000
@@ -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 "mbed_error.h"
+#include "error.h"
 
 #if   defined (__CC_ARM)
 #pragma O3