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.53"
PROJECT_NUMBER = "Version 1.7.54"

# 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
11 changes: 9 additions & 2 deletions doxygen/src/General.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ packs) and provides useful tips when creating a pack.
<th>Version</th>
<th>Description</th>
</tr>
<tr>
<td>1.7.54</td>
<td>
- align documentation with XSD schema by adding 'Hrevision' description to the \ref element_part "part" element
- add 'Hrevision' as an optional attribute of the \ref element_board_mountedPart "mountedPart" element
</td>
</tr>
<tr>
<td>1.7.53</td>
<td>
Expand All @@ -98,7 +105,6 @@ packs) and provides useful tips when creating a pack.
- add 'HrdWyr' device vendor
</td>
</tr>
</tr>
<tr>
<td>1.7.50</td>
<td>
Expand All @@ -115,7 +121,7 @@ packs) and provides useful tips when creating a pack.
<td>1.7.48</td>
<td>
- add 'HPROT' and 'SPROT' attributes to 'accessportV1' and 'accessportV2' element
<td>
</td>
</tr>
<tr>
<td>1.7.47</td>
Expand All @@ -129,6 +135,7 @@ packs) and provides useful tips when creating a pack.
- added XYD vendor
</td>
</tr>
<tr>
<td>1.7.45</td>
<td>
- added 'CLANG_TI' to 'CompilerEnumType'
Expand Down
6 changes: 6 additions & 0 deletions doxygen/src/boards_schema.txt
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,12 @@ The element specifies the parts (any device other than the MCU) mounted on the b
<td>xs:string</td>
<td>optional</td>
</tr>
<tr>
<td>Hrevision</td>
<td>Revision of the part that is suited to be used.</td>
<td>xs:string</td>
<td>optional</td>
</tr>
</table>

<p>&nbsp;</p>
Expand Down
6 changes: 6 additions & 0 deletions doxygen/src/parts_schema.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@ This element specifies a part. At least one part element must be specified per p
<td>xs:string</td>
<td>optional</td>
</tr>
<tr>
<td>Hrevision</td>
<td>Revision of the part that is suited to be used.</td>
<td>xs:string</td>
<td>optional</td>
</tr>
<tr>
<th>Child Elements</th>
<th>Description</th>
Expand Down
12 changes: 8 additions & 4 deletions schema/PACK.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@
limitations under the License.


$Date: 03. Nov 2025
$Revision: 1.7.53
$Date: 05. Nov 2025
$Revision: 1.7.54
$Project: Schema File for Package Description File Format Specification

Package file name convention <vendor>.<name>.<version>.pack
SchemaVersion=1.7.53
SchemaVersion=1.7.54

05. Nov 2025: v1.7.54
- align documentation with XSD schema by adding 'Hrevision' description to the "part" element
- add 'Hrevision' as an optional attribute of the "mountedPart" element
03. Nov 2025: v1.7.53
- added Arm China 'Star-MC3' processor to DcoreEnum
11. Aug 2025: v1.7.52
Expand Down Expand Up @@ -259,7 +262,7 @@

-->

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

<!-- NonNegativeInteger specifies the format in which numbers are represented in hexadecimal or decimal format -->
<xs:simpleType name="NonNegativeInteger">
Expand Down Expand Up @@ -1634,6 +1637,7 @@
<xs:attribute name="Hvendor" type="xs:string" use="required" />
<xs:attribute name="Hname" type="xs:string" use="required" />
<xs:attribute name="Hvariant" type="xs:string" use="optional" />
<xs:attribute name="Hrevision" type="xs:string" use="optional" />
</xs:complexType>

<xs:complexType name="BoardsDeviceType">
Expand Down
Loading