-
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
Sync csa branch with main #270
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
…al build (#37395)
…#37382) Co-authored-by: Andrei Litvin <andreilitvin@google.com>
* Spec revisions: Update to 1.4.1 * TC-BINFO-2.1: Update for dot requirements * minor rewording * Restyled by prettier-yaml * Update expected value in test --------- Co-authored-by: Restyled.io <commits@restyled.io>
* Update matter_support remote * Update matter_support to new hash * Delete provisioning headers * Rename variables, update gn paths and update header includes * Update local matter_support * Pull correct matter_sdk hash * restyle
* [doc]update android doc * Restyled by prettier-markdown --------- Co-authored-by: Restyled.io <commits@restyled.io>
…handling commands (#37078) * Add implementation of CommandHandlerInterface for Administrator Commissioning. Also remove it from the list of auto-generated Ember callbacks. * Combine the admin commissioning cluster's AAI and CHI. * Merge the old methods and the class member methods. * clang-format * Fix compile. * Unshadow the context variable. * Check failures during the bridge app's initialisation. Also change a word in the failing test so it doesn't mislead. * Change the fabric bridge example's custom command handler to expect the one I'm adding. * clang-format * Update the other fabric sync app to handle the existence of the new Admin Commissioning cluster's CHI. * clang-format * Add ifdef guards around the OpenBasicCommissioningWindow command. * Check for the existence of the constant for now.
* [nrfconnect] Workaround for Zephyr native link issue Add temporary workaround for Zephyr native link issue. This will be fixed with the next NCS release. Signed-off-by: Adrian Gielniewski <adrian.gielniewski@gmail.com> * [nrfconnect] Fix PSA configuration in tests Signed-off-by: Adrian Gielniewski <adrian.gielniewski@gmail.com> * Add missing PSA initialization in some tests Signed-off-by: Adrian Gielniewski <adrian.gielniewski@gmail.com> * Fix hmac key handle validation when PSA is used Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no> * Fix heap memory check in TestChipCryptoPAL Wipe all key slots during each test case SetUp to avoid reusing slot previously used by other tests. This affects heap memory usage calculation as when the slot is reused it frees the memory. Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no> * Fix TestEventLoopHandler for Zephyr native Expect correct sequence for different LayerImplSelect::Signal implementations. When CHIP_SYSTEM_CONFIG_POSIX_LOCKING is not defined, WakeEvent::Notify is called and loop has to spin one more time to process the event. Signed-off-by: Adrian Gielniewski <adrian.gielniewski@gmail.com> --------- Signed-off-by: Adrian Gielniewski <adrian.gielniewski@gmail.com> Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
* Update ZAP to fix conformance issues * Update ZAP - Remove wrong conformances * Update ZAP - Remove wrong conformance
…ol/BUILD.gn and replace gethostbyname by getaddrinfo (#37409)
* Add a Matter.framework API for invoking multiple commands. The API allows grouping the commands, so that later groups don't get invoked if anything in an earlier group fails. The changes to _invokeCommandWithEndpointID in MTRDevice_XPC.mm are fixing a pre-existing bug where it was not dispatching its completions to the right queue. * Add the new selectors/types to the XPC allow-list. * Add NSError to completion for invokeCommands:...
This defines docker image 108
…via Local DCL) to darwin-framework-tool (#37379) * [darwin-framework-tool] Add darwin-framework-tool dcl tc-display and tc-display-by-payload commands * [darwin-framework-tool] Add TermsAndConditions support to darwin-framework-tool pairing code * [darwin] Add TermsAndConditions support MTRCommissioningParameters
The check for |
jmartinez-silabs
approved these changes
Feb 6, 2025
mkardous-silabs
approved these changes
Feb 6, 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.
This PR syncs the csa branch with the main branch.
PR MUST BE MERGED WITH MERGE COMMIT - ADMIN MUST ENABLE THE OPTION