Skip to content

Commit

Permalink
Added Nationstech and NSING
Browse files Browse the repository at this point in the history
  • Loading branch information
KeilChris committed May 13, 2024
1 parent 9831e17 commit 174db47
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 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.36"
PROJECT_NUMBER = "Version 1.7.37"

# 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
7 changes: 7 additions & 0 deletions doxygen/src/General.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ Pack\\Tutorials | Tutorials for \ref cp_Packs "Creating Packs" |
<th>Version</th>
<th>Description</th>
</tr>
<tr>
<td>1.7.37</td>
<td>
- added 'Nationstech:184' to \ref DeviceVendorEnum "DeviceVendorEnum"
- added 'NSING:185' to \ref DeviceVendorEnum "DeviceVendorEnum"
</td>
</tr>
<tr>
<td>1.7.36</td>
<td>
Expand Down
10 changes: 10 additions & 0 deletions doxygen/src/devices_schema.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2270,11 +2270,21 @@ Contact [email protected] to ask for an extension. These values can be used in the e
<td>MinebeaMitsumi</td>
<td>http://www.minebeamitsumi.com</td>
</tr>
<tr>
<td class="XML-Token">Nationstech:184</td>
<td>Nations Technologies Inc.</td>
<td>https://www.nationstech.com</td>
</tr>
<tr>
<td class="XML-Token">Nordic Semiconductor:54</td>
<td>Nordic Semiconductor</td>
<td>http://www.nordicsemi.com</td>
</tr>
<tr>
<td class="XML-Token">NSING:185</td>
<td>NSING Technologies Pte. Ltd.</td>
<td>https://www.nsing.com.sg</td>
</tr>
<tr>
<td class="XML-Token">Nuvoton:18</td>
<td>Nuvoton Technolgy Corp.</td>
Expand Down
13 changes: 9 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: 24. April 2024
$Revision: 1.7.36
$Date: 13. May 2024
$Revision: 1.7.37
$Project: Schema File for Package Description File Format Specification
Package file name convention <vendor>.<name>.<version>.pack
SchemaVersion=1.7.36
SchemaVersion=1.7.37
13. May 2024: v1.7.37
- added Nationstech vendor
- added NSING vendor
24. Apr 2024: v1.7.36
- added csolution section specifying 'template' and 'clayer' elements
- added targets to requirements section
Expand Down Expand Up @@ -227,7 +230,7 @@
-->

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

<!-- NonNegativeInteger specifies the format in which numbers are represented in hexadecimal or decimal format -->
<xs:simpleType name="NonNegativeInteger">
Expand Down Expand Up @@ -305,8 +308,10 @@
<xs:enumeration value="Milandr:99" />
<xs:enumeration value="MindMotion:132" />
<xs:enumeration value="MinebeaMitsumi:181" />
<xs:enumeration value="Nationstech:184" />
<xs:enumeration value="NetSilicon:67" />
<xs:enumeration value="Nordic Semiconductor:54" />
<xs:enumeration value="NSING:185" />
<xs:enumeration value="Nuvoton:18" />
<xs:enumeration value="NXP:11" />
<xs:enumeration value="OKI SEMICONDUCTOR CO.,LTD.:108" />
Expand Down

0 comments on commit 174db47

Please sign in to comment.