Update zap cluster revisions 1.6#43579
Update zap cluster revisions 1.6#43579AryaHassanli wants to merge 4 commits intoproject-chip:masterfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request consists of updates to cluster revision numbers in numerous .matter and .zap files. These changes appear to be part of an effort to align with version 1.6 of the Matter specification. The updates are applied consistently across corresponding .zap files, .matter files, and generated code. The changes also resolve some existing inconsistencies where cluster revisions had null or empty default values. The pull request seems to be a straightforward version update.
|
PR #43579: Size comparison from fa956ce to 26fdd1f Full report (34 builds for bl602, bl616, bl702, bl702l, cc13x4_26x4, cc32xx, efr32, esp32, nrfconnect, nxp, psoc6, qpg, realtek, stm32, telink)
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #43579 +/- ##
=======================================
Coverage 54.07% 54.07%
=======================================
Files 1548 1548
Lines 106709 106709
Branches 13308 13308
=======================================
Hits 57704 57704
Misses 49005 49005 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
Update cluster revisions in zap files based on the latest revision at v1.6
Related issues
Fixes: #43487
Testing
CI test is enough
Readability checklist
The checklist below will help the reviewer finish PR review in time and keep the
code readable:
descriptive
“When in Rome…”
rule (coding style)
See: Pull Request Guidelines