|
244 | 244 |
|
245 | 245 | <components> |
246 | 246 | <!-- Core --> |
247 | | - <component Cclass="CMSIS-Compiler" Cgroup="CORE" Cversion="1.2.0" condition="ARMCC CortexDevice"> |
| 247 | + <component Cclass="CMSIS-Compiler" Cgroup="CORE" Cversion="1.2.1" condition="ARMCC CortexDevice"> |
248 | 248 | <description>Standard C Library Retarget Core</description> |
249 | 249 | <files> |
250 | 250 | <file category="sourceC" name="source/core/armcc/retarget_io.c"/> |
251 | 251 | <file category="sourceC" name="source/core/stdio_cmsis_uart.c" condition="STDIO UART CMSIS"/> |
252 | 252 | <file category="header" name="config/stdio_cmsis_uart_config.h" attr="config" version="1.0.0" condition="STDIO UART CMSIS"/> |
253 | 253 | </files> |
254 | 254 | </component> |
255 | | - <component Cclass="CMSIS-Compiler" Cgroup="CORE" Cversion="1.2.0" condition="GCC CortexDevice"> |
| 255 | + <component Cclass="CMSIS-Compiler" Cgroup="CORE" Cversion="1.2.1" condition="GCC CortexDevice"> |
256 | 256 | <description>Standard C Library Retarget Core</description> |
257 | 257 | <files> |
258 | 258 | <file category="sourceC" name="source/core/gcc/retarget_syscalls.c"/> |
259 | 259 | <file category="sourceC" name="source/core/stdio_cmsis_uart.c" condition="STDIO UART CMSIS"/> |
260 | 260 | <file category="header" name="config/stdio_cmsis_uart_config.h" attr="config" version="1.0.0" condition="STDIO UART CMSIS"/> |
261 | 261 | </files> |
262 | 262 | </component> |
263 | | - <component Cclass="CMSIS-Compiler" Cgroup="CORE" Cversion="1.3.0" condition="CLANG CortexDevice"> |
| 263 | + <component Cclass="CMSIS-Compiler" Cgroup="CORE" Cversion="1.3.1" condition="CLANG CortexDevice"> |
264 | 264 | <description>Standard C Library Retarget Core</description> |
265 | 265 | <files> |
266 | 266 | <file category="sourceC" name="source/core/clang/retarget_syscalls.c"/> |
267 | 267 | <file category="sourceC" name="source/core/stdio_cmsis_uart.c" condition="STDIO UART CMSIS"/> |
268 | 268 | <file category="header" name="config/stdio_cmsis_uart_config.h" attr="config" version="1.0.0" condition="STDIO UART CMSIS"/> |
269 | 269 | </files> |
270 | 270 | </component> |
271 | | - <component Cclass="CMSIS-Compiler" Cgroup="CORE" Cversion="1.3.0" condition="IAR CortexDevice"> |
| 271 | + <component Cclass="CMSIS-Compiler" Cgroup="CORE" Cversion="1.3.1" condition="IAR CortexDevice"> |
272 | 272 | <description>Standard C Library Retarget Core</description> |
273 | 273 | <files> |
274 | 274 | <file category="sourceC" name="source/core/iar/retarget_io.c"/> |
|
0 commit comments