-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Expand file tree
/
Copy pathidf_component.yml
More file actions
167 lines (167 loc) · 4.1 KB
/
idf_component.yml
File metadata and controls
167 lines (167 loc) · 4.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
description: "Arduino core for ESP32, ESP32-C, ESP32-H, ESP32-P, ESP32-S series of SoCs"
url: "https://github.com/espressif/arduino-esp32"
license: "LGPL-2.1"
targets:
- esp32
- esp32c2
- esp32c3
- esp32c5
- esp32c6
- esp32c61
- esp32h2
- esp32p4
- esp32s2
- esp32s3
tags:
- arduino
files:
include:
- "variants/esp32/**/*"
- "variants/esp32c2/**/*"
- "variants/esp32c3/**/*"
- "variants/esp32c5/**/*"
- "variants/esp32c6/**/*"
- "variants/esp32c61/**/*"
- "variants/esp32h2/**/*"
- "variants/esp32p4/**/*"
- "variants/esp32s2/**/*"
- "variants/esp32s3/**/*"
exclude:
- ".*" # All files in the root directory that start with a dot.
- ".gitlab/"
- ".gitlab/**/*"
- "docs/"
- "docs/**/*"
- "idf_component_examples/"
- "idf_component_examples/**/*"
- "package/"
- "package/**/*"
- "tests/"
- "tests/**/*"
- "tools/"
- "tools/**/*"
- "variants/**/*"
- "boards.txt"
- "CODE_OF_CONDUCT.md"
- "LICENSE.md"
- "package.json"
- "platform.txt"
- "programmers.txt"
dependencies:
idf: ">=5.3,<6.1"
espressif/mdns:
version: "^1.2.3"
require: public
espressif/esp_modem:
version: "^2.0.0"
espressif/esp-zboss-lib:
version: "==1.6.4" # compatible with esp-zigbee-lib 1.6.8
require: public
rules:
- if: "target not in [esp32c2, esp32c61, esp32p4]"
espressif/esp-zigbee-lib:
version: "==1.6.8"
require: public
rules:
- if: "target not in [esp32c2, esp32c61, esp32p4]"
espressif/esp-dsp:
version: "^1.3.4"
rules:
- if: "target not in [esp32c2, esp32c61]"
# RainMaker Start (Fixed versions, because Matter supports only Insights 1.0.1)
espressif/network_provisioning:
rules:
- if: "target != esp32c2"
matches:
# New Provisioning for IDF6
- if: idf_version >= 6.0
version: "1.2.4"
- if: idf_version < 6.0
version: "1.0.2"
espressif/esp_rainmaker:
version: "1.5.2"
rules:
- if: "target not in [esp32c2, esp32p4]"
- if: idf_version < 6.0
espressif/rmaker_common:
version: "1.4.6"
rules:
- if: "target not in [esp32c2, esp32p4]"
- if: idf_version < 6.0
espressif/esp_insights:
version: "1.2.2"
rules:
- if: "target not in [esp32c2, esp32p4]"
- if: idf_version < 6.0
# New version breaks esp_insights 1.0.1
espressif/esp_diag_data_store:
version: "1.0.2"
rules:
- if: "target not in [esp32c2, esp32p4]"
- if: idf_version < 6.0
espressif/esp_diagnostics:
version: "1.2.1"
rules:
- if: "target not in [esp32c2, esp32p4]"
- if: idf_version < 6.0
espressif/cbor:
version: "0.6.1~4"
rules:
- if: "target not in [esp32c2, esp32p4]"
- if: idf_version < 6.0
espressif/qrcode:
version: "0.1.0~2"
rules:
- if: "target not in [esp32c2, esp32p4]"
- if: idf_version < 6.0
# RainMaker End
espressif/esp-sr:
version: "^2.1.5"
rules:
- if: "target in [esp32s3, esp32p4]"
- if: idf_version < 6.0
espressif/esp_hosted:
version: "^2.9.2"
rules:
- if: "target == esp32p4"
espressif/esp_wifi_remote:
version: "^1.2.2"
rules:
- if: "target == esp32p4"
espressif/libsodium:
version: "^1.0.21"
require: public
rules:
- if: idf_version < 6.0
espressif/esp-modbus:
version: "^2.1.2"
require: public
joltwallet/littlefs:
version: "^1.10.2"
chmorgan/esp-libhelix-mp3:
version: "1.0.3"
require: public
espressif/lan867x:
version: "^2.0.0"
rules:
- if: "target in [esp32, esp32p4]"
espressif/cjson:
version: "^1.7.19~2"
rules:
- if: idf_version >= 6.0
espressif/w5500:
version: "^1.0.1"
rules:
- if: idf_version >= 6.0
espressif/dm9051:
version: "^1.1.0"
rules:
- if: idf_version >= 6.0
espressif/ksz8851snl:
version: "^1.0.0"
rules:
- if: idf_version >= 6.0
examples:
- path: ./idf_component_examples/Arduino_ESP_Matter_over_OpenThread
- path: ./idf_component_examples/hello_world
- path: ./idf_component_examples/hw_cdc_hello_world