File tree Expand file tree Collapse file tree 1 file changed +22
-6
lines changed Expand file tree Collapse file tree 1 file changed +22
-6
lines changed Original file line number Diff line number Diff line change 11description : " Arduino core for ESP32, ESP32-S and ESP32-C series of SoCs"
22url : " https://github.com/espressif/arduino-esp32"
3+ license : " LGPL-2.1"
34targets :
45 - esp32
56 - esp32s2
@@ -12,19 +13,34 @@ tags:
1213 - arduino
1314files :
1415 include :
15- - " cores/**/*"
1616 - " variants/esp32/**/*"
1717 - " variants/esp32s2/**/*"
1818 - " variants/esp32s3/**/*"
1919 - " variants/esp32c2/**/*"
2020 - " variants/esp32c3/**/*"
2121 - " variants/esp32c6/**/*"
2222 - " variants/esp32h2/**/*"
23- - " libraries/**/*"
24- - " CMakeLists.txt"
25- - " Kconfig.projbuild"
2623 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"
2844dependencies :
2945 idf : " >=5.1"
3046 # mdns 1.2.1 is necessary to build H2 with no WiFi
@@ -66,5 +82,5 @@ dependencies:
6682 rules :
6783 - if : " target in [esp32s3]"
6884examples :
69- - path : idf_component_examples/
85+ - path : ./ idf_component_examples/Hello_world
7086
You can’t perform that action at this time.
0 commit comments