[Ameba] add support for ConfigurationVersion and Groupcast#71820
[Ameba] add support for ConfigurationVersion and Groupcast#71820pankore wants to merge 1 commit intoproject-chip:masterfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds groupcast support to the Ameba all-clusters, light-switch, and lighting applications and implements configuration versioning in the Ameba platform. The review identifies a critical issue where initParams.groupDataProvider is dereferenced before being initialized, which would lead to a crash. It also recommends including the missing GroupDataProviderImpl.h header to facilitate the necessary initialization.
|
PR #71820: Size comparison from 6bf5656 to c30525c Full report (6 builds for cc32xx, nrfconnect, realtek, stm32)
|
* added implementation for ConfigurationVersion. * added code to support and initialize groupcast.
c30525c to
4ba0078
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #71820 +/- ##
=======================================
Coverage 54.52% 54.52%
=======================================
Files 1588 1588
Lines 108569 108572 +3
Branches 13365 13365
=======================================
+ Hits 59201 59204 +3
Misses 49368 49368 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
Related issues
N/A
Testing
Verified with v1.6 TH. Tested using CLI-PYTHON TC-BINFO-3.2 and all CLI-PYTHON TC-GC test cases; all results passed.