-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
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
…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
…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>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
app
config
controller
docker
documentation
Improvements or additions to documentation
esp32
examples
github
icd
Intermittently Connected Devices
integrations
platform
review - pending
scripts
silabs
test driver
tests
transport
workflows
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.
Testing
CI testing can verify this.