Skip to content

Commit 19ed44b

Browse files
To add star mc3 (#369)
Co-authored-by: Joachim Krech <8290187+jkrech@users.noreply.github.com>
1 parent 0ba1de0 commit 19ed44b

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed

doxygen/pack.dxy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Open-CMSIS-Pack"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = "Version 1.7.52"
41+
PROJECT_NUMBER = "Version 1.7.53"
4242

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

doxygen/src/General.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ packs) and provides useful tips when creating a pack.
8080
<th>Version</th>
8181
<th>Description</th>
8282
</tr>
83+
<tr>
84+
<td>1.7.53</td>
85+
<td>
86+
- added Arm China 'Star-MC3' processor to DcoreEnum
87+
</td>
88+
</tr>
8389
<tr>
8490
<td>1.7.52</td>
8591
<td>

doxygen/src/devices_schema.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2571,6 +2571,10 @@ These values can be used in the elements:
25712571
<td class="XML-Token">Star-MC1</td>
25722572
<td><a href="https://www.armchina.com/mountain?infoId=160" target="_blank">ArmChina STAR-MC1</a> processor based device</td>
25732573
</tr>
2574+
<tr>
2575+
<td class="XML-Token">Star-MC3</td>
2576+
<td><a href="https://www.armchina.com/mountain?infoId=240" target="_blank">ArmChina STAR-MC3</a> processor based device</td>
2577+
</tr>
25742578
<tr>
25752579
<td class="XML-Token">SC000</td>
25762580
<td>SecurCore <a href="https://developer.arm.com/processors/securcore%20sc000" target="_blank">SC000</a> based on technology of Cortex-M0.</td>

schema/PACK.xsd

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2013-2025 ARM Limited. All rights reserved.
4+
Copyright (c) 2013-2025 ARM Limited, 2025 Arm China. All rights reserved.
55
66
SPDX-License-Identifier: Apache-2.0
77
@@ -18,13 +18,15 @@
1818
limitations under the License.
1919
2020
21-
$Date: 11. Aug 2025
22-
$Revision: 1.7.52
21+
$Date: 03. Nov 2025
22+
$Revision: 1.7.53
2323
$Project: Schema File for Package Description File Format Specification
2424
2525
Package file name convention <vendor>.<name>.<version>.pack
26-
SchemaVersion=1.7.52
26+
SchemaVersion=1.7.53
2727
28+
03. Nov 2025: v1.7.53
29+
- added Arm China 'Star-MC3' processor to DcoreEnum
2830
11. Aug 2025: v1.7.52
2931
- updated ExampleProjectType to allow the "environment" element to have custom children and custom attributes
3032
10. Jul 2025: v1.7.51
@@ -257,7 +259,7 @@
257259
258260
-->
259261

260-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.7.52">
262+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.7.53">
261263

262264
<!-- NonNegativeInteger specifies the format in which numbers are represented in hexadecimal or decimal format -->
263265
<xs:simpleType name="NonNegativeInteger">
@@ -1018,6 +1020,7 @@
10181020
<xs:simpleType name="DcoreEnum">
10191021
<xs:restriction base="xs:token">
10201022
<xs:enumeration value="Star-MC1" />
1023+
<xs:enumeration value="Star-MC3" />
10211024
<xs:enumeration value="SC000" />
10221025
<xs:enumeration value="SC300" />
10231026
<xs:enumeration value="Cortex-M0" />

0 commit comments

Comments
 (0)