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_CORTEX_A/TOOLCHAIN_GCC/SVC_Table.S
- Revision:
- 92:bc9729798a19
- Parent:
- 86:58c3b7759abf
diff -r 9d001ed5feec -r bc9729798a19 rtx/TARGET_CORTEX_A/TOOLCHAIN_GCC/SVC_Table.S
--- a/rtx/TARGET_CORTEX_A/TOOLCHAIN_GCC/SVC_Table.S Wed Sep 16 11:15:38 2015 +0100
+++ b/rtx/TARGET_CORTEX_A/TOOLCHAIN_GCC/SVC_Table.S Fri Sep 25 13:30:34 2015 +0100
@@ -34,23 +34,20 @@
.section SVC_TABLE @, CODE, READONLY
- .align 5
.global SVC_Count
.EQU SVC_Cnt, (SVC_End-SVC_Table)/4
-
-SVC_Count:
- .word SVC_Cnt
+SVC_Count: .word SVC_Cnt
@ Import user SVC functions here.
@ .extern __SVC_1
+
.global SVC_Table
SVC_Table:
@ Insert user SVC functions here. SVC 0 used by RTL Kernel.
@ .word __SVC_1 @ InitMemorySubsystem
-@SVC_End
SVC_End:
.END
mbed official




