examples/icd_app: update README for icd_app and add ci for lit

This commit is contained in:
chendejin
2025-07-03 16:00:43 +08:00
committed by Chen Dejin
parent c7dd22d832
commit facb03f92a
2 changed files with 9 additions and 2 deletions
+6 -1
View File
@@ -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: