Merge branch 'update_submodule/v1.4' into 'release/v1.4'

[v1.4] Update the chip submodule to latest v1.4-branch.

See merge request app-frameworks/esp-matter!1482
This commit is contained in:
Hrishikesh Dhayagude
2026-03-31 17:58:05 +08:00
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -25,9 +25,10 @@ variables:
IDF_CHECKOUT_REF: "v5.4.1" IDF_CHECKOUT_REF: "v5.4.1"
# This variable represents the short hash of the connectedhomeip submodule. # This variable represents the short hash of the connectedhomeip submodule.
# Note: Do change this short hash on submodule update MRs. # Note: Do change this short hash on submodule update MRs.
CHIP_SHORT_HASH: "8a70495a05" CHIP_SHORT_HASH: "51d52fc927"
DOCKER_IMAGE_NAME: "espressif/chip-idf" DOCKER_IMAGE_NAME: "espressif/chip-idf"
.add_gitlab_ssh_key: &add_gitlab_ssh_key | .add_gitlab_ssh_key: &add_gitlab_ssh_key |
mkdir -p ~/.ssh mkdir -p ~/.ssh
chmod 700 ~/.ssh chmod 700 ~/.ssh
+1 -1
View File
@@ -28,7 +28,7 @@ section in the ESP-Matter Programming Guide.
## Supported ESP-IDF and connectedhomeip versions ## Supported ESP-IDF and connectedhomeip versions
- This SDK currently works with commit [8a70495a05](https://github.com/project-chip/connectedhomeip/tree/8a70495a05) of connectedhomeip. - This SDK currently works with commit [51d52fc927](https://github.com/project-chip/connectedhomeip/tree/51d52fc927) of connectedhomeip.
- For Matter projects development with this SDK, it is recommended to utilize ESP-IDF [v5.4.1](https://github.com/espressif/esp-idf/tree/v5.4.1). - For Matter projects development with this SDK, it is recommended to utilize ESP-IDF [v5.4.1](https://github.com/espressif/esp-idf/tree/v5.4.1).
## Documentation ## Documentation