Skip to content

Commit 01bba60

Browse files
committed
Merge branch 'support/update_idf_components.yml' into 'main'
Update idf_component.yml files See merge request app-frameworks/esp-insights!151
2 parents e057926 + 9db81d1 commit 01bba60

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
version: "1.0.0"
22
description: Simple APIs to use ESP Diagnostics data storage
33
url: https://github.com/espressif/esp-insights/tree/main/components/esp_diag_data_store
4+
repository: https://github.com/espressif/esp-insights.git
5+
issues: https://github.com/espressif/esp-insights/issues
6+
dependencies:
7+
idf:
8+
version: ">=4.1"
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
version: "1.0.0"
22
description: Diagnostics component used in ESP Insights, which is a remote diagnostics solution to monitor the health of ESP devices in the field.
33
url: https://github.com/espressif/esp-insights/tree/main/components/esp_diagnostics
4+
repository: https://github.com/espressif/esp-insights.git
5+
issues: https://github.com/espressif/esp-insights/issues
6+
dependencies:
7+
idf:
8+
version: ">=4.1"
9+
espressif/rmaker_common:
10+
version: "~1.4.0"
11+
override_path: '../rmaker_common/'

components/esp_insights/idf_component.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
version: "1.0.0"
22
description: Firmware agent for ESP Insights, which is a remote diagnostics solution to monitor the health of ESP devices in the field.
33
url: https://github.com/espressif/esp-insights/tree/main/components/esp_insights
4+
repository: https://github.com/espressif/esp-insights.git
5+
issues: https://github.com/espressif/esp-insights/issues
46
dependencies:
7+
idf:
8+
version: ">=4.1"
59
espressif/rmaker_common:
610
version: "~1.4.0"
711
override_path: '../rmaker_common/'

0 commit comments

Comments
 (0)