Skip to content

Commit 6a0e36d

Browse files
Update ARM.CMSIS.pdsc and Core mainpage.md for adding Star mc3 (#268)
1 parent 4b466d3 commit 6a0e36d

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

ARM.CMSIS.pdsc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

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">
44
<name>CMSIS</name>
55
<description overview="./CMSIS/Documentation/Overview.md">CMSIS (Common Microcontroller Software Interface Standard)</description>
66
<vendor>ARM</vendor>
@@ -15,6 +15,8 @@
1515
<releases>
1616
<release version="6.2.0-dev">
1717
Active development ...
18+
CMSIS-Core: 6.2.0
19+
- Support for Arm China STAR-MC3
1820
CMSIS-Driver: 2.11.0
1921
- Added vStream Driver API 1.0.0
2022
</release>
@@ -596,6 +598,7 @@
596598
<accept Dcore="Cortex-M52"/>
597599
<accept Dcore="Cortex-M55"/>
598600
<accept Dcore="Cortex-M85"/>
601+
<accept Dcore="Star-MC3"/>
599602
</condition>
600603
<condition id="ARMv8-M Device">
601604
<description>Armv8-M architecture based device</description>
@@ -651,8 +654,8 @@
651654

652655
<components>
653656
<!-- 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>
656659
<files>
657660
<!-- CPU independent -->
658661
<file category="doc" name="CMSIS/Documentation/html/Core/index.html"/>
@@ -664,7 +667,7 @@
664667
</files>
665668
</component>
666669

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" >
668671
<description>CMSIS-CORE for Cortex-A</description>
669672
<files>
670673
<!-- CPU independent -->

CMSIS/Documentation/Doxygen/Core/Core.dxy.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ PROJECT_NAME = "CMSIS-Core (Cortex-M)"
4747
# could be handy for archiving the generated documentation or if some version
4848
# control system is used.
4949

50-
PROJECT_NUMBER = "Version 6.1.1"
50+
PROJECT_NUMBER = "Version 6.2.0"
5151

5252
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5353
# for a project that appears at the top of each page and should give viewer a

CMSIS/Documentation/Doxygen/Core/src/mainpage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ CMSIS-Core also supports the following Cortex-M processor variants:
6565
- [SecurCore SC300](https://developer.arm.com/Processors/SecurCore%20SC300) is designed specifically for smartcard and security applications (Armv7-M architecture).
6666
- [Cortex-M35P](https://developer.arm.com/Processors/Cortex-M35P) is a tamper resistant Cortex-M processor with optional software isolation using TrustZone for Armv8-M.
6767
- [STAR-MC1](https://www.armchina.com/mountain?infoId=160) is a variant of Armv8-M with TrustZone designed by Arm China.
68+
- [STAR-MC3](https://www.armchina.com/mountain?infoId=240) is a variant of Armv8.1-M with TrustZone and Helium designed by Arm China.
6869

6970
\anchor ARMv8M
7071
**Armv8-M and Armv8.1-M Architecture**

CMSIS/Documentation/Doxygen/Core_A/Core_A.dxy.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ PROJECT_NAME = "CMSIS-Core (Cortex-A)"
4747
# could be handy for archiving the generated documentation or if some version
4848
# control system is used.
4949

50-
PROJECT_NUMBER = "Version 6.1.1"
50+
PROJECT_NUMBER = "Version 6.2.0"
5151

5252
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5353
# for a project that appears at the top of each page and should give viewer a

0 commit comments

Comments
 (0)