mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
Submodule: Update submodule to v1.0.0.2
This commit is contained in:
@@ -18,7 +18,7 @@ git clone --recursive https://github.com/espressif/esp-matter.git
|
|||||||
|
|
||||||
## Supported ESP-IDF and connectedhomeip versions
|
## 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 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.
|
- 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 */
|
} /* access_control */
|
||||||
|
|
||||||
namespace basic_information {
|
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[] = {
|
const function_generic_t function_list[] = {
|
||||||
(function_generic_t)emberAfBasicInformationClusterServerInitCallback,
|
(function_generic_t)emberAfBasicInformationClusterServerInitCallback,
|
||||||
};
|
};
|
||||||
|
|||||||
Submodule connectedhomeip/connectedhomeip updated: ca086f2f39...4088a77f55
@@ -7,7 +7,7 @@ ENV CHIP_PATH=/opt/espressif/connectedhomeip
|
|||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& git init \
|
&& git init \
|
||||||
&& git remote add origin https://github.com/project-chip/connectedhomeip.git \
|
&& 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 \
|
&& git checkout FETCH_HEAD \
|
||||||
&& : # last line
|
&& : # last line
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user