Submodule: Update submodule to v1.0.0.2

This commit is contained in:
WanqQixiang
2023-01-04 19:05:01 +08:00
parent 350dc6ae8b
commit 98391d901d
4 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ git clone --recursive https://github.com/espressif/esp-matter.git
## Supported ESP-IDF and connectedhomeip versions
- This SDK currently works with [tag V1.0.0.1](https://github.com/espressif/connectedhomeip/tree/V1.0.0.1) of connectedhomeip.
- This SDK currently works with [tag v1.0.0.2](https://github.com/espressif/connectedhomeip/tree/v1.0.0.2) of connectedhomeip.
- For Wi-Fi devices (ESP32, ESP32-C3, ESP32-S3), ESP-IDF [v4.4.3 release](https://github.com/espressif/esp-idf/releases/tag/v4.4.3) is required.
- For Thread devices (ESP32-H2) and Zigbee Bridge example, ESP-IDF release/v5.0 branch at [commit 20949d44](https://github.com/espressif/esp-idf/tree/20949d44) should be used.
@@ -173,10 +173,6 @@ cluster_t *create(endpoint_t *endpoint, uint8_t flags)
} /* access_control */
namespace basic_information {
// TODO: Remove this stub function after this PR merged
// https://github.com/project-chip/connectedhomeip/pull/24162
void emberAfBasicInformationClusterServerInitCallback(chip::EndpointId endpoint) {}
const function_generic_t function_list[] = {
(function_generic_t)emberAfBasicInformationClusterServerInitCallback,
};
+1 -1
View File
@@ -7,7 +7,7 @@ ENV CHIP_PATH=/opt/espressif/connectedhomeip
RUN set -x \
&& git init \
&& git remote add origin https://github.com/project-chip/connectedhomeip.git \
&& git fetch origin --depth 1 V1.0.0.1 \
&& git fetch origin --depth 1 v1.0.0.2 \
&& git checkout FETCH_HEAD \
&& : # last line