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.46"
PROJECT_NUMBER = "Version 1.7.47"

# 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
6 changes: 6 additions & 0 deletions doxygen/src/General.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ packs) and provides useful tips when creating a pack.
<th>Version</th>
<th>Description</th>
</tr>
<tr>
<td>1.7.47</td>
<td>
- removed optional 'Pname' attribute from 'debugvars' element
</td>
</tr>
<tr>
<td>1.7.46</td>
<td>
Expand Down
12 changes: 0 additions & 12 deletions doxygen/src/devices_schema.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3139,18 +3139,6 @@ __var uservar = value; // Comment: Define "uservar" and initialize to "value"
<td>\ref VersionType</td>
<td>optional</td>
</tr>
<tr>
<td>Pname</td>
<td>
Reference to a processor identifier as specified for a <b>processor</b> element. If <b>Pname</b> is set
for this <b>debugvars</b> element, the debug access variables and <b>configfile</b> of this element
are only valid for a debug connection to the referenced processor. Otherwise, they are valid for all processors.
<b>This attribute must be set if defining multiple \em debugvars sections for a device.</b>
Only alphabetical characters, decimal digits, '-' and '_' are allowed.
</td>
<td>RestrictedString</td>
<td>optional</td>
</tr>
</table>

<p>&nbsp;</p>
Expand Down
11 changes: 6 additions & 5 deletions schema/PACK.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@
limitations under the License.


$Date: 31. Mar 2025
$Revision: 1.7.46
$Date: 01. Apr 2025
$Revision: 1.7.47
$Project: Schema File for Package Description File Format Specification

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

01. Apr 2025: v1.7.47
- deprecate 'Pname' attribute in 'debug-vars' element type
31. Mar 2025: v1.7.46
- added XYD vendor
18. Dec 2024: v1.7.45
Expand Down Expand Up @@ -246,7 +248,7 @@

-->

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

<!-- NonNegativeInteger specifies the format in which numbers are represented in hexadecimal or decimal format -->
<xs:simpleType name="NonNegativeInteger">
Expand Down Expand Up @@ -582,7 +584,6 @@
<xs:extension base="xs:string">
<xs:attribute name="configfile" type="xs:string" use="optional" />
<xs:attribute name="version" type="ComponentVersionType" use="optional" />
<xs:attribute name="Pname" type="xs:string" use="optional" />
<xs:anyAttribute processContents="lax" />
</xs:extension>
</xs:simpleContent>
Expand Down
Loading