From 487dd63550b3ebe411c854ff288078e8acdc4b8a Mon Sep 17 00:00:00 2001 From: shripad621git Date: Fri, 11 Oct 2024 14:29:12 +0530 Subject: [PATCH] componets/esp-matter: Fixed the esp-matter examples compilation. - Fixed the esp-matter examples build failure due to espressif/esp_diag_data_store component version update. - Added a idf_component.yml in components/esp_matter to pin the required version of the component. --- components/esp_matter/idf_component.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 components/esp_matter/idf_component.yml diff --git a/components/esp_matter/idf_component.yml b/components/esp_matter/idf_component.yml new file mode 100644 index 000000000..5f9b880ff --- /dev/null +++ b/components/esp_matter/idf_component.yml @@ -0,0 +1,10 @@ +## IDF Component Manager Manifest File +dependencies: + # This matches the dependency of esp_insights + # TODO: CON-1374 + espressif/esp_diag_data_store: + version: "1.0.1" + require: public + rules: + - if: "idf_version >=5.0" + - if: "target != esp32h2"