|
12 | 12 | FreeRTOS 11.0.1 |
13 | 13 | Active development... |
14 | 14 | - Add support for processor affinity to CMSIS-RTOS2 wrapper |
| 15 | + - Add symmetric multiprocessing configuration options to FreeRTOSConfig.h |
15 | 16 | - Add memory allocation configuration options to FreeRTOSConfig.h |
16 | 17 | - Corrected task priority mapping, FreeRTOS priority is now osPriority_t-1 |
17 | 18 | - CMSIS-RTOS2 requires CMSIS:OS Tick component |
|
67 | 68 | <require Dcore="Cortex-M7" Dfpu="NO_FPU"/> |
68 | 69 | </condition> |
69 | 70 |
|
70 | | - <condition id="CM7_FP"> |
71 | | - <description>Cortex-M7 processor based device using Floating Point Unit</description> |
72 | | - <accept Dcore="Cortex-M7" Dfpu="SP_FPU"/> |
73 | | - <accept Dcore="Cortex-M7" Dfpu="DP_FPU"/> |
74 | | - </condition> |
75 | | - |
76 | 71 | <condition id="CM7_SP"> |
77 | 72 | <description>Cortex-M7 processor based device using Floating Point Unit (SP)</description> |
78 | 73 | <require Dcore="Cortex-M7" Dfpu="SP_FPU"/> |
|
161 | 156 | <require Dcore="Cortex-A9" Dfpu="DP_FPU"/> |
162 | 157 | </condition> |
163 | 158 |
|
164 | | - <condition id="CoreM"> |
165 | | - <description>Cortex-M processor based device</description> |
166 | | - <accept condition="CM0"/> |
167 | | - <accept condition="CM3"/> |
168 | | - <accept condition="CM4"/> |
169 | | - <accept condition="CM4_FP"/> |
170 | | - <accept condition="CM7"/> |
171 | | - <accept condition="CM7_FP"/> |
172 | | - <accept condition="CM23"/> |
173 | | - <accept condition="CM33"/> |
174 | | - <accept condition="CM55"/> |
175 | | - <accept condition="CM85"/> |
176 | | - </condition> |
177 | | - |
178 | | - <condition id="CoreA"> |
179 | | - <description>Cortex-A processor based device</description> |
180 | | - <accept condition="CA9_DP"/> |
181 | | - </condition> |
182 | | - |
183 | 159 | <!-- ARMCC6 compiler --> |
184 | 160 | <condition id="CM0_ARMCC6"> |
185 | 161 | <description>Cortex-M0 or Cortex-M0+ or SC000 processor based device for the ARM Compiler 6</description> |
|
1311 | 1287 | </RTE_Components_h> |
1312 | 1288 | <files> |
1313 | 1289 | <file category="doc" name="Documentation/html/cre_freertos_proj.html#cmsis_freertos_config"/> |
1314 | | - <file category="header" attr="config" name="CMSIS/RTOS2/FreeRTOS/Config/ARMCM/FreeRTOSConfig.h" version="10.6.0" condition="CoreM"/> |
1315 | | - <file category="header" attr="config" name="CMSIS/RTOS2/FreeRTOS/Config/ARMCA/FreeRTOSConfig.h" version="10.4.0" condition="CoreA"/> |
| 1290 | + <file category="header" attr="config" name="CMSIS/RTOS2/FreeRTOS/Config/FreeRTOSConfig.h" version="10.6.0"/> |
1316 | 1291 | </files> |
1317 | 1292 | </component> |
1318 | 1293 |
|
|
1323 | 1298 | </RTE_Components_h> |
1324 | 1299 | <files> |
1325 | 1300 | <file category="doc" name="Documentation/html/cre_freertos_proj.html#native_freertos_config"/> |
1326 | | - <file category="header" attr="config" name="Config/ARMCM/FreeRTOSConfig.h" version="10.4.0" condition="CoreM"/> |
1327 | | - <file category="header" attr="config" name="Config/ARMCA/FreeRTOSConfig.h" version="10.3.0" condition="CoreA"/> |
| 1301 | + <file category="header" attr="config" name="Source/examples/template_configuration/FreeRTOSConfig.h" version="11.0.0"/> |
1328 | 1302 | </files> |
1329 | 1303 | </component> |
1330 | 1304 |
|
|
1444 | 1418 | #define RTE_RTOS_FreeRTOS_TZ |
1445 | 1419 | </RTE_Components_h> |
1446 | 1420 | <files> |
1447 | | - <file category="header" attr="config" name="CMSIS/RTOS2/FreeRTOS/Config/ARMCM_TZ/FreeRTOSConfig.h" version="10.2.0"/> |
| 1421 | + <file category="header" attr="config" name="CMSIS/RTOS2/FreeRTOS/Config/TrustZone/FreeRTOSConfig.h" version="10.2.0"/> |
1448 | 1422 |
|
1449 | 1423 | <file category="header" condition="CM23_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM23/secure/secure_port_macros.h"/> |
1450 | 1424 | <file category="include" condition="CM23_TZ_ARMCC6" name="Source/portable/GCC/ARM_CM23/secure/"/> |
|
0 commit comments