mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
Merge branch 'fix_compile_error_for_lit' into 'main'
examples/icd_app: update README for lit icd See merge request app-frameworks/esp-matter!1193
This commit is contained in:
+6
-1
@@ -139,6 +139,10 @@ variables:
|
||||
- cd $ESP_MATTER_PATH/examples/controller
|
||||
- idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.defaults.otbr" set-target esp32s3 build
|
||||
|
||||
.build_lit_icd_example: &build_lit_icd_example
|
||||
- cd $ESP_MATTER_PATH/examples/icd_app
|
||||
- idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.defaults.esp32c6.lit" set-target esp32c6 build
|
||||
|
||||
cancel_redundant_pipelines:
|
||||
stage: cleanup
|
||||
image: python:3.12-slim
|
||||
@@ -369,7 +373,7 @@ build_esp_matter_examples_pytest_C2_idf_v5_1:
|
||||
fi
|
||||
|
||||
|
||||
build_ext_plat_c6_thread_controller_examples:
|
||||
build_override_sdkconfig_examples:
|
||||
extends:
|
||||
- .build_examples_template
|
||||
needs:
|
||||
@@ -380,6 +384,7 @@ build_ext_plat_c6_thread_controller_examples:
|
||||
- *build_esp32c6_thread_example
|
||||
- *build_esp32c6_wifi_thread_example
|
||||
- *build_controller_otbr_example
|
||||
- *build_lit_icd_example
|
||||
|
||||
build_zap_light_example:
|
||||
extends:
|
||||
|
||||
Reference in New Issue
Block a user