File tree 1 file changed +22
-6
lines changed
1 file changed +22
-6
lines changed Original file line number Diff line number Diff line change 1
1
description : " Arduino core for ESP32, ESP32-S and ESP32-C series of SoCs"
2
2
url : " https://github.com/espressif/arduino-esp32"
3
+ license : " LGPL-2.1"
3
4
targets :
4
5
- esp32
5
6
- esp32s2
@@ -12,19 +13,34 @@ tags:
12
13
- arduino
13
14
files :
14
15
include :
15
- - " cores/**/*"
16
16
- " variants/esp32/**/*"
17
17
- " variants/esp32s2/**/*"
18
18
- " variants/esp32s3/**/*"
19
19
- " variants/esp32c2/**/*"
20
20
- " variants/esp32c3/**/*"
21
21
- " variants/esp32c6/**/*"
22
22
- " variants/esp32h2/**/*"
23
- - " libraries/**/*"
24
- - " CMakeLists.txt"
25
- - " Kconfig.projbuild"
26
23
exclude :
27
- - " **/*"
24
+ - " docs/"
25
+ - " docs/**/*"
26
+ - " idf_component_examples/"
27
+ - " idf_component_examples/**/*"
28
+ - " package/"
29
+ - " package/**/*"
30
+ - " tests/"
31
+ - " tests/**/*"
32
+ - " tools/"
33
+ - " tools/**/*"
34
+ - " variants/**/*"
35
+ - " .gitignore"
36
+ - " .gitmodules"
37
+ - " .readthedocs.yaml"
38
+ - " boards.txt"
39
+ - " CODE_OF_CONDUCT.md"
40
+ - " LICENSE.md"
41
+ - " package.json"
42
+ - " platform.txt"
43
+ - " programmers.txt"
28
44
dependencies :
29
45
idf : " >=5.1"
30
46
# mdns 1.2.1 is necessary to build H2 with no WiFi
@@ -66,5 +82,5 @@ dependencies:
66
82
rules :
67
83
- if : " target in [esp32s3]"
68
84
examples :
69
- - path : idf_component_examples/
85
+ - path : ./ idf_component_examples/Hello_world
70
86
You can’t perform that action at this time.
0 commit comments