-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update main from csa master #221
Merged
Merged
Conversation
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
In some of our tests we have dozens of commissionees, so when one of them times out on RemoveFabric it's really hard to tell which one.
We were doing this in MTRDevice already, but not in MTRBaseDevice.
The parts that are not dependent on ItemType can be separate functions.
Makes it harder to just "highlight to end and delete" and miss the Testing section entirely.
* add brd4342a support to CSA * fixing restyled issue
* Shutdown subscriptions before shutting down CHIP stack * Remove unused private member of ChipStack singleton * Prefer direct subscriptions shutdown instead of shutdown on __del__ * Test whether subscription is not shut down implicitly * Fix SubscriptionTransaction management in case of re-subscription * Explain why values local copy is required
… (#36933) * da_revocation: function out generation of revocation set from the crl * da_revocation: fix extracting certificate issuer from the crl entry Also, add the ability to generate the revocation set from the crl file * Restyled by autopep8 * replace the hyphen with underscore to make script importable * sample revocation set from the sample direct CRLs * added unit tests for verifying the revocation set generation against present test data * add revocation set generation tests to ci * Restyled by whitespace * Restyled by prettier-json * Restyled by autopep8 * Restyled by isort * run tests in build env * add click_option_group to requirements --------- Co-authored-by: Restyled.io <commits@restyled.io>
…I (#37062) * icd management: make the feature map and operating mode managed by AAI * Restyled by clang-format * review changes * Restyled by clang-format * change the macro for operating mode * review change * run zap regen * Update TestICDManager.cpp --------- Co-authored-by: Restyled.io <commits@restyled.io>
* Keep device commissioning method in CommissionDeviceTest class * Improve readability * Run matter testing on a single even loop context * Update all run_tests_no_exit() usages
…on (#37110) * Try to reduce add status calls * Remove extra space * Regenerate outputs * More flash savings by not using optional * Update baseline * Optional header not needed anymore
* Cleanup zap templates * Update whitespace
* Decouple ember functions from general diagnostics cluster * Optimize flash cost * Add compile flag for each command * Address review comments
* Add conditions to renegotiate ble connection intervals * Update src/platform/silabs/efr32/BLEManagerImpl.cpp
…#36907) * Fix icdm 2.1 test case without uat * update CI * Restyled by isort --------- Co-authored-by: Restyled.io <commits@restyled.io>
This require a merge commit and not a squash |
jmartinez-silabs
approved these changes
Jan 20, 2025
lpbeliveau-silabs
approved these changes
Jan 20, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
update main from csa master