From c1a19acefffeed2dbcf7e4a16f74e7f9ce7fa636 Mon Sep 17 00:00:00 2001 From: Hrishikesh Dhayagude Date: Thu, 18 May 2023 15:55:25 +0530 Subject: [PATCH] Fast forward connectedhomeip submodule to the latest v1.1-branch --- README.md | 2 +- connectedhomeip/connectedhomeip | 2 +- docs/en/developing.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 97f945cc7..661c1803c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,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.1](https://github.com/project-chip/connectedhomeip/tree/v1.1.0.1) of connectedhomeip. +- This SDK currently works with [v1.1-branch](https://github.com/project-chip/connectedhomeip/tree/v1.1-branch) of connectedhomeip. - For ESP32, ESP32-C3, and ESP32-S3, ESP-IDF [v5.0.1 release](https://github.com/espressif/esp-idf/releases/tag/v5.0.1) is required. - For ESP32-C2, ESP32-H2(preview) and ESP32-C6(preview) and Zigbee Bridge example, ESP-IDF branch at [commit 420ebd208](https://github.com/espressif/esp-idf/tree/420ebd208) in branch release/v5.1 should be used. diff --git a/connectedhomeip/connectedhomeip b/connectedhomeip/connectedhomeip index 8f66f4215..82db97695 160000 --- a/connectedhomeip/connectedhomeip +++ b/connectedhomeip/connectedhomeip @@ -1 +1 @@ -Subproject commit 8f66f4215bc0708efc8cc73bda80620e67d8955f +Subproject commit 82db97695c2c899cc130c2d6a0d72b3c92c144db diff --git a/docs/en/developing.rst b/docs/en/developing.rst index 1b964b19b..aa81b9ee9 100644 --- a/docs/en/developing.rst +++ b/docs/en/developing.rst @@ -24,7 +24,7 @@ Additionally, we also support developing on Windows Host using WSL. The Prerequisites for ESP-IDF and Matter: - Please see `Prerequisites `__ for ESP IDF. -- Please get the `Prerequisites `__ for Matter. +- Please get the `Prerequisites `__ for Matter.