Skip to content

Commit

Permalink
Merge branch 'fix/esp_matte_build' into 'main'
Browse files Browse the repository at this point in the history
components/esp-matter: Fixed the esp-matter examples compilation.

See merge request app-frameworks/esp-matter!904
  • Loading branch information
dhrishi committed Oct 11, 2024
2 parents 606fe89 + 704bed8 commit 186212e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
10 changes: 10 additions & 0 deletions components/esp_matter/idf_component.yml
Original file line number Diff line number Diff line change
@@ -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"
10 changes: 9 additions & 1 deletion examples/managed_component_light/main/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,12 @@ dependencies:
esp_bsp_generic:
version: "^1.1.0"
espressif/esp_matter:
version: "^0.0.2"
version: "^0.0.2"
# This matches the dependency of esp_insights
espressif/esp_diag_data_store:
version: "1.0.1"
require: public
rules:
- if: "idf_version >=5.0"
- if: "target != esp32h2"

0 comments on commit 186212e

Please sign in to comment.