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.
Diff: rtx/TARGET_ARM7/ARM7/TOOLCHAIN_GCC/HAL_CM0.S
- Revision:
- 110:7a567bf048bf
- Parent:
- 86:58c3b7759abf
diff -r 3b7dd22a5b25 -r 7a567bf048bf rtx/TARGET_ARM7/ARM7/TOOLCHAIN_GCC/HAL_CM0.S
--- 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}^
mbed official




