Merge branch 'example/update_light_wifi_prov' into 'main'

example: update light_wifi_prov to use network_provisioning and add thread support for it

See merge request app-frameworks/esp-matter!1071
This commit is contained in:
Shu Chen
2025-05-09 10:31:01 +08:00
33 changed files with 394 additions and 150 deletions
+15 -1
View File
@@ -26,7 +26,7 @@ variables:
IDF_CHECKOUT_REF: "v5.4.1"
# This variable represents the short hash of the connectedhomeip submodule.
# Note: Do change this short hash on submodule update MRs.
CHIP_SHORT_HASH: "326cabf99c"
CHIP_SHORT_HASH: "f6c3c83820"
DOCKER_IMAGE_NAME: "espressif/chip-idf"
.add_gitlab_ssh_key: &add_gitlab_ssh_key |
@@ -380,6 +380,20 @@ build_ext_plat_c6_thread_controller_examples:
- *build_esp32c6_wifi_thread_example
- *build_controller_otbr_example
build_zap_light_example:
extends:
- .build_examples_template
needs:
- job: build_image
optional: true
script:
- cd ${ESP_MATTER_PATH}/connectedhomeip/connectedhomeip
- source ./scripts/activate.sh
- cd ${ESP_MATTER_PATH}/examples/zap_light
- idf.py set-target esp32c3 build
- idf.py set-target esp32h2 build
build_esp_matter_examples:
extends:
- .build_examples_template