Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-esp32
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-esp32
Commits
9258a8c0
Unverified
Commit
9258a8c0
authored
Jan 23, 2024
by
Jan Procházka
Committed by
GitHub
Jan 23, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(component): Add license and switch include-exclude files (#9162)
parent
7fbd9a16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
6 deletions
+22
-6
idf_component.yml
idf_component.yml
+22
-6
No files found.
idf_component.yml
View file @
9258a8c0
description
:
"
Arduino
core
for
ESP32,
ESP32-S
and
ESP32-C
series
of
SoCs"
url
:
"
https://github.com/espressif/arduino-esp32"
license
:
"
LGPL-2.1"
targets
:
-
esp32
-
esp32s2
...
...
@@ -12,7 +13,6 @@ tags:
-
arduino
files
:
include
:
-
"
cores/**/*"
-
"
variants/esp32/**/*"
-
"
variants/esp32s2/**/*"
-
"
variants/esp32s3/**/*"
...
...
@@ -20,11 +20,27 @@ files:
-
"
variants/esp32c3/**/*"
-
"
variants/esp32c6/**/*"
-
"
variants/esp32h2/**/*"
-
"
libraries/**/*"
-
"
CMakeLists.txt"
-
"
Kconfig.projbuild"
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
:
idf
:
"
>=5.1"
# mdns 1.2.1 is necessary to build H2 with no WiFi
...
...
@@ -66,5 +82,5 @@ dependencies:
rules
:
-
if
:
"
target
in
[esp32s3]"
examples
:
-
path
:
idf_component_examples/
-
path
:
./idf_component_examples/Hello_world
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment