Changes to bump connectedhomeip submodule to revision: 8642c0d

- Replaced component esp32_mbedtls with mbedtls from requirements
- Enabled CONFIG_MBEDTLS_HKDF_C option in all the sdkconfig.defaults
- Removed secure cert dac provider from here and using one in
  connectedhomeip repo
- Enabled CONFIG_ESP_SECURE_CERT_DS_PERIPHERAL in sdkconfig.defaults.esp32h2
This commit is contained in:
Shubham Patil
2023-05-25 16:11:45 +05:30
parent d2fd1f482e
commit c6899403c1
21 changed files with 40 additions and 194 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ build_esp_matter_examples_idf_v5_1:
extends:
- .build_examples_template
variables:
IDF_VERSION: "bb9200acec7dd60e9adb4a381e5400dcd5024534"
IDF_VERSION: "6ad6fb9755ac6433be4d22e30f1811f6605de085"
script:
- *build_examples_idf_v5_1