From 0e53bcab756254026df2406a39f391ef5a7ffd2c Mon Sep 17 00:00:00 2001 From: Shubham Patil Date: Thu, 28 Nov 2024 19:38:33 +0530 Subject: [PATCH] connectedhomeip: update submodule to 2b382d6357 to fix building with cmake v3.31.x Fixes https://github.com/espressif/esp-matter/issues/1157 Fixes https://github.com/espressif/esp-matter/issues/1127 --- .gitlab-ci.yml | 2 +- README.md | 2 +- connectedhomeip/connectedhomeip | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 099c3c3ef..4e25e0d5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ variables: IDF_CHECKOUT_REF: "v5.2.3" # This variable represents the short hash of the connectedhomeip submodule. # Note: Do change this short hash on submodule update MRs. - CHIP_SHORT_HASH: "3c3672992c" + CHIP_SHORT_HASH: "2b382d6357" DOCKER_IMAGE_NAME: "espressif/chip-idf" .add_gitlab_ssh_key: &add_gitlab_ssh_key | diff --git a/README.md b/README.md index b87d36387..248008a5d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ section in the ESP-Matter Programming Guide. ## Supported ESP-IDF and connectedhomeip versions -- This SDK currently works with commit [3c3672992c](https://github.com/project-chip/connectedhomeip/tree/3c3672992c) of connectedhomeip. +- This SDK currently works with commit [2b382d6357](https://github.com/project-chip/connectedhomeip/tree/2b382d6357) of connectedhomeip. - For Matter projects development with this SDK, it is recommended to utilize ESP-IDF [v5.2.3](https://github.com/espressif/esp-idf/tree/v5.2.3). ## Documentation diff --git a/connectedhomeip/connectedhomeip b/connectedhomeip/connectedhomeip index 3c3672992..2b382d635 160000 --- a/connectedhomeip/connectedhomeip +++ b/connectedhomeip/connectedhomeip @@ -1 +1 @@ -Subproject commit 3c3672992c1c4dac5d83a56340faa036a4df3c93 +Subproject commit 2b382d6357e9bfbb54f930d17156e79ed07091f3