Update chip submodule to v1.2 TE2 SHA

This commit is contained in:
Rohit Jadhav
2023-07-25 16:19:51 +05:30
parent 05c1bd31f9
commit 6a15d6229d
5 changed files with 59 additions and 2371 deletions
+1 -1
View File
@@ -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 [08b1366](https://github.com/project-chip/connectedhomeip/commit/08b13661b65f130d3bc7f7234e74e7c64ae2b3f7) of connectedhomeip.
- This SDK currently works with [5b4f800](https://github.com/project-chip/connectedhomeip/commit/5b4f8004662d00bdb111367fec7d3ea978c23372) 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 ea5e0ff](https://github.com/espressif/esp-idf/tree/ea5e0ff) in branch release/v5.1 should be used.
@@ -185,7 +185,7 @@ esp_err_t init(uint16_t commissioner_port)
// Init InteractionModelEngine
chip::app::InteractionModelEngine::GetInstance()->Init(&Server::GetInstance().GetExchangeManager(),
&Server::GetInstance().GetFabricTable(),
Server::GetInstance().GetCASESessionManager());
&Server::GetInstance().GetReportScheduler());
FabricIndex fabricIndex = device_commissioner.GetFabricIndex();
if (fabricIndex == kUndefinedFabricIndex) {
File diff suppressed because it is too large Load Diff
@@ -47,6 +47,9 @@ static CHIP_ERROR LogValue(const char * label, size_t indent,
static CHIP_ERROR LogValue(const char * label, size_t indent,
const chip::app::Clusters::Descriptor::Structs::DeviceTypeStruct::DecodableType & value);
static CHIP_ERROR LogValue(const char * label, size_t indent,
const chip::app::Clusters::Descriptor::Structs::SemanticTagStruct::DecodableType & value);
static CHIP_ERROR LogValue(const char * label, size_t indent,
const chip::app::Clusters::Binding::Structs::TargetStruct::DecodableType & value);