Files
shripad621git 487dd63550 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.
2024-10-11 18:46:46 +05:30

11 lines
299 B
YAML

## 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"