|
2 | 2 | "files" : [ |
3 | 3 | { |
4 | 4 | "src_file" : "CMSIS/Core/Template/ARMv8-M/tz_context.c", |
5 | | - "dest_file" : "cmsis/TARGET_CORTEX_M/mbed_tz_context.c" |
| 5 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/TARGET_CORTEX_M/Source/mbed_tz_context.c" |
6 | 6 | }, |
7 | 7 | { |
8 | 8 | "src_file" : "CMSIS/RTOS2/RTX/Config/handlers.c", |
9 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Config/TARGET_CORTEX_A/handlers.c" |
| 9 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Config/TARGET_CORTEX_A/handlers.c" |
10 | 10 | }, |
11 | 11 | { |
12 | 12 | "src_file" : "CMSIS/RTOS2/RTX/Config/RTX_Config.h", |
13 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Config/RTX_Config.h" |
| 13 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Config/RTX_Config.h" |
14 | 14 | }, |
15 | 15 | { |
16 | 16 | "src_file" : "CMSIS/RTOS2/RTX/Config/RTX_Config.c", |
17 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Config/RTX_Config.c" |
| 17 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Config/RTX_Config.c" |
18 | 18 | }, |
19 | 19 | { |
20 | 20 | "src_file" : "CMSIS/RTOS2/RTX/Source/ARM/irq_cm0.s", |
21 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_ARM/TARGET_M0/irq_cm0.S" |
| 21 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Source/TOOLCHAIN_ARM/TARGET_M0/irq_cm0.S" |
22 | 22 | }, |
23 | 23 | { |
24 | 24 | "src_file" : "CMSIS/RTOS2/RTX/Source/ARM/irq_cm0.s", |
25 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_ARM/TARGET_M0P/irq_cm0.S" |
| 25 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Source/TOOLCHAIN_ARM/TARGET_M0P/irq_cm0.S" |
26 | 26 | }, |
27 | 27 | { |
28 | 28 | "src_file" : "CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mbl.s", |
29 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_ARM/TARGET_M23/irq_armv8mbl.S" |
| 29 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Source/TOOLCHAIN_ARM/TARGET_M23/irq_armv8mbl.S" |
30 | 30 | }, |
31 | 31 | { |
32 | 32 | "src_file" : "CMSIS/RTOS2/RTX/Source/ARM/irq_cm3.s", |
33 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_ARM/TARGET_M3/irq_cm3.S" |
| 33 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Source/TOOLCHAIN_ARM/TARGET_M3/irq_cm3.S" |
34 | 34 | }, |
35 | 35 | { |
36 | 36 | "src_file" : "CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml.s", |
37 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_ARM/TARGET_M33/irq_armv8mml.S" |
| 37 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Source/TOOLCHAIN_ARM/TARGET_M33/irq_armv8mml.S" |
38 | 38 | }, |
39 | 39 | { |
40 | 40 | "src_file" : "CMSIS/RTOS2/RTX/Source/ARM/irq_cm4f.s", |
41 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_ARM/TARGET_RTOS_M4_M7/irq_cm4f.S" |
| 41 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Source/TOOLCHAIN_ARM/TARGET_RTOS_M4_M7/irq_cm4f.S" |
42 | 42 | }, |
43 | 43 | { |
44 | 44 | "src_file" : "CMSIS/RTOS2/RTX/Source/ARM/irq_ca.s", |
45 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_ARM/TARGET_CORTEX_A/irq_ca.S" |
| 45 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Source/TOOLCHAIN_ARM/TARGET_CORTEX_A/irq_ca.S" |
46 | 46 | }, |
47 | 47 | { |
48 | 48 | "src_file" : "CMSIS/RTOS2/RTX/Source/GCC/irq_cm0.S", |
49 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_GCC/TARGET_M0/irq_cm0.S" |
| 49 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Source/TOOLCHAIN_GCC/TARGET_M0/irq_cm0.S" |
50 | 50 | }, |
51 | 51 | { |
52 | 52 | "src_file" : "CMSIS/RTOS2/RTX/Source/GCC/irq_cm0.S", |
53 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_GCC/TARGET_M0P/irq_cm0.S" |
| 53 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Source/TOOLCHAIN_GCC/TARGET_M0P/irq_cm0.S" |
54 | 54 | }, |
55 | 55 | { |
56 | 56 | "src_file" : "CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mbl.S", |
57 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_GCC/TARGET_M23/irq_armv8mbl.S" |
| 57 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Source/TOOLCHAIN_GCC/TARGET_M23/irq_armv8mbl.S" |
58 | 58 | }, |
59 | 59 | { |
60 | 60 | "src_file" : "CMSIS/RTOS2/RTX/Source/GCC/irq_cm3.S", |
61 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_GCC/TARGET_M3/irq_cm3.S" |
| 61 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Source/TOOLCHAIN_GCC/TARGET_M3/irq_cm3.S" |
62 | 62 | }, |
63 | 63 | { |
64 | 64 | "src_file" : "CMSIS/RTOS2/RTX/Source/GCC/irq_armv8mml.S", |
65 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_GCC/TARGET_M33/irq_armv8mml.S" |
| 65 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Source/TOOLCHAIN_GCC/TARGET_M33/irq_armv8mml.S" |
66 | 66 | }, |
67 | 67 | { |
68 | 68 | "src_file" : "CMSIS/RTOS2/RTX/Source/GCC/irq_cm4f.S", |
69 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_GCC/TARGET_RTOS_M4_M7/irq_cm4f.S" |
| 69 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Source/TOOLCHAIN_GCC/TARGET_RTOS_M4_M7/irq_cm4f.S" |
70 | 70 | }, |
71 | 71 | { |
72 | 72 | "src_file" : "CMSIS/RTOS2/RTX/Source/GCC/irq_ca.S", |
73 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_GCC/TARGET_CORTEX_A/irq_ca.S" |
| 73 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Source/TOOLCHAIN_GCC/TARGET_CORTEX_A/irq_ca.S" |
74 | 74 | }, |
75 | 75 | { |
76 | 76 | "src_file" : "CMSIS/RTOS2/RTX/Source/IAR/irq_cm0.s", |
77 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_IAR/TARGET_M0/irq_cm0.S" |
| 77 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Source/TOOLCHAIN_IAR/TARGET_M0/irq_cm0.S" |
78 | 78 | }, |
79 | 79 | { |
80 | 80 | "src_file" : "CMSIS/RTOS2/RTX/Source/IAR/irq_cm0.s", |
81 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_IAR/TARGET_M0P/irq_cm0.S" |
| 81 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Source/TOOLCHAIN_IAR/TARGET_M0P/irq_cm0.S" |
82 | 82 | }, |
83 | 83 | { |
84 | 84 | "src_file" : "CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mbl_common.s", |
85 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_IAR/TARGET_M23/irq_armv8mbl_common.S" |
| 85 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Source/TOOLCHAIN_IAR/TARGET_M23/irq_armv8mbl_common.S" |
86 | 86 | }, |
87 | 87 | { |
88 | 88 | "src_file" : "CMSIS/RTOS2/RTX/Source/IAR/irq_cm3.s", |
89 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_IAR/TARGET_M3/irq_cm3.S" |
| 89 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Source/TOOLCHAIN_IAR/TARGET_M3/irq_cm3.S" |
90 | 90 | }, |
91 | 91 | { |
92 | 92 | "src_file" : "CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml_common.s", |
93 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_IAR/TARGET_M33/irq_armv8mml_common.S" |
| 93 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Source/TOOLCHAIN_IAR/TARGET_M33/irq_armv8mml_common.S" |
94 | 94 | }, |
95 | 95 | { |
96 | 96 | "src_file" : "CMSIS/RTOS2/RTX/Source/IAR/irq_cm4f.s", |
97 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_IAR/TARGET_RTOS_M4_M7/irq_cm4f.S" |
| 97 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Source/TOOLCHAIN_IAR/TARGET_RTOS_M4_M7/irq_cm4f.S" |
98 | 98 | }, |
99 | 99 | { |
100 | 100 | "src_file" : "CMSIS/RTOS2/Source/os_systick.c", |
101 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx5/Source/os_systick.c" |
| 101 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/Source/os_systick.c" |
102 | 102 | }, |
103 | 103 | { |
104 | 104 | "src_file" : "CMSIS/RTOS2/RTX/Source/IAR/irq_ca.s", |
105 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_IAR/TARGET_CORTEX_A/irq_ca.S" |
| 105 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Source/TOOLCHAIN_IAR/TARGET_CORTEX_A/irq_ca.S" |
106 | 106 | }, |
107 | 107 | { |
108 | 108 | "src_file" : "CMSIS/RTOS2/RTX/Library/cmsis_os1.c", |
109 | | - "dest_file" : "rtos/source/TARGET_CORTEX/rtx4/cmsis_os1.c" |
| 109 | + "dest_file" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Library/cmsis_os1.c" |
110 | 110 | } |
111 | 111 | ], |
112 | 112 | "folders" : [ |
113 | 113 | { |
114 | 114 | "src_folder" : "CMSIS/Core/Include/", |
115 | | - "dest_folder" : "cmsis/TARGET_CORTEX_M/" |
| 115 | + "dest_folder" : "cmsis/CMSIS_5/CMSIS/TARGET_CORTEX_M/Include" |
116 | 116 | }, |
117 | 117 | { |
118 | 118 | "src_folder" : "CMSIS/RTOS2/Include/", |
119 | | - "dest_folder" : "rtos/source/TARGET_CORTEX/rtx5/Include/" |
| 119 | + "dest_folder" : "cmsis/CMSIS_5/CMSIS/RTOS2/Include/" |
120 | 120 | }, |
121 | 121 | { |
122 | 122 | "src_folder" : "CMSIS/RTOS2/RTX/Include1/", |
123 | | - "dest_folder" : "rtos/source/TARGET_CORTEX/rtx4/" |
| 123 | + "dest_folder" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Include1/" |
124 | 124 | }, |
125 | 125 | { |
126 | 126 | "src_folder" : "CMSIS/RTOS2/RTX/Include/", |
127 | | - "dest_folder" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Include/" |
| 127 | + "dest_folder" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Include/" |
128 | 128 | }, |
129 | 129 | { |
130 | 130 | "src_folder" : "CMSIS/RTOS2/RTX/Source/", |
131 | | - "dest_folder" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Source/" |
| 131 | + "dest_folder" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Source/" |
132 | 132 | }, |
133 | 133 | { |
134 | 134 | "src_folder" : "CMSIS/RTOS2/RTX/Source/", |
135 | | - "dest_folder" : "rtos/source/TARGET_CORTEX/rtx5/RTX/Source/" |
| 135 | + "dest_folder" : "cmsis/CMSIS_5/CMSIS/RTOS2/RTX/Source/" |
136 | 136 | }, |
137 | 137 | { |
138 | 138 | "src_folder" : "CMSIS/Core_A/Include/", |
139 | | - "dest_folder" : "cmsis/TARGET_CORTEX_A/" |
| 139 | + "dest_folder" : "cmsis/CMSIS_5/CMSIS/TARGET_CORTEX_A/Include/" |
140 | 140 | }, |
141 | 141 | { |
142 | 142 | "src_folder" : "CMSIS/Core_A/Source/", |
143 | | - "dest_folder" : "cmsis/TARGET_CORTEX_A/" |
| 143 | + "dest_folder" : "cmsis/CMSIS_5/CMSIS/TARGET_CORTEX_A/Source/" |
144 | 144 | } |
145 | 145 | ], |
146 | 146 | "commit_sha" : [ |
|
0 commit comments