|
1 | 1 | build: |
2 | | - generated-by: csolution version 2.5.0 |
| 2 | + generated-by: csolution version 2.6.0 |
3 | 3 | solution: ../solution.csolution.yml |
4 | 4 | project: project.cproject.yml |
5 | 5 | context: project.GCC+ARMCM0 |
@@ -33,9 +33,10 @@ build: |
33 | 33 | - -lc |
34 | 34 | Link: |
35 | 35 | - --specs=nano.specs |
36 | | - - --specs=rdimon.specs |
37 | | - - -Wl,-Map=../out/project/ARMCM0/GCC/project.elf.map |
| 36 | + - --specs=nosys.specs |
| 37 | + - -Wl,-print-memory-usage |
38 | 38 | - -Wl,--gc-sections |
| 39 | + - -Wl,--no-warn-rwx-segments |
39 | 40 | define: |
40 | 41 | - ARMCM0 |
41 | 42 | - _RTE_ |
@@ -91,20 +92,18 @@ build: |
91 | 92 | - component: ARM::CMSIS:OS Tick:SysTick@1.0.5 |
92 | 93 | condition: OS Tick SysTick |
93 | 94 | from-pack: ARM::CMSIS@6.1.0 |
94 | | - selected-by: ARM::CMSIS:OS Tick |
| 95 | + selected-by: ARM::CMSIS:OS Tick:SysTick |
| 96 | + implements: CMSIS:OS Tick@1.0.1 |
95 | 97 | files: |
96 | | - - file: ${CMSIS_PACK_ROOT}/ARM/CMSIS/6.1.0/CMSIS/RTOS2/Include/os_tick.h |
97 | | - category: api |
98 | 98 | - file: ${CMSIS_PACK_ROOT}/ARM/CMSIS/6.1.0/CMSIS/RTOS2/Source/os_systick.c |
99 | 99 | category: sourceC |
100 | 100 | version: 1.0.5 |
101 | 101 | - component: ARM::CMSIS:RTOS2:Keil RTX5&Library@5.9.0 |
102 | 102 | condition: RTX5 |
103 | 103 | from-pack: ARM::CMSIS-RTX@5.9.0 |
104 | 104 | selected-by: ARM::CMSIS:RTOS2:Keil RTX5&Library |
| 105 | + implements: CMSIS:RTOS2@2.3.0 |
105 | 106 | files: |
106 | | - - file: ${CMSIS_PACK_ROOT}/ARM/CMSIS/6.1.0/CMSIS/RTOS2/Include/cmsis_os2.h |
107 | | - category: api |
108 | 107 | - file: ${CMSIS_PACK_ROOT}/ARM/CMSIS-RTX/5.9.0/Documentation/index.html |
109 | 108 | category: doc |
110 | 109 | version: 5.9.0 |
@@ -193,6 +192,27 @@ build: |
193 | 192 | category: sourceC |
194 | 193 | attr: config |
195 | 194 | version: 1.0.0 |
| 195 | + apis: |
| 196 | + - api: CMSIS:RTOS2@2.3.0 |
| 197 | + from-pack: ARM::CMSIS@6.1.0 |
| 198 | + implemented-by: ARM::CMSIS:RTOS2:Keil RTX5&Library@5.9.0 |
| 199 | + files: |
| 200 | + - file: ${CMSIS_PACK_ROOT}/ARM/CMSIS/6.1.0/CMSIS/Documentation/html/RTOS2/index.html |
| 201 | + category: doc |
| 202 | + version: 2.3.0 |
| 203 | + - file: ${CMSIS_PACK_ROOT}/ARM/CMSIS/6.1.0/CMSIS/RTOS2/Include/cmsis_os2.h |
| 204 | + category: header |
| 205 | + version: 2.3.0 |
| 206 | + - api: CMSIS:OS Tick@1.0.1 |
| 207 | + from-pack: ARM::CMSIS@6.1.0 |
| 208 | + implemented-by: ARM::CMSIS:OS Tick:SysTick@1.0.5 |
| 209 | + files: |
| 210 | + - file: ${CMSIS_PACK_ROOT}/ARM/CMSIS/6.1.0/CMSIS/RTOS2/Include/os_tick.h |
| 211 | + category: header |
| 212 | + version: 1.0.1 |
| 213 | + - file: ${CMSIS_PACK_ROOT}/ARM/CMSIS/6.1.0/CMSIS/Documentation/html/RTOS2/index.html |
| 214 | + category: doc |
| 215 | + version: 1.0.1 |
196 | 216 | linker: |
197 | 217 | script: RTE/Device/ARMCM0/ARMCM0_gcc.ld |
198 | 218 | groups: |
|
0 commit comments