Sync csa branch with main#883
Merged
Junior Martinez (jmartinez-silabs) merged 7 commits intomainfrom Mar 18, 2026
Merged
Conversation
* [Realtek] Add board-specific LED PWM configuration Add conditional compilation for RTL8777G vs other boards to specify the correct LED pin mappings and timer configurations. * [Realtek] Use constexpr for LED pin configuration * [Realtek] Update subproject commit for ot-realtek to latest version * [Realtek] Update subproject commit for ot-realtek to latest version * [Realtek] Update subproject commit for ot-realtek to latest version * [Realtek] Update subproject commit for ot-realtek to latest version
… Label test step only if the VendorName attribute is supported on the endpoint being tested (#43476)
…(#43537)
* Initial revision of connectivity manager implementation network management delegate.
This delegate is used by a concrete network management basis
implementation to report changes in Wi-Fi medium availability to
an owning coordinator (typically the platform Connectivity Manager
implementation).
Wi-Fi medium availability reflects whether the underlying Wi-Fi
control plane / radio resources are usable for Wi-Fi operations
(for example, whether the Wi-Fi interface is present and powered,
and not blocked or otherwise unavailable).
The coordinator may use these notifications to:
* Update cached Connectivity Manager state.
* Drive Device Layer events and diagnostic attributes.
* Coordinate ownership or arbitration of Wi-Fi radio resources
between operational Wi-Fi usage (station / AP) and the
Wi-Fi Neighbor Awareness Networking (NAN) Unsynchronized Service
Discovery (USD) / Public Action Frame (PAF) commissioning
transport.
Concrete implementations should assume that notifications may be
delivered from an implementation-defined execution
context. Delegates should avoid blocking for extended periods.
* Initial revision of a network management basis class.
A lightweight base class providing delegate wiring for Linux
Connectivity Manager network management implementations.
This serves as a common base for concrete Linux Connectivity
Manager network management backends (for example, Connection
Manager- (also known as, connman) or wpa_supplicant-based
management).
The class provides:
* Storage and management of an optional network management
delegate.
* A protected action-delegation helper for reporting Wi-Fi
medium availability changes to the delegate.
This base does not define the full network management
control-plane API. Instead, it provides a small amount of shared
"glue" used to coordinate cross-cutting concerns between the
network management backend and the owning platform Connectivity
Manager implementation (which may also be coordinating the Wi-Fi
NAN USD / PAF commissioning transport).
* Added 'ConnectivityManagerImpl_NetworkManagementBasis.{h,cpp}' to Linux platform static library sources.
* Added 'ConnectivityManagerImpl_NetworkManagementDelegate.h' to Linux platform static library sources.
…LE (#43563) * chnages to enable EFR32 BLE * Restyled by clang-format * PR comments * Restyled by clang-format --------- Co-authored-by: Restyled.io <commits@restyled.io>
* Add recommended updates * Restyled by whitespace * Restyled by clang-format * Test updates for events * Restyled by clang-format * Address comments and add some more tests * Restyled by whitespace * Restyled by clang-format * Fix typo * Update equivalence check for potential future implementation of empty targets (wildcard) * Restyled by clang-format --------- Co-authored-by: Restyled.io <commits@restyled.io>
* Update ZAP XML of Valve cluster and regenerate ZAP * Add missing new lines to all-clusters-app.matter
Contributor
|
The check for |
Junior Martinez (jmartinez-silabs)
approved these changes
Mar 18, 2026
e3dea23
into
main
92 of 95 checks passed
This file contains hidden or 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
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