forked from espressif/arduino-esp32
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathidf_component.yml
More file actions
137 lines (137 loc) · 3.41 KB
/
idf_component.yml
File metadata and controls
137 lines (137 loc) · 3.41 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
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,<5.6"
# mdns 1.2.1 is necessary to build H2 with no WiFi
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:
version: "1.0.2"
rules:
- if: "target != esp32c2"
espressif/esp_rainmaker:
version: "1.5.2"
rules:
- if: "target not in [esp32c2, esp32p4]"
espressif/rmaker_common:
version: "1.4.6"
rules:
- if: "target not in [esp32c2, esp32p4]"
espressif/esp_insights:
version: "1.2.2"
rules:
- if: "target not in [esp32c2, esp32p4]"
# New version breaks esp_insights 1.0.1
espressif/esp_diag_data_store:
version: "1.0.2"
rules:
- if: "target not in [esp32c2, esp32p4]"
espressif/esp_diagnostics:
version: "1.2.1"
rules:
- if: "target not in [esp32c2, esp32p4]"
espressif/cbor:
version: "0.6.1~4"
rules:
- if: "target not in [esp32c2, esp32p4]"
espressif/qrcode:
version: "0.1.0~2"
rules:
- if: "target not in [esp32c2, esp32p4]"
# RainMaker End
espressif/esp-sr:
version: "^2.1.5"
rules:
- if: "target in [esp32s3, esp32p4]"
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.20~1"
require: public
espressif/esp-modbus:
version: "^1.0.15"
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]"
examples:
- path: ./idf_component_examples/Arduino_ESP_Matter_over_OpenThread
- path: ./idf_component_examples/hello_world
- path: ./idf_component_examples/hw_cdc_hello_world