Skip to content

Commit 9258a8c

Browse files
authored
fix(component): Add license and switch include-exclude files (#9162)
1 parent 7fbd9a1 commit 9258a8c

File tree

1 file changed

+22
-6
lines changed

1 file changed

+22
-6
lines changed

Diff for: idf_component.yml

+22-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
description: "Arduino core for ESP32, ESP32-S and ESP32-C series of SoCs"
22
url: "https://github.com/espressif/arduino-esp32"
3+
license: "LGPL-2.1"
34
targets:
45
- esp32
56
- esp32s2
@@ -12,19 +13,34 @@ tags:
1213
- arduino
1314
files:
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"
2844
dependencies:
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]"
6884
examples:
69-
- path: idf_component_examples/
85+
- path: ./idf_component_examples/Hello_world
7086

0 commit comments

Comments
 (0)