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

This commit is contained in:
WanqQixiang
2025-04-24 14:43:12 +08:00
parent bd3f00bbd2
commit 850bd16974
23 changed files with 356 additions and 146 deletions
+14
View File
@@ -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