7 Commits

Author SHA1 Message Date
Shubham Patil debc240f7a components/esp-matter: config option for setting secure cert providers
config option for selecting commissionable data provider and device
instance instance info provider from the secure cert.
2025-08-22 11:15:21 +05:30
WanqQixiang ce23eee891 esp_matter: include external platform headers when using external platform 2025-04-11 14:25:28 +08:00
Li Ya Shuai 4645aa0604 examples: add custom certification declaration example in light example 2025-02-11 20:10:56 +08:00
shripad621git 10d519e89c fix/esp_matter_providers : Fixed the compilation for custom_dac_provider
- Added a check to avoid compilation of ExampleDACProvider for vids other than 0xFFF1/0xFFF2
  as it fails the compilation in case of CustomDACProvider where other vids are used.
2024-07-26 12:54:09 +05:30
WanqQixiang 90e236f32a fix(esp-matter): Add missing header for esp_matter_providers.cpp
Fix CON-1237
2024-07-08 15:02:28 +08:00
Shubham Patil d0b81170f3 Changes to bump connectedhomeip submodule to revision: 65b6ed4
- 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
2023-05-30 18:05:25 +08:00
WanqQixiang 534fc4885a esp-matter: Add custom providers support 2023-05-11 10:04:05 +08:00