-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aligned chip-types.xml with the latest Matter spec (#28978)
* Aligned chip-types.xml with the latest Matter spec * reordered the XML to use the same order as the spec; this should make maintenance a bit more sane * renumbered types to avoid duplication and conflicts and to align with the spec Fixes #28976 * Regen ZAP * Reflect the type changes in the Python codegen per code review comment * Add XSD validation for unique IDs * Add a unique constraint on the `id` element in `<type/>` sequence * Add chip-types.xml to the validator script
- Loading branch information
1 parent
1f02bde
commit 1423070
Showing
6 changed files
with
87 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
#!/bin/bash | ||
xmllint --noout --schema zcl.xsd data-model/chip/matter-devices.xml | ||
xmllint --noout --schema zcl.xsd data-model/chip/chip-types.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 7 additions & 6 deletions
13
zzz_generated/app-common/app-common/zap-generated/attribute-size.h
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
47 changes: 26 additions & 21 deletions
47
zzz_generated/app-common/app-common/zap-generated/attribute-type.h
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.