Mathieu Kardous
Mathieu Kardous
#### Issue Being Resolved * Fixes #22792 #### Change overview * Adds board support for Silabs Modules
### Reproduction steps ```bash 1.Try Building a Silabs Modules (BRD4316A / BRD4317A / BRD4319A) ``` ### Platform efr32 ### Platform Version(s) N/A ### Type Manually tested with SDK ### (Optional)...
#### Description Add a low power build flag to the efr32 build script. #### Validation Manual tests to build with the flag
#### Description Initial implementation of the Client Monitoring Table for persistance of registration entires #### Tests Added test suite for the CM Table with basic sanity checks
### Feature description Once #24258 is done, the logic behind managing the stay active request can be done. The manager will need to make sure the device stays in Active...
#### Description https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/8684 updates the Check-In Protocol to fix a typo in the ApplicationData that was used. PR brings that change to the SDK. PR also converts the TestCheckInMsg file...
#### Description PR to udpate the test plan with 1.4 was merged - https://github.com/CHIP-Specifications/chip-test-plans/pull/4121. PR updates the python script to match the updated test plan - Update ICDM 2.1 test...
#### Description https://github.com/CHIP-Specifications/chip-test-plans/pull/4168 updates the ICDM-2.1 test plan so the script needs to be updated
#### Description PR adds support for the ClientType in the ICDManager and the ICD Management cluster. - Adds the ClientType to the RegisterClient command & the RegisteredClients attributes - Adds...
#### Problem / Feature The mld6 ondemand timer feature required lwip timeout function but did not include the correct header causing implicit declarions. #### Change overview PR adds a copy...