|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
|
3 | | -<package schemaVersion="1.7.40" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.40/schema/PACK.xsd"> |
| 3 | +<package schemaVersion="1.7.53" xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Open-CMSIS-Pack/Open-CMSIS-Pack-Spec/v1.7.53/schema/PACK.xsd"> |
4 | 4 | <name>CMSIS</name> |
5 | 5 | <description overview="./CMSIS/Documentation/Overview.md">CMSIS (Common Microcontroller Software Interface Standard)</description> |
6 | 6 | <vendor>ARM</vendor> |
|
15 | 15 | <releases> |
16 | 16 | <release version="6.2.0-dev"> |
17 | 17 | Active development ... |
| 18 | + CMSIS-Core: 6.2.0 |
| 19 | + - Support for Arm China STAR-MC3 |
18 | 20 | CMSIS-Driver: 2.11.0 |
19 | 21 | - Added vStream Driver API 1.0.0 |
20 | 22 | </release> |
|
596 | 598 | <accept Dcore="Cortex-M52"/> |
597 | 599 | <accept Dcore="Cortex-M55"/> |
598 | 600 | <accept Dcore="Cortex-M85"/> |
| 601 | + <accept Dcore="Star-MC3"/> |
599 | 602 | </condition> |
600 | 603 | <condition id="ARMv8-M Device"> |
601 | 604 | <description>Armv8-M architecture based device</description> |
|
651 | 654 |
|
652 | 655 | <components> |
653 | 656 | <!-- CMSIS-Core component --> |
654 | | - <component Cclass="CMSIS" Cgroup="CORE" Cversion="6.1.1" condition="ARMv6_7_8-M Device" > |
655 | | - <description>CMSIS-CORE for Cortex-M, SC000, SC300, Star-MC1, ARMv8-M, ARMv8.1-M</description> |
| 657 | + <component Cclass="CMSIS" Cgroup="CORE" Cversion="6.2.0" condition="ARMv6_7_8-M Device" > |
| 658 | + <description>CMSIS-CORE for Cortex-M, SC000, SC300, Star-MC, ARMv8-M, ARMv8.1-M</description> |
656 | 659 | <files> |
657 | 660 | <!-- CPU independent --> |
658 | 661 | <file category="doc" name="CMSIS/Documentation/html/Core/index.html"/> |
|
664 | 667 | </files> |
665 | 668 | </component> |
666 | 669 |
|
667 | | - <component Cclass="CMSIS" Cgroup="CORE" Cversion="6.1.1" condition="ARMv7-A Device" > |
| 670 | + <component Cclass="CMSIS" Cgroup="CORE" Cversion="6.2.0" condition="ARMv7-A Device" > |
668 | 671 | <description>CMSIS-CORE for Cortex-A</description> |
669 | 672 | <files> |
670 | 673 | <!-- CPU independent --> |
|
0 commit comments