Skip to content

Commit 7a49710

Browse files
authored
Added Qorvo:189 (#378)
# Schema Change ## Description Added a new device vendor ID (Qorvo:189). ## Checklist _checklist version 2021-11-10_ - [ ] Does this change implement an approved ADR? If yes is the reference provided in the description above? - [x] Is the schema file changed, properly? - [x] Is the schema version incremented according to [Semantic Versioning](https://semver.org/)? - [ ] Is the schema file header updated, version and date? - [x] Is the schema file change history updated? - [x] Does the updated schema file pass [XSD meta schema](https://www.w3.org/2012/04/XMLSchema.xsd) check? - [x] Is the documentation updated, accordingly? - [ ] Are the [automatic checks](../tree/main/.github/workflows) updated or enhanced if required? - [ ] Are enhancements to [PackChk](https://github.com/Open-CMSIS-Pack/devtools/tree/main/tools/packchk) required to proof semantic usage of changed/added features? If yes is the reference to the pull request provided in the description above?
1 parent 769931b commit 7a49710

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
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.55"
41+
PROJECT_NUMBER = "Version 1.7.56"
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.56</td>
85+
<td>
86+
- added "Qorvo:189" Dvendor ID
87+
</td>
88+
</tr>
8389
<tr>
8490
<td>1.7.55</td>
8591
<td>

doxygen/src/devices_schema.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2318,6 +2318,11 @@ Contact [email protected] to ask for an extension. These values can be used in the e
23182318
<td>Puya</td>
23192319
<td>https://www.puyasemi.com/</td>
23202320
</tr>
2321+
<tr>
2322+
<td class="XML-Token">Qorvo:189</td>
2323+
<td>Qorvo</td>
2324+
<td>https://www.qorvo.com/</td>
2325+
</tr>
23212326
<tr>
23222327
<td class="XML-Token">Realtek Semiconductor:124</td>
23232328
<td>Realtek Semiconductor</td>

schema/PACK.xsd

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@
1818
limitations under the License.
1919
2020
21-
$Date: 04. Dec 2025
22-
$Revision: 1.7.55
21+
$Date: 05. Dec 2025
22+
$Revision: 1.7.56
2323
$Project: Schema File for Package Description File Format Specification
2424
2525
Package file name convention <vendor>.<name>.<version>.pack
26-
SchemaVersion=1.7.55
26+
SchemaVersion=1.7.56
2727
28+
05. Dec 2025: v1.7.56
29+
- added "Qorvo:189" Dvendor ID
2830
04. Dec 2025: v1.7.55
2931
- updated type of 'Dcore' to 'DcoreType' which is a union of 'DcoreEnum' and 'xs:token' to accept any token as valid 'Dcore'.
3032
- add 'description' child to "part" element
@@ -265,7 +267,7 @@
265267
266268
-->
267269

268-
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.7.55">
270+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="qualified" version="1.7.56">
269271

270272
<!-- NonNegativeInteger specifies the format in which numbers are represented in hexadecimal or decimal format -->
271273
<xs:simpleType name="NonNegativeInteger">
@@ -354,6 +356,7 @@
354356
<xs:enumeration value="onsemi:141" />
355357
<xs:enumeration value="Panasonic:131" />
356358
<xs:enumeration value="Puya:176" />
359+
<xs:enumeration value="Qorvo:189" />
357360
<xs:enumeration value="Realtek Semiconductor:124" />
358361
<xs:enumeration value="Redpine Signals:125" />
359362
<xs:enumeration value="RelChip:146" />

0 commit comments

Comments
 (0)