Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
16 changes: 16 additions & 0 deletions doxygen/src/devices_schema.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3453,6 +3453,22 @@ An <b>accessportV2</b> must be later selected via <b>__apid</b>. It is not possi
<td>NonNegativeInteger</td>
<td>required</td>
</tr>
<tr>
<td>HPROT</td>
<td>
Value for HPROT (AHB Protection Control) bits.
</td>
<td>NonNegativeInteger</td>
<td>optional</td>
</tr>
<tr>
<td>SPROT</td>
<td>
Value for SPROT (Secure Protection Control) bits.
</td>
<td>NonNegativeInteger</td>
<td>optional</td>
</tr>
<tr>
<td>parent</td>
<td>
Expand Down
4 changes: 4 additions & 0 deletions schema/PACK.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
limitations under the License.


$Date: 01. Apr 2025

Check failure on line 21 in schema/PACK.xsd

View workflow job for this annotation

GitHub Actions / Validate pack schema

Modification date tag not updated, should be '07. Apr 2025'!
$Revision: 1.7.47

Check failure on line 22 in schema/PACK.xsd

View workflow job for this annotation

GitHub Actions / Validate pack schema

Revision tag not updated, should be incremented!
$Project: Schema File for Package Description File Format Specification

Package file name convention <vendor>.<name>.<version>.pack
Expand Down Expand Up @@ -640,6 +640,8 @@
<xs:attribute name="__apid" type="xs:unsignedInt" use="required" />
<xs:attribute name="__dp" type="xs:unsignedInt" use="optional" />
<xs:attribute name="index" type="xs:unsignedInt" use="required" />
<xs:attribute name="HPROT" type="xs:unsignedInt" use="optional" />
<xs:attribute name="SPROT" type="xs:unsignedInt" use="optional" />
<xs:anyAttribute processContents="lax" />
</xs:complexType>

Expand All @@ -649,6 +651,8 @@
<xs:attribute name="__dp" type="xs:unsignedInt" use="optional" />
<xs:attribute name="address" type="NonNegativeInteger" use="required" />
<xs:attribute name="parent" type="xs:unsignedInt" use="optional" />
<xs:attribute name="HPROT" type="xs:unsignedInt" use="optional" />
<xs:attribute name="SPROT" type="xs:unsignedInt" use="optional" />
<xs:anyAttribute processContents="lax" />
</xs:complexType>

Expand Down
Loading