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:
Fri Apr 29 16:15:30 2016 +0100
Parent:
109:3b7dd22a5b25
Child:
111:162b12aea5f2
Commit message:
Synchronized with git revision d1dc98991286822daacb1d2583e1e184f3240e36

Full URL: https://github.com/mbedmicro/mbed/commit/d1dc98991286822daacb1d2583e1e184f3240e36/

Typo fix in HAL_CM0.S of ARM7 rtx

Changed in this revision

rtx/TARGET_ARM7/ARM7/TOOLCHAIN_GCC/HAL_CM0.S Show annotated file Show diff for this revision Revisions of this file
--- a/rtx/TARGET_ARM7/ARM7/TOOLCHAIN_GCC/HAL_CM0.S	Fri Apr 29 01:15:35 2016 +0100
+++ b/rtx/TARGET_ARM7/ARM7/TOOLCHAIN_GCC/HAL_CM0.S	Fri Apr 29 16:15:30 2016 +0100
@@ -104,7 +104,7 @@
     LDMFD  LR, {R0-R12,LR}^
     NOP
 
-    ADD    LR, LR, 15*4               /* increase starck pointer */
+    ADD    LR, LR, 15*4               /* increase stack pointer */
     /* Set SP(user) to LR */
     STMDB  SP!,{LR}
     LDMIA  SP,{SP}^