Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doxygen/pack.dxy
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Open-CMSIS-Pack"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "Version 1.7.45"
PROJECT_NUMBER = "Version 1.7.46"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
5 changes: 5 additions & 0 deletions doxygen/src/General.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ packs) and provides useful tips when creating a pack.
<th>Description</th>
</tr>
<tr>
<td>1.7.46</td>
<td>
- added XYD vendor
</td>
</tr>
<td>1.7.45</td>
<td>
- added 'CLANG_TI' to 'CompilerEnumType'
Expand Down
5 changes: 5 additions & 0 deletions doxygen/src/devices_schema.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2450,6 +2450,11 @@ Contact cmsis@arm.com to ask for an extension. These values can be used in the e
<td>Wuhan Xinxin Semiconductor Manufacturing Co., Ltd.</td>
<td>http://www.xmcwh.com/</td>
</tr>
<tr>
<td class="XML-Token">XYD:186</td>
<td>Xiamen XYDFAB Integrated Circuit Co., Ltd</td>
<td>http://www.xfabsemi.com/</td>
</tr>
<tr>
<td class="XML-Token">YTMicro:180</td>
<td>YTMicro</td>
Expand Down
13 changes: 8 additions & 5 deletions schema/PACK.xsd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--

Copyright (c) 2013-2024 ARM Limited. All rights reserved.
Copyright (c) 2013-2025 ARM Limited. All rights reserved.

SPDX-License-Identifier: Apache-2.0

Expand All @@ -18,13 +18,15 @@
limitations under the License.


$Date: 18. Dec 2024
$Revision: 1.7.45
$Date: 31. Mar 2025
$Revision: 1.7.46
$Project: Schema File for Package Description File Format Specification

Package file name convention <vendor>.<name>.<version>.pack
SchemaVersion=1.7.45
SchemaVersion=1.7.46

31. Mar 2025: v1.7.46
- added XYD vendor
18. Dec 2024: v1.7.45
- added 'CLANG_TI' to 'CompilerEnumType'
14. Nov 2024: v1.7.44
Expand Down Expand Up @@ -244,7 +246,7 @@

-->

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.7.45">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.7.46">

<!-- NonNegativeInteger specifies the format in which numbers are represented in hexadecimal or decimal format -->
<xs:simpleType name="NonNegativeInteger">
Expand Down Expand Up @@ -363,6 +365,7 @@
<xs:enumeration value="WIZnet:122" />
<xs:enumeration value="Xiamen PengPai Microelectronics Co. Ltd:166" />
<xs:enumeration value="XMC:158" />
<xs:enumeration value="XYD:186" />
<xs:enumeration value="YTMicro:180" />
<xs:enumeration value="Zilog:89" />
<!-- deprecated: do not use -->
Expand Down
Loading