Update chip submodule to v1.1-branch.

This commit is contained in:
Shripad Deshpande
2024-03-26 16:07:51 +08:00
committed by Hrishikesh Dhayagude
parent 1cb7b39096
commit 5f3604b53f
3 changed files with 5 additions and 3 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 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)
@@ -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"