Unverified Commit 9258a8c0 authored by Jan Procházka's avatar Jan Procházka Committed by GitHub

fix(component): Add license and switch include-exclude files (#9162)

parent 7fbd9a16
description: "Arduino core for ESP32, ESP32-S and ESP32-C series of SoCs" description: "Arduino core for ESP32, ESP32-S and ESP32-C series of SoCs"
url: "https://github.com/espressif/arduino-esp32" url: "https://github.com/espressif/arduino-esp32"
license: "LGPL-2.1"
targets: targets:
- esp32 - esp32
- esp32s2 - esp32s2
...@@ -12,7 +13,6 @@ tags: ...@@ -12,7 +13,6 @@ tags:
- arduino - arduino
files: files:
include: include:
- "cores/**/*"
- "variants/esp32/**/*" - "variants/esp32/**/*"
- "variants/esp32s2/**/*" - "variants/esp32s2/**/*"
- "variants/esp32s3/**/*" - "variants/esp32s3/**/*"
...@@ -20,11 +20,27 @@ files: ...@@ -20,11 +20,27 @@ files:
- "variants/esp32c3/**/*" - "variants/esp32c3/**/*"
- "variants/esp32c6/**/*" - "variants/esp32c6/**/*"
- "variants/esp32h2/**/*" - "variants/esp32h2/**/*"
- "libraries/**/*"
- "CMakeLists.txt"
- "Kconfig.projbuild"
exclude: exclude:
- "**/*" - "docs/"
- "docs/**/*"
- "idf_component_examples/"
- "idf_component_examples/**/*"
- "package/"
- "package/**/*"
- "tests/"
- "tests/**/*"
- "tools/"
- "tools/**/*"
- "variants/**/*"
- ".gitignore"
- ".gitmodules"
- ".readthedocs.yaml"
- "boards.txt"
- "CODE_OF_CONDUCT.md"
- "LICENSE.md"
- "package.json"
- "platform.txt"
- "programmers.txt"
dependencies: dependencies:
idf: ">=5.1" idf: ">=5.1"
# mdns 1.2.1 is necessary to build H2 with no WiFi # mdns 1.2.1 is necessary to build H2 with no WiFi
...@@ -66,5 +82,5 @@ dependencies: ...@@ -66,5 +82,5 @@ dependencies:
rules: rules:
- if: "target in [esp32s3]" - if: "target in [esp32s3]"
examples: examples:
- path: idf_component_examples/ - path: ./idf_component_examples/Hello_world
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment