From 15e1a1070dca2897f47aebb71b66da0c6fbca83e Mon Sep 17 00:00:00 2001 From: Sayon Deep Date: Thu, 18 Jul 2024 13:03:18 +0530 Subject: [PATCH] gitlab_ci: Update matter image to espressif/esp-matter:latest_idf_v5.2.1 --- .gitlab-ci.yml | 2 +- examples/matter/matter_switch/partitions_4mb_optimised.csv | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 190306c..3b24496 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -159,7 +159,7 @@ build_idf_v5.3: build_matter: stage: build - image: espressif/esp-matter:latest_idf_v5.1.1 + image: espressif/esp-matter:latest_idf_v5.2.1 tags: - build variables: diff --git a/examples/matter/matter_switch/partitions_4mb_optimised.csv b/examples/matter/matter_switch/partitions_4mb_optimised.csv index c67af8b..30d7977 100644 --- a/examples/matter/matter_switch/partitions_4mb_optimised.csv +++ b/examples/matter/matter_switch/partitions_4mb_optimised.csv @@ -8,5 +8,4 @@ phy_init, data, phy, , 0x1000, ota_0, app, ota_0, 0x20000, 0x1E8000, reserved, 0x06, , 0x208000, 0x8000, ota_1, app, ota_1, 0x210000, 0x1E8000, -fctry, data, nvs, 0x3F8000, 0x6000 - +fctry, data, nvs, 0x3F8000, 0x6000 \ No newline at end of file