From 5f3604b53fcdb949dbfc700a4ad69228cd80ebfc Mon Sep 17 00:00:00 2001 From: Shripad Deshpande Date: Tue, 26 Mar 2024 16:07:51 +0800 Subject: [PATCH] Update chip submodule to v1.1-branch. --- README.md | 2 +- connectedhomeip/connectedhomeip | 2 +- examples/esp-now_bridge_light/main/idf_component.yml | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a782efef3..601a285d4 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Espressif's SDK for Matter is the official Matter development framework for ESP3 ## Supported ESP-IDF and connectedhomeip versions -- This SDK currently works with tag [v1.1.0.2](https://github.com/project-chip/connectedhomeip/tree/v1.1.0.2) of connectedhomeip. +- This SDK currently works with [v1.1-branch](https://github.com/project-chip/connectedhomeip/tree/v1.1-branch) of connectedhomeip. - For Matter projects development with this SDK, it is recommended to utilize ESP-IDF [Release v5.1.1](https://github.com/espressif/esp-idf/tree/v5.1.1) diff --git a/connectedhomeip/connectedhomeip b/connectedhomeip/connectedhomeip index 5ca22dd3f..8956bbb98 160000 --- a/connectedhomeip/connectedhomeip +++ b/connectedhomeip/connectedhomeip @@ -1 +1 @@ -Subproject commit 5ca22dd3ffad3cc540420b7d8496cea3b3591625 +Subproject commit 8956bbb98853ca4457637e23ee739267d880baed diff --git a/examples/esp-now_bridge_light/main/idf_component.yml b/examples/esp-now_bridge_light/main/idf_component.yml index 05f6503ad..3f4859eb4 100644 --- a/examples/esp-now_bridge_light/main/idf_component.yml +++ b/examples/esp-now_bridge_light/main/idf_component.yml @@ -1,6 +1,8 @@ ## IDF Component Manager Manifest File dependencies: - espressif/esp-now: ">=2.2.0" + # esp-now 2.5.0 will use 'dcm' member in esp_now_rate_config_t, and that member is introduced after IDF v5.1.2. + # TODO: update esp-now component to the latest version when updating ESP-IDF + espressif/esp-now: "2.4.0" ## Required IDF version idf: version: ">=4.1.0"