Skip to content
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 9 commits into from
Mar 14, 2025
Merged

Sync csa branch with main #343

merged 9 commits into from
Mar 14, 2025

Conversation

github-actions[bot]
Copy link

This PR syncs the csa branch with the main branch.

PR MUST BE MERGED WITH MERGE COMMIT - ADMIN MUST ENABLE THE OPTION

vivien-apple and others added 9 commits March 13, 2025 09:28
…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>
Copy link
Author

The check for sl-require-admin-action label CI failure for this job is normal. An admin must do the merge.

@jmartinez-silabs
Copy link
Contributor

Must fix SL specific apps due to baseApp rework

@mkardous-silabs mkardous-silabs merged commit 7b39d2a into main Mar 14, 2025
55 of 76 checks passed
@mkardous-silabs mkardous-silabs deleted the automation/update_main branch March 14, 2025 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.