-
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 #343
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
…OS (#37794) * [darwin-framework-tool] Add some HomeKit entitlements * [darwin-framework-tool] Ensure that darwin-framework-tool calls dispatch_main() * [darwin] Update src/darwin/Framework/Matter.xcodeproj/project.pbxproj * [darwin-framework-tool] Add XPC connectivity support for HomeKit on iOS * [darwin-framework-tool] Add some logging code to HomeKit support on iOS
* Added platform abstraction reset function for EFR and SoC platforms * Renamed the SPAM soft reset API * Added SPAM reset call in matter code * Fixed EFR32 build issue due to namespace is missing * Update examples/platform/silabs/Rpc.cpp Co-authored-by: Mathieu Kardous <84793247+mkardous-silabs@users.noreply.github.com> * Update src/platform/silabs/SiWx917/OTAImageProcessorImpl.cpp Co-authored-by: Mathieu Kardous <84793247+mkardous-silabs@users.noreply.github.com> * Update src/platform/silabs/platformAbstraction/SilabsPlatformBase.h Co-authored-by: Mathieu Kardous <84793247+mkardous-silabs@users.noreply.github.com> * Update src/platform/silabs/platformAbstraction/SilabsPlatformBase.h Co-authored-by: Mathieu Kardous <84793247+mkardous-silabs@users.noreply.github.com> --------- Co-authored-by: Mathieu Kardous <84793247+mkardous-silabs@users.noreply.github.com>
…nly for rs9116 (#37782) * Using the lwip file from wifi sdk and moving dhcp only for rs9116 * addressing review comments * restyling the PR * renaming the API name * adding the comment for the TA retries * addressing review comments * Update src/platform/silabs/wifi/wiseconnect-interface/WiseconnectWifiInterface.h Co-authored-by: Mathieu Kardous <84793247+mkardous-silabs@users.noreply.github.com> * Update src/platform/silabs/wifi/SiWx/WifiInterfaceImpl.cpp Co-authored-by: Mathieu Kardous <84793247+mkardous-silabs@users.noreply.github.com> * Update src/platform/silabs/wifi/SiWx/WifiInterfaceImpl.h Co-authored-by: Mathieu Kardous <84793247+mkardous-silabs@users.noreply.github.com> * Update src/platform/silabs/wifi/rs911x/WifiInterfaceImpl.cpp Co-authored-by: Mathieu Kardous <84793247+mkardous-silabs@users.noreply.github.com> * restyling the PR * fixing the build errors * updating the path and submodule --------- Co-authored-by: Mathieu Kardous <84793247+mkardous-silabs@users.noreply.github.com>
…… (#37962) * [NXP] Improve DnssdImplBr to handle a list of queries instead of a single instance This commit adds support for handling multiple queries at the same time. For example, if the device is trying to do multiple CASE sessions at once, each of them will trigger a node resolve. The new implementation uses lists for handling resolve or browse operations at the same time. Also, the list allows determining if a query is in progress and let mDNS module handle it according to specification. This means that we will not restart the query but allow the normal resolve/browse operation to continue as defined in the mDNS specification. Signed-off-by: Marius Preda <marius.preda@nxp.com> * Restyled by whitespace * Restyled by clang-format --------- Signed-off-by: Marius Preda <marius.preda@nxp.com> Co-authored-by: Restyled.io <commits@restyled.io>
* Fix the Build Flags Conflict * Restyled by gn --------- Co-authored-by: Restyled.io <commits@restyled.io>
Increase heap size as CASE Session establishment fails with `CHIP_ERROR_NO_MEMORY`. Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
* Refactor of BaseApplication to reduce code copied accross examples * Removed unused method * Update examples/platform/silabs/BaseApplication.h Co-authored-by: Mathieu Kardous <84793247+mkardous-silabs@users.noreply.github.com> * Update examples/platform/silabs/BaseApplication.h * Update examples/platform/silabs/BaseApplication.h * Update examples/platform/silabs/BaseApplication.h --------- Co-authored-by: Mathieu Kardous <84793247+mkardous-silabs@users.noreply.github.com>
The check for |
Must fix SL specific apps due to baseApp rework |
jmartinez-silabs
approved these changes
Mar 14, 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