Skip to content

Commit 186212e

Browse files
committed
Merge branch 'fix/esp_matte_build' into 'main'
components/esp-matter: Fixed the esp-matter examples compilation. See merge request app-frameworks/esp-matter!904
2 parents 606fe89 + 704bed8 commit 186212e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## IDF Component Manager Manifest File
2+
dependencies:
3+
# This matches the dependency of esp_insights
4+
# TODO: CON-1374
5+
espressif/esp_diag_data_store:
6+
version: "1.0.1"
7+
require: public
8+
rules:
9+
- if: "idf_version >=5.0"
10+
- if: "target != esp32h2"

examples/managed_component_light/main/idf_component.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,12 @@ dependencies:
77
esp_bsp_generic:
88
version: "^1.1.0"
99
espressif/esp_matter:
10-
version: "^0.0.2"
10+
version: "^0.0.2"
11+
# This matches the dependency of esp_insights
12+
espressif/esp_diag_data_store:
13+
version: "1.0.1"
14+
require: public
15+
rules:
16+
- if: "idf_version >=5.0"
17+
- if: "target != esp32h2"
18+

0 commit comments

Comments
 (0)