Skip to content

Commit

Permalink
Added "mode" attribute to ExeGeneratorArgumentType (#331)
Browse files Browse the repository at this point in the history
This aligns the schema with the documentation.

---------

Signed-off-by: Torbjörn SVENSSON <[email protected]>
Co-authored-by: Joachim Krech <[email protected]>
  • Loading branch information
Torbjorn-Svensson and jkrech authored Oct 11, 2024
1 parent 9bde48a commit a6d49e5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
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.41"
PROJECT_NUMBER = "Version 1.7.42"

# 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
8 changes: 7 additions & 1 deletion doxygen/src/General.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,17 @@ The following sections provide more information:
<th>Version</th>
<th>Description</th>
</tr>
<tr>
<td>1.7.42</td>
<td>
- added 'mode' attribute ExeGeneratorArgumentType
</td>
</tr>
<tr>
<td>1.7.41</td>
<td>
- changed remaining 'public' attributes to all have default value 'true' if not specified.
</td>
</td>
</tr>
<tr>
<td>1.7.40</td>
Expand Down
11 changes: 7 additions & 4 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: 23. Sep 2024
$Revision: 1.7.41
$Date: 10. Oct 2024
$Revision: 1.7.42
$Project: Schema File for Package Description File Format Specification
Package file name convention <vendor>.<name>.<version>.pack
SchemaVersion=1.7.41
SchemaVersion=1.7.42
10. Oct 2024: v1.7.42
- added 'mode' attribute ExeGeneratorArgumentType
23. Sep 2024: v1.7.41
- changed all 'public' attributes to have default value 'true'.
02. Sep 2024: v1.7.40
Expand Down Expand Up @@ -237,7 +239,7 @@
-->

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

<!-- NonNegativeInteger specifies the format in which numbers are represented in hexadecimal or decimal format -->
<xs:simpleType name="NonNegativeInteger">
Expand Down Expand Up @@ -2036,6 +2038,7 @@
<xs:extension base="xs:string">
<xs:attribute name="switch" type="xs:string" use="optional" />
<xs:attribute name="host" type="HostEnumType" use="optional" default="all" />
<xs:attribute name="mode" type="xs:string" use="optional" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Expand Down

0 comments on commit a6d49e5

Please sign in to comment.