mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
Merge branch 'controller/fix_compile_error' into 'main'
controller: Fix the compile error when enabling otbr feature See merge request app-frameworks/esp-matter!605
This commit is contained in:
@@ -127,6 +127,10 @@ variables:
|
||||
- idf.py build
|
||||
- cp sdkconfig.defaults.c6_backup sdkconfig.defaults.esp32c6
|
||||
|
||||
.build_controller_otbr_example: &build_controller_otbr_example
|
||||
- cd $ESP_MATTER_PATH/examples/controller
|
||||
- idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.defaults.otbr" set-target esp32s3 build
|
||||
|
||||
.build_examples_template:
|
||||
stage: build
|
||||
image: gitlab.espressif.cn:5050/app-frameworks/esp-matter/build-env:latest
|
||||
@@ -225,6 +229,7 @@ build_esp_matter_examples_non_pytest_idf_v5_1:
|
||||
script:
|
||||
- *build_external_platform_example
|
||||
- *build_esp32c6_thread_example
|
||||
- *build_controller_otbr_example
|
||||
|
||||
# mfg_test_app needs an secure boot signing key, generating one here
|
||||
- cd ${ESP_MATTER_PATH}/examples/mfg_test_app
|
||||
|
||||
@@ -34,6 +34,7 @@ CONFIG_MBEDTLS_CMAC_C=y
|
||||
CONFIG_MBEDTLS_KEY_EXCHANGE_ECJPAKE=y
|
||||
CONFIG_MBEDTLS_ECJPAKE_C=y
|
||||
CONFIG_MBEDTLS_SSL_PROTO_DTLS=y
|
||||
CONFIG_MBEDTLS_HKDF_C=y
|
||||
|
||||
# MDNS platform
|
||||
CONFIG_USE_MINIMAL_MDNS=n
|
||||
|
||||
Reference in New Issue
Block a user