Skip to content

Commit 0841ae6

Browse files
authored
remove Pname attribute from <debugvars> element (#350)
Fixing #342
1 parent b81ff22 commit 0841ae6

File tree

4 files changed

+13
-18
lines changed

4 files changed

+13
-18
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.46"
41+
PROJECT_NUMBER = "Version 1.7.47"
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.47</td>
85+
<td>
86+
- removed optional 'Pname' attribute from 'debugvars' element
87+
</td>
88+
</tr>
8389
<tr>
8490
<td>1.7.46</td>
8591
<td>

doxygen/src/devices_schema.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3139,18 +3139,6 @@ __var uservar = value; // Comment: Define "uservar" and initialize to "value"
31393139
<td>\ref VersionType</td>
31403140
<td>optional</td>
31413141
</tr>
3142-
<tr>
3143-
<td>Pname</td>
3144-
<td>
3145-
Reference to a processor identifier as specified for a <b>processor</b> element. If <b>Pname</b> is set
3146-
for this <b>debugvars</b> element, the debug access variables and <b>configfile</b> of this element
3147-
are only valid for a debug connection to the referenced processor. Otherwise, they are valid for all processors.
3148-
<b>This attribute must be set if defining multiple \em debugvars sections for a device.</b>
3149-
Only alphabetical characters, decimal digits, '-' and '_' are allowed.
3150-
</td>
3151-
<td>RestrictedString</td>
3152-
<td>optional</td>
3153-
</tr>
31543142
</table>
31553143

31563144
<p>&nbsp;</p>

schema/PACK.xsd

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@
1818
limitations under the License.
1919
2020
21-
$Date: 31. Mar 2025
22-
$Revision: 1.7.46
21+
$Date: 01. Apr 2025
22+
$Revision: 1.7.47
2323
$Project: Schema File for Package Description File Format Specification
2424
2525
Package file name convention <vendor>.<name>.<version>.pack
26-
SchemaVersion=1.7.46
26+
SchemaVersion=1.7.47
2727
28+
01. Apr 2025: v1.7.47
29+
- deprecate 'Pname' attribute in 'debug-vars' element type
2830
31. Mar 2025: v1.7.46
2931
- added XYD vendor
3032
18. Dec 2024: v1.7.45
@@ -246,7 +248,7 @@
246248
247249
-->
248250

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

251253
<!-- NonNegativeInteger specifies the format in which numbers are represented in hexadecimal or decimal format -->
252254
<xs:simpleType name="NonNegativeInteger">
@@ -582,7 +584,6 @@
582584
<xs:extension base="xs:string">
583585
<xs:attribute name="configfile" type="xs:string" use="optional" />
584586
<xs:attribute name="version" type="ComponentVersionType" use="optional" />
585-
<xs:attribute name="Pname" type="xs:string" use="optional" />
586587
<xs:anyAttribute processContents="lax" />
587588
</xs:extension>
588589
</xs:simpleContent>

0 commit comments

Comments
 (0)