gitlab_ci: Update matter image to espressif/esp-matter:latest_idf_v5.2.1

This commit is contained in:
Sayon Deep
2024-07-18 13:03:18 +05:30
parent 9472476a18
commit 15e1a1070d
2 changed files with 2 additions and 3 deletions

View File

@@ -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:

View File

@@ -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
1 # Name, Type, SubType, Offset, Size, Flags
8 ota_0, app, ota_0, 0x20000, 0x1E8000,
9 reserved, 0x06, , 0x208000, 0x8000,
10 ota_1, app, ota_1, 0x210000, 0x1E8000,
11 fctry, data, nvs, 0x3F8000, 0x6000