Skip to content

Commit 6a2654a

Browse files
committed
Merge branch 'example/add_light_with_rainmaker_provisioning' into 'main'
example: Add light example with RainMaker-WiFi-Provisioning See merge request app-frameworks/esp-matter!838
2 parents 67dda26 + aed4901 commit 6a2654a

File tree

84 files changed

+6588
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+6588
-0
lines changed

.gitlab-ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,13 @@ build_esp_matter_examples:
337337
- cp sdkconfig.defaults sdkconfig.defaults.backup
338338
- cp sdkconfig.defaults.ext_plat_ci sdkconfig.defaults
339339

340+
# steps for external platform build for light_wifi_prov app
341+
- cd ${ESP_MATTER_PATH}/examples/light_wifi_prov
342+
- cp sdkconfig.defaults.esp32s3 sdkconfig.defaults.esp32s3.backup
343+
- cp sdkconfig.defaults.esp32s3.ext_plat_ci sdkconfig.defaults.esp32s3
344+
- cp sdkconfig.defaults.esp32c3 sdkconfig.defaults.esp32c3.backup
345+
- cp sdkconfig.defaults.esp32c3.ext_plat_ci sdkconfig.defaults.esp32c3
346+
340347
- cd ${ESP_MATTER_PATH}
341348
- pip install -r tools/ci/requirements-build.txt
342349
- python tools/ci/build_apps.py ./examples --no_pytest

examples/.build-rules.yml

+6
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,9 @@ examples/ota_provider:
110110
- if: IDF_TARGET in ["esp32s3"]
111111
temporary: true
112112
reason: the other targets are not tested yet
113+
114+
examples/light_wifi_prov:
115+
enable:
116+
- if: IDF_TARGET in ["esp32s3", "esp32c3"]
117+
temporary: true
118+
reason: the other targets are not tested yet

0 commit comments

Comments
 (0)