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

Cherrypick: https://github.com/project-chip/connectedhomeip/pull/37052 to 1.4 branch #37471

Closed
wants to merge 42 commits into from

Conversation

nivi-apple
Copy link
Contributor

Testing

CI testing can verify this.

mkardous-silabs and others added 30 commits October 8, 2024 12:58
…Time ICDs (project-chip#35956) (project-chip#35960)

* Remove optional spec check

* Add static_assert for the slow poll config for SIT ICDs

* Add missing include

* fix restyler error

* fix spacing

* Remove client build flag since it is not used
* Add missing feature map bit

* Generation

Co-authored-by: Andrei Litvin <andy314@gmail.com>
* Refactor Sensor and LCD code

* Address review comments
…ect-chip#36028)

* [Android] Add StayActive support during commission flow for LIT (project-chip#35959)

* Fix crash when handling jStayActiveMsec (project-chip#35997)
…ip#36025) (project-chip#36031)

* Attempt to fix ESP32 builds by not compiling insights at all. This breaks insights, but should make CI pass

* Fix typo

* Another better fix: pull in the other dependency too

---------

Co-authored-by: Andrei Litvin <andreilitvin@google.com>
* Improve ICDClientStorage

-- when DeleteAllEntries is triggered, and all fabric are removed, we need remove
ICDFabricList from persistent storage, if there is at least 1 fabric in
table, we would update fabricList vector and persistent storage.
-- when fabric does not exist, storeEntry needs to return invalid fabric
error, and deleteEntry or deleteAllEntries needs to return no error.
-- Add multiple unit tests to cover
DeleteAllEntries/StoreEntry/CheckInHandling for
multiple fabrics

* Update DefaultICDClientStorage.cpp



* Update DefaultICDClientStorage.cpp



* Update DefaultICDClientStorage.cpp



* Update DefaultICDClientStorage.cpp



* Update DefaultICDClientStorage.cpp



* address comments

* Restyled by whitespace

* Restyled by clang-format

* address comments

* address comments and add more tests

* Restyled by whitespace

* Restyled by clang-format

---------

Co-authored-by: mkardous-silabs <84793247+mkardous-silabs@users.noreply.github.com>
Co-authored-by: Restyled.io <commits@restyled.io>
…moveAllEntries (project-chip#36053) (project-chip#36149)

* [ICD] Add log for storeEntry/removeEntry/removeAllEntires

* Restyled by clang-format

---------

Co-authored-by: Restyled.io <commits@restyled.io>
* DM XMLs 1.4 tag

* Update to head

One of the other DM PRs wasn't picked over, so this scrape
also contains those changes. This was scraped from master vs.
picking.
…ject-chip#36138)

* [Silabs] Adds refrigerator application  (project-chip#35433)

* Added the refrigerator application

* Added Implementation of the application

* Added RefrigeratorManager

* Added changes for the callback and the attribute update

* Added changes fot attribute data type

* added changes for the refrigrator UI

* Updated the wifi args and open thread files

* Added changes for refrigerator UI

* Added build fixes

* Fixed build errors

* Added changes for new zap attributes

* Added changes for the readme file

* Added date and spelling mistake changes

* Added changes for spelling mistake

* Added updated zap matter file and removed the commented code

* Removed the unwanted services from gn file

* Added function header

* Updated task name and removed the incorrect data

* Added callbacks

* Modified the datat type and the removed the callback

* Removed unwated changes

* Added changes for authors

* Restyled by whitespace

* Restyled by clang-format

* Restyled by gn

* Added changes according to comments

* Added the WiFi boards in the board list

* Update examples/refrigerator-app/silabs/include/CHIPProjectConfig.h

Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com>

* Update examples/refrigerator-app/silabs/README.md

Co-authored-by: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com>

* Fixed  the unint32_t alignment for the

* Added changes according to comment

* Removing warning

* Replaced the SILABS_LOGS with CHIPLog

* Corrected the application name

* Update examples/refrigerator-app/silabs/README.md

Co-authored-by: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com>

* Update examples/refrigerator-app/silabs/README.md

Co-authored-by: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com>

* Update examples/refrigerator-app/silabs/src/RefrigeratorUI.cpp

Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com>

* Update examples/refrigerator-app/silabs/src/AppTask.cpp

Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com>

* Update examples/refrigerator-app/silabs/src/AppTask.cpp

Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com>

* Update examples/refrigerator-app/silabs/src/AppTask.cpp

Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com>

* Update examples/refrigerator-app/silabs/src/RefrigeratorManager.cpp

Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com>

* Update examples/refrigerator-app/silabs/src/AppTask.cpp

Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com>

* Update examples/refrigerator-app/silabs/src/RefrigeratorManager.cpp

Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com>

* Update examples/refrigerator-app/silabs/src/RefrigeratorManager.cpp

Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com>

* Update examples/refrigerator-app/silabs/include/AppTask.h

Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com>

* Removed commented code

* Updated read me for OTA documentation for SiWx917

* Adds changes for refrigerator modes and callbacks

* Added chip logs

* Updated the error message

* Restyled by whitespace

* Restyled by clang-format

* Updated refrigerator app matter file

* Added the changes related  to zap file and the mode supported

* Restyled by whitespace

* Restyled by clang-format

* Added changes for Temperature Controller feature Map

* Updated featureMap value for matter file

* Removed the temperature level

* Removed the startup and on mode from attributes

* Setting min and max temperature for the controlled cabinet

* Removed the Temperature level attribute from the Temperature controller

* Removed the min and max temperature

* Removed the attribute update for refrigerator and temperature cluster

* Added changes for the zap file

* Added restyle changes

* Updated matter file

* Added OTA requester

* Added changes for the attribute

* Added changes for the zap

---------

Co-authored-by: Restyled.io <commits@restyled.io>
Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com>
Co-authored-by: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com>

* Added changes for the zap files

---------

Co-authored-by: Restyled.io <commits@restyled.io>
Co-authored-by: Rohan Sahay <Rohan.Sahay@silabs.com>
Co-authored-by: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com>
…project-chip#36176)

* Add subscriber request max interval getter

* Add unit-test for the SetMaxReportingInterval

* Restyled by clang-format

* fix conversation error

* Restyled by clang-format

---------

Co-authored-by: Restyled.io <commits@restyled.io>
…" (project-chip#36200)

This reverts commit 36fff94.

This breaks the TH and the API for the step command is overkill.
…hip#36196)

* Update wifi sdk to v3.3.3

* Updated matter_support pointer

* Updated docker image WiseConnect v3.3.3

* Reverting the docker changes

* Updated comments in DockerFile

* Removed unused source file

* Updated workflow to pick-up latest docker image

* Updated docker version in the build files

* Added changes to resolve build errors for brd2605a

* Corrected variable name in gn file

* Removed TO-DO comment

* Replaced SI917_DEVKIT macro to SL_MATTER_RGB_LED_ENABLED

* Resolved review comments

* Updated WiseMcuSpam.cpp as per the latest defines

* Update third_party/silabs/silabs_board.gni

* Added sl_enable_rgb_led in inside if-else of soc board condition

---------

Co-authored-by: bhmanda <bhmanda@silabs.com>
Co-authored-by: Mathieu Kardous <84793247+mkardous-silabs@users.noreply.github.com>
Co-authored-by: bhmanda-silabs <107180296+bhmanda-silabs@users.noreply.github.com>
…-chip#36117) (project-chip#36203)

* Updated wiseconnect pointer to 2.10.3 and added changes for wpa_wpa2_mixed security type for rs9116 board

* updated example-efr32.yaml and release_artifacts.yaml with docker build version

* Updated docker version in release_artifacts,smoke_test.yaml and .gitmodules with 2.10.3
…roject-chip#36189) (project-chip#36219)

* ble fixes for the pointer

* removing the global structure

* addressing the review comments

* removing the static keyword

* modifying the assignment

* restyling the PR

* addressing review comments

* restyling the PR

* removing the TODOs

* addressing the review comment

* restyling the PR
… unit test members (project-chip#36223) (project-chip#36231)

* Fix ICD manager and attributes

* Generated files

* zap regen
…ert partition (project-chip#35821) (project-chip#36261)

* [ESP32] Implement providers which reads unique data from the secure cert partition

Right now secure cert partition stores only device attestation data i.e.
DAC and PAI. This can be extended to store the sort of unique data that
is discriminator, verifier/salt/iteration-count for passcode, and
unique-id for generating rotating id.

- Update the esp_secure_cert_mgr version to 2.5.0

* address review comments
…VICE_CONFIG_ENABLE_THREAD_SRP_CLIENT (project-chip#36284) (project-chip#36296)

The code block added in project-chip#35065 should be guarded, if the thread stack
manager is not pulled in then this function is not available and breaks
the compilation.
…roject-chip#36348) (project-chip#36481)

* Shutdown DefautICDClientStorage when destorying Android controller

* Restyled by whitespace

* Update DefaultICDClientStorage.h



---------

Co-authored-by: Restyled.io <commits@restyled.io>
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
…6523)

This is after openthread/ot-br-posix#2574
removed the log line we were looking for.

Co-authored-by: Andrei Litvin <andy314@gmail.com>
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
project-chip#36589) (project-chip#36593)

* ESP32: fix typo to include correct Span.h in secure cert data provider

* restyle
…ip#36606) (project-chip#36631)

remove the WORKING_DIRECTORY from chip_gn target

For cmake v3.31.x, custom command generated for chip_gn-build in
build.ninja concats the $WORKING_DIRECTORY and $BUILD_DIR paths and
it mess up the chip_gn step when building example.
    COMMAND = cd "/Users/account/esp-matter/connectedhomeip/connectedhomeip/config/esp32/components/chip;/Users/account/esp-matter/examples/light/build/esp-idf/chip" && ninja esp32

For cmake version prior to v3.31, it do not prepend the
$WORKING_DIRECTORY path.
    COMMAND = cd /Users/account/esp-matter/examples/light/build/esp-idf/chip && ninja esp32

This could be becuase of Kitware/CMake@f5f8030

related issue - espressif/esp-matter#1157
)

* ESP32: Add support for ESP32-P4

* Restyled by clang-format

* Restyled by prettier-yaml

---------

Co-authored-by: Restyled.io <commits@restyled.io>
thivya-amazon and others added 4 commits January 23, 2025 16:03
…ject-chip#37180)

* Added a public API to RefreshKeySender to retrieve ICDClientInfo

* Added a public API to RefreshKeySender to retrieve ICDClientInfo

* Restyled by clang-format

* Restyled by clang-format

---------

Co-authored-by: Restyled.io <commits@restyled.io>
project-chip#37208)

* Fix the bad endpoint logic in 1.4

* Undo submodule update

* Back ported unit test

* One more unit test

* Update src/app/codegen-data-model-provider/CodegenDataModelProvider.cpp

Co-authored-by: Terence Hampson <thampson@google.com>

* Updated tests based on review comments

* Fix includes

* Address review comment: update listing of accepted/generated commands and unit test

* Also fix Next calls

* Update unit tests

* Fix test

---------

Co-authored-by: Terence Hampson <thampson@google.com>
@nivi-apple nivi-apple requested review from a team as code owners February 7, 2025 21:44
Copy link

semanticdiff-com bot commented Feb 7, 2025

Review changes with  SemanticDiff

Changed Files
File Status
  src/app/zap-templates/zcl/zcl-with-test-extensions.json  67% smaller
  src/app/zap-templates/zcl/zcl.json  67% smaller
  data_model/1.4/clusters/ICDManagement.xml  59% smaller
  data_model/1.4/device_types/RootNodeDeviceType.xml  58% smaller
  data_model/1.4/clusters/Mode_DeviceEnergyManagement.xml  50% smaller
  data_model/1.4/clusters/DiagnosticsThread.xml  40% smaller
  data_model/1.4/clusters/OperationalState.xml  40% smaller
  data_model/1.4/clusters/OperationalState_RVC.xml  40% smaller
  src/python_testing/matter_testing_support.py  38% smaller
  scripts/py_matter_yamltests/matter_yamltests/yaml_loader.py  37% smaller
  data_model/1.4/clusters/OccupancySensing.xml  37% smaller
  data_model/1.4/clusters/EnergyEVSE.xml  34% smaller
  data_model/1.4/device_types/DeviceEnergyManagement.xml  34% smaller
  data_model/1.4/clusters/PumpConfigurationControl.xml  34% smaller
  data_model/1.4/clusters/DeviceEnergyManagement.xml  25% smaller
  src/python_testing/TC_TSTAT_4_2.py  22% smaller
  src/app/tests/suites/certification/PICS.yaml  18% smaller
  data_model/1.4/device_types/HumidifierDehumidifier.xml  10% smaller
  data_model/1.4/device_types/EnergyTariff.xml  10% smaller
  data_model/1.4/device_types/EnergyTariffCalendar.xml  10% smaller
  src/python_testing/TC_MCORE_FS_1_3.py  4% smaller
  data_model/1.4/clusters/Humidistat.xml  3% smaller
  data_model/1.4/clusters/EnergyCalendar.xml  3% smaller
  data_model/1.4/clusters/DemandResponseLoadControl.xml  2% smaller
  data_model/1.4/clusters/DoorLock.xml  1% smaller
  src/app/tests/suites/certification/Test_TC_TSTAT_2_1.yaml  1% smaller
  .github/workflows/examples-efr32.yaml  0% smaller
  .github/workflows/release_artifacts.yaml  0% smaller
  .gitmodules Unsupported file format
  config/esp32/components/chip/CMakeLists.txt Unsupported file format
  config/esp32/components/chip/Kconfig Unsupported file format
  config/esp32/components/chip/idf_component.yml  0% smaller
  config/nrfconnect/chip-module/CMakeLists.txt Unsupported file format
  data_model/1.4/clusters/DiagnosticsGeneral.xml  0% smaller
  data_model/1.4/clusters/EcosystemInformationCluster.xml  0% smaller
  data_model/1.4/clusters/LevelControl.xml  0% smaller
  data_model/1.4/clusters/Mode_Dishwasher.xml  0% smaller
  data_model/1.4/clusters/Mode_EVSE.xml  0% smaller
  data_model/1.4/clusters/Mode_LaundryWasher.xml  0% smaller
  data_model/1.4/clusters/Mode_MicrowaveOven.xml  0% smaller
  data_model/1.4/clusters/Mode_Oven.xml  0% smaller
  data_model/1.4/clusters/Mode_Refrigerator.xml  0% smaller
  data_model/1.4/clusters/OperationalState_Oven.xml  0% smaller
  data_model/1.4/clusters/Scenes.xml  0% smaller
  data_model/1.4/clusters/ThermostatUserInterfaceConfiguration.xml  0% smaller
  data_model/1.4/clusters/WaterHeaterManagement.xml  0% smaller
  data_model/1.4/clusters/cluster_ids.json  0% smaller
  data_model/1.4/device_types/HeatPump.xml  0% smaller
  data_model/1.4/spec_sha Unsupported file format
  docs/guides/ti/matter-users-guide/enabling_icd_on_ti_devices.md Unsupported file format
  examples/all-clusters-app/esp32/main/Kconfig.projbuild Unsupported file format
  examples/all-clusters-app/esp32/sdkconfig.defaults.esp32p4 Unsupported file format
  examples/android/CHIPTool/app/src/main/java/com/google/chip/chiptool/provisioning/DeviceProvisioningFragment.kt Unsupported file format
  examples/contact-sensor-app/nxp/k32w0/args.gni Unsupported file format
  examples/contact-sensor-app/nxp/k32w1/args.gni Unsupported file format
  examples/contact-sensor-app/nxp/mcxw71/args.gni Unsupported file format
  examples/light-switch-app/light-switch-common/light-switch-app.matter Unsupported file format
  examples/light-switch-app/light-switch-common/light-switch-app.zap Unsupported file format
  examples/lighting-app/esp32/sdkconfig.defaults.esp32p4 Unsupported file format
  examples/lit-icd-app/silabs/build_for_wifi_args.gni Unsupported file format
  examples/lit-icd-app/silabs/openthread.gni Unsupported file format
  examples/lock-app/nxp/k32w1/args.gni Unsupported file format
  examples/lock-app/nxp/mcxw71/args.gni Unsupported file format
  examples/platform/esp32/common/Esp32AppServer.cpp Unsupported file format
  examples/platform/silabs/Si70xxSensor.cpp Unsupported file format
  examples/platform/silabs/Si70xxSensor.h Unsupported file format
  examples/platform/silabs/SiWx917/BUILD.gn Unsupported file format
  examples/platform/silabs/SiWx917/SiWx917/sl_wlan_config.h Unsupported file format
  examples/platform/silabs/TemperatureSensor.cpp Unsupported file format
  examples/platform/silabs/display/demo-ui.c Unsupported file format
  examples/platform/silabs/display/lcd.h Unsupported file format
  examples/platform/silabs/efr32/BUILD.gn Unsupported file format
  examples/platform/silabs/efr32/rs911x/rsi_if.cpp Unsupported file format
  examples/platform/silabs/uart.cpp Unsupported file format
  examples/refrigerator-app/silabs/BUILD.gn Unsupported file format
  examples/refrigerator-app/silabs/README.md Unsupported file format
  examples/refrigerator-app/silabs/build_for_wifi_args.gni Unsupported file format
  examples/refrigerator-app/silabs/build_for_wifi_gnfile.gn Unsupported file format
  examples/refrigerator-app/silabs/build_overrides  0% smaller
  examples/refrigerator-app/silabs/data_model/BUILD.gn Unsupported file format
  examples/refrigerator-app/silabs/data_model/refrigerator-thread-app.matter Unsupported file format
  examples/refrigerator-app/silabs/data_model/refrigerator-thread-app.zap Unsupported file format
  examples/refrigerator-app/silabs/data_model/refrigerator-wifi-app.matter Unsupported file format
  examples/refrigerator-app/silabs/data_model/refrigerator-wifi-app.zap Unsupported file format
  examples/refrigerator-app/silabs/include/AppConfig.h Unsupported file format
  examples/refrigerator-app/silabs/include/AppEvent.h Unsupported file format
  examples/refrigerator-app/silabs/include/AppTask.h Unsupported file format
  examples/refrigerator-app/silabs/include/CHIPProjectConfig.h Unsupported file format
  examples/refrigerator-app/silabs/include/RefrigeratorIcons.h Unsupported file format
  examples/refrigerator-app/silabs/include/RefrigeratorManager.h Unsupported file format
  examples/refrigerator-app/silabs/include/RefrigeratorUI.h Unsupported file format
  examples/refrigerator-app/silabs/include/refrigerator-and-temperature-controlled-cabinet-mode.h Unsupported file format
  examples/refrigerator-app/silabs/openthread.gn Unsupported file format
  examples/refrigerator-app/silabs/openthread.gni Unsupported file format
  examples/refrigerator-app/silabs/src/AppTask.cpp Unsupported file format
  examples/refrigerator-app/silabs/src/RefrigeratorManager.cpp Unsupported file format
  examples/refrigerator-app/silabs/src/RefrigeratorUI.cpp Unsupported file format
  examples/refrigerator-app/silabs/src/ZclCallbacks.cpp Unsupported file format
  examples/refrigerator-app/silabs/src/refrigerator-and-temperature-controlled-cabinet-mode.cpp Unsupported file format
  examples/refrigerator-app/silabs/third_party/connectedhomeip  0% smaller
  examples/smoke-co-alarm-app/silabs/build_for_wifi_args.gni Unsupported file format
  examples/smoke-co-alarm-app/silabs/openthread.gni Unsupported file format
  examples/thermostat/silabs/BUILD.gn Unsupported file format
  examples/thermostat/silabs/src/SensorManager.cpp Unsupported file format
  integrations/cloudbuild/smoke-test.yaml  0% smaller
  integrations/docker/images/chip-cert-bins/Dockerfile Unsupported file format
  scripts/py_matter_yamltests/matter_yamltests/hooks.py  0% smaller
  scripts/setup/constraints.txt Unsupported file format
  scripts/setup/requirements.all.txt Unsupported file format
  scripts/tools/telink/requirements.txt Unsupported file format
  src/app/InteractionModelEngine.cpp Unsupported file format
  src/app/InteractionModelEngine.h Unsupported file format
  src/app/ReadHandler.cpp Unsupported file format
  src/app/ReadHandler.h Unsupported file format
  src/app/clusters/group-key-mgmt-server/group-key-mgmt-server.cpp Unsupported file format
  src/app/codegen-data-model-provider/CodegenDataModelProvider.cpp Unsupported file format
  src/app/codegen-data-model-provider/tests/TestCodegenModelViaMocks.cpp Unsupported file format
  src/app/icd/client/CheckInDelegate.h Unsupported file format
  src/app/icd/client/CheckInHandler.cpp Unsupported file format
  src/app/icd/client/DefaultCheckInDelegate.cpp Unsupported file format
  src/app/icd/client/DefaultICDClientStorage.cpp Unsupported file format
  src/app/icd/client/DefaultICDClientStorage.h Unsupported file format
  src/app/icd/client/RefreshKeySender.cpp Unsupported file format
  src/app/icd/client/RefreshKeySender.h Unsupported file format
  src/app/icd/icd.gni Unsupported file format
  src/app/icd/server/BUILD.gn Unsupported file format
  src/app/icd/server/ICDConfigurationData.cpp Unsupported file format
  src/app/icd/server/ICDConfigurationData.h Unsupported file format
  src/app/icd/server/ICDManager.cpp Unsupported file format
  src/app/icd/server/ICDManager.h Unsupported file format
  src/app/tests/BUILD.gn Unsupported file format
  src/app/tests/TestCheckInHandler.cpp Unsupported file format
  src/app/tests/TestDefaultICDClientStorage.cpp Unsupported file format
  src/app/tests/TestReadInteraction.cpp Unsupported file format
  src/app/tests/suites/TestGroupKeyManagementCluster.yaml  0% smaller
  src/app/tests/suites/certification/Test_TC_CDOCONC_1_1.yaml  0% smaller
  src/app/tests/suites/certification/Test_TC_CMOCONC_1_1.yaml  0% smaller
  src/app/tests/suites/certification/Test_TC_CNET_1_3.yaml  0% smaller
  src/app/tests/suites/certification/Test_TC_DEM_1_1.yaml  0% smaller
  src/app/tests/suites/certification/Test_TC_FLDCONC_1_1.yaml  0% smaller
  src/app/tests/suites/certification/Test_TC_ICDM_1_1.yaml  0% smaller
  src/app/tests/suites/certification/Test_TC_LTIME_1_2.yaml  0% smaller
  src/app/tests/suites/certification/Test_TC_MWOCTRL_1_1.yaml  0% smaller
  src/app/tests/suites/certification/Test_TC_NDOCONC_1_1.yaml  0% smaller
  src/app/tests/suites/certification/Test_TC_OZCONC_1_1.yaml  0% smaller
  src/app/tests/suites/certification/Test_TC_PCC_1_1.yaml  0% smaller
  src/app/tests/suites/certification/Test_TC_PMHCONC_1_1.yaml  0% smaller
  src/app/tests/suites/certification/Test_TC_PMICONC_1_1.yaml  0% smaller
  src/app/tests/suites/certification/Test_TC_PMKCONC_1_1.yaml  0% smaller
  src/app/tests/suites/certification/Test_TC_PWRTL_1_1.yaml  0% smaller
  src/app/tests/suites/certification/Test_TC_RNCONC_1_1.yaml  0% smaller
  src/app/tests/suites/certification/Test_TC_SMOKECO_1_1.yaml  0% smaller
  src/app/tests/suites/certification/Test_TC_SWTCH_1_1.yaml  0% smaller
  src/app/tests/suites/certification/Test_TC_TCTL_1_1.yaml  0% smaller
  src/app/tests/suites/certification/Test_TC_TSTAT_1_1.yaml  0% smaller
  src/app/tests/suites/certification/Test_TC_TSTAT_4_1.yaml  0% smaller
  src/app/tests/suites/certification/Test_TC_TVOCCONC_1_1.yaml  0% smaller
  src/app/tests/suites/certification/Test_TC_WNCV_1_1.yaml  0% smaller
  src/app/tests/suites/certification/ci-pics-values Unsupported file format
  src/app/zap-templates/zcl/data-model/chip/matter-devices.xml  0% smaller
  src/controller/java/AndroidDeviceControllerWrapper.cpp Unsupported file format
  src/controller/java/src/chip/devicecontroller/ICDRegistrationInfo.java  0% smaller
  src/platform/ESP32/BUILD.gn Unsupported file format
  src/platform/ESP32/CHIPDevicePlatformConfig.h Unsupported file format
  src/platform/ESP32/ConfigurationManagerImpl.cpp Unsupported file format
  src/platform/ESP32/DiagnosticDataProviderImpl.cpp Unsupported file format
  src/platform/ESP32/ESP32Config.h Unsupported file format
  src/platform/ESP32/ESP32SecureCertDataProvider.cpp Unsupported file format
  src/platform/ESP32/ESP32SecureCertDataProvider.h Unsupported file format
  src/platform/ESP32/nimble/BLEManagerImpl.cpp Unsupported file format
  src/platform/OpenThread/GenericNetworkCommissioningThreadDriver.cpp Unsupported file format
  src/platform/silabs/BLEManagerImpl.h Unsupported file format
  src/platform/silabs/efr32/BLEManagerImpl.cpp Unsupported file format
  src/platform/silabs/platformAbstraction/WiseMcuSpam.cpp Unsupported file format
  src/platform/silabs/rs911x/BLEManagerImpl.cpp Unsupported file format
  src/platform/silabs/rs911x/rsi_ble_config.h Unsupported file format
  src/platform/silabs/rs911x/wfx_sl_ble_init.cpp Unsupported file format
  src/platform/silabs/rs911x/wfx_sl_ble_init.h Unsupported file format
  src/platform/silabs/wifi/wfx_host_events.h Unsupported file format
  src/python_testing/TC_ACE_1_3.py  0% smaller
  src/python_testing/TC_BOOLCFG_2_1.py  0% smaller
  src/python_testing/test_testing/TestDecorators.py  0% smaller
  src/test_driver/linux-cirque/helper/CHIPTestBase.py  0% smaller
  src/transport/SessionManager.cpp Unsupported file format
  src/transport/tests/TestSessionManager.cpp Unsupported file format
  third_party/openthread/platforms/efr32/BUILD.gn Unsupported file format
  third_party/silabs/BUILD.gn Unsupported file format
  third_party/silabs/SiWx917_sdk.gni Unsupported file format
  third_party/silabs/efr32_sdk.gni Unsupported file format
  third_party/silabs/lwip.gni Unsupported file format
  third_party/silabs/matter_support  0% smaller
  third_party/silabs/silabs_board.gni Unsupported file format
  third_party/silabs/simplicity_sdk  0% smaller
  third_party/silabs/wifi_sdk  0% smaller
  third_party/silabs/wiseconnect-wifi-bt-sdk  0% smaller
  zzz_generated/app-common/app-common/zap-generated/attributes/Accessors.cpp Unsupported file format
  zzz_generated/app-common/app-common/zap-generated/attributes/Accessors.h Unsupported file format

Copy link

mergify bot commented Feb 7, 2025

⚠️ The sha of the head commit of this PR conflicts with #37472. Mergify cannot evaluate rules on this PR. ⚠️

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.