-
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 #373
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
* Add dm input tag to align with updated build_xml_clusters usage * Fix restyle issues
…dv (#38067) * esp32: Add API to add extra GATT service and support for nimble ext_adv * Restyled by clang-format * Restyled by gn * Add documents and replace all ErrorStr(err) with err.Format() * Restyled by prettier-markdown --------- Co-authored-by: Restyled.io <commits@restyled.io>
…088) Bumps [third_party/libdatachannel/repo](https://github.com/paullouisageneau/libdatachannel) from `59ce380` to `a318f07`. - [Release notes](https://github.com/paullouisageneau/libdatachannel/releases) - [Commits](paullouisageneau/libdatachannel@59ce380...a318f07) --- updated-dependencies: - dependency-name: third_party/libdatachannel/repo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* esp32: add thread border router ota function * Update the implementation of some APIs * restyled update * add thread br ota file generate and fix some issue * fix restyled error * Update src/platform/ESP32/OTAImageProcessorImpl.cpp Co-authored-by: Wang Qixiang <43193572+wqx6@users.noreply.github.com> --------- Co-authored-by: Wang Qixiang <43193572+wqx6@users.noreply.github.com>
* Install Python matter IDL module in matter namespace * Keep Python formatters/checkers configuration in one place * Map "matter" Python imports as first-party * Fix spelling warning * Restyled by prettier-markdown * Fix import in IDL linter script * More path updates * Fix importing matter.idl directly from scripts dir * Revert ZAP modification * Fix regression --------- Co-authored-by: Restyled.io <commits@restyled.io> Co-authored-by: Andrei Litvin <andy314@gmail.com>
… with 0) (#38099) * Fix general commissioning for colortemperaturelight * Fix general commissioning for doorlock * Fix the rest of the chef feature bits
…-bins image (#38095)
…urifier and contact sensor (#38101) * Fix feature map in GeneralCommissioning for air quality * Fix contact sensor too
* Update VidVerification->VIDVerification in ZAP XML * ZAP Regen * Run alchemy * Regen zap
The check for |
…ng in an older PyGObject version (#37996)
…Init in AbortAction (#38056) * [nxp][platform][ota] Add runtime ota reboot delay / Add OTA_ServiceDeInit in AbortAction Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com> * Restyled by clang-format --------- Signed-off-by: Andrei Menzopol <andrei.menzopol@nxp.com> Co-authored-by: Restyled.io <commits@restyled.io>
* [NXP][mcxw71_k32w1] Fix LIT ICD DSLS Signed-off-by: Doru Gucea <doru-cristian.gucea@nxp.com> * [NXP] Update to new br rtos manager interface Signed-off-by: Marius Preda <marius.preda@nxp.com> * [NXP][rw612] Enable NAT64 Move also OPENTHREAD_CONFIG_BORDER_AGENT_EPHEMERAL_KEY_ENABLE to default BR defines, it should be enabled even if matter cli isn't to allow other methods of disaplying the eph key. Signed-off-by: Marius Preda <marius.preda@nxp.com> * [NXP][rt1170] Enable NAT64 Move also OPENTHREAD_CONFIG_BORDER_AGENT_EPHEMERAL_KEY_ENABLE to default BR defines, it should be enabled even if matter cli isn't to allow other methods of disaplying the eph key. Signed-off-by: Marius Preda <marius.preda@nxp.com> * [NXP][rt1060] Enable NAT64 Move also OPENTHREAD_CONFIG_BORDER_AGENT_EPHEMERAL_KEY_ENABLE to default BR defines, it should be enabled even if matter cli isn't to allow other methods of disaplying the eph key. Signed-off-by: Marius Preda <marius.preda@nxp.com> * [NXP] Update wifi stats APIs after SDK version update 25.03.000 Signed-off-by: Martin Girardot <martin.girardot@nxp.com> * [NXP] Update submodules: nxp_matter_support and ot-nxp * [NXP] update docker image version to support SDK 25.03.00-pvw2 * Restyled by clang-format * Restyled by prettier-markdown * [NXP] add Matter shell for MoW+OTBR builds --------- Signed-off-by: Doru Gucea <doru-cristian.gucea@nxp.com> Signed-off-by: Marius Preda <marius.preda@nxp.com> Signed-off-by: Martin Girardot <martin.girardot@nxp.com> Co-authored-by: Doru Gucea <doru-cristian.gucea@nxp.com> Co-authored-by: Marius Preda <marius.preda@nxp.com> Co-authored-by: Dina Benamar <dina.benamarelmaaroufi@nxp.com> Co-authored-by: Restyled.io <commits@restyled.io>
* RVC HandleGoHomeCommand and fixes in reporting countdown time. * Changes to this attribute merely due to the normal passage of time with no other dynamic change of device state SHALL NOT be reported. * Fix compilation * Fix compilation * Fix compilation * Fix compilation * Remove redundant UpdateCountdownTimeFromDelegate * Enable GoHome in ZAP and .matter * Call UpdateCountdownTimeFromDelegate every time countdown time changes. The update function decides whether the new value must be reported * fix compilation
* Update VidVerification->VIDVerification in ZAP XML * ZAP Regen * Run alchemy * Regen zap * Add unimplemented versionf of VID Verification commands - Add SetVIDVerificationStatement and SetVIDVerificationStatement to all-clusters app. - Make the cluster respond un-implemented. - Add a temporary test for the fact that it's unimplemented. - Fixes #37748 * Restyled by clang-format * Fix integration test --------- Co-authored-by: Restyled.io <commits@restyled.io>
…ad from the downloads list. (#38123) Fixes a few issues: 1) abortDownloadsForController used to not actually cancel the BDX transfer, as far as I can tell. Maybe that worked because controller shutdown would close the session/exchange, but better to cancel the transfer explicitly. 2) abortDownloadsForController could remove an MTRDownload from the list without canceling its timeout timer. Then when the timer fired it might use a now-deleted MTRDownload pointer. The fix is to move the timer management into MTRDownload and ensure that the timer is always canceled on remove:.
* Chef OvenMode: Application code * + * + * + * + * + * + * + * + * + * + * +
* step 3 update * Update Test_TC_IDM_3_2.yaml * Update Test_TC_IDM_3_2.yaml * Update Test_TC_IDM_3_2.yaml * restyling * Restyled by whitespace --------- Co-authored-by: Restyled.io <commits@restyled.io>
* Fixed RS9116 sleep configurations and disabled LCD and external flash * Removed CHIP_9117 defines from rsi_wlan_config.h as this file is not used by 917 NCP * removing the commented define --------- Co-authored-by: chirag-silabs <100861685+chirag-silabs@users.noreply.github.com> Co-authored-by: chirag-silabs <chirag.bansal@silabs.com>
…version. (#38091)
jmartinez-silabs
approved these changes
Mar 26, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requires zap regen for silabs apps
* Proposal for Refalm 2.2 This test verify the basic functionality of the DUT as a server. Added custom manual actions for Dooropen. Implemented Fake Methods to run disallowd commands. Assert Status Attribute. Assert Status attribute from the Notify event. Added TODO for FakeMethods. Issue raised to add method to run arbitraty commands. * Restyled by clang-format * Restyled by autopep8 * Restyled by isort * Fix linting issues * Fix example * Removed not used line. * Added PIXIT.REFALM.AlarmThreshold variable to replace static variable for wait threshold. Added missing copyright. Added missing docstring. * Use variable is_pics_sdk_ci_only, updated prompt text. Updated usage example. * Updated eventcallback using EventChangeCallback. Added expectations to test steps. Removed ci check to command send. Added 32bit value check for State attribute. Reduced tests steps as the test plan. * Updated wait time form 5 to 1 in the CI. Remove not needed sleep. --------- Co-authored-by: Restyled.io <commits@restyled.io>
chirag-silabs
approved these changes
Mar 27, 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