Skip to content

Commit beee333

Browse files
authored
Updates to libraries-api. (#35)
* Updates to libraries-api. Now some libraries may be tagged as dependencies, and also be automatically removed if no more needed. * Forget parameter in ProfileLibRemove... oops * fix: missing version on SketchLibraryRemove call * Updated arduino-cli patch * Updated CLI implementation * Updated Arduino CLI to 1.4.0
1 parent ed4e465 commit beee333

File tree

253 files changed

+4281
-1276
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

253 files changed

+4281
-1276
lines changed

.licenses/arduino-app-cli/NOTICE

Lines changed: 1931 additions & 441 deletions
Large diffs are not rendered by default.

.licenses/arduino-app-cli/go/github.com/arduino/arduino-cli/commands.dep.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/arduino/arduino-cli/commands
3-
version: v1.3.1
3+
version: v1.4.0
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/commands
77
license: other
88
licenses:
9-
- sources: arduino-cli@v1.3.1/LICENSE.txt
9+
- sources: arduino-cli@v1.4.0/LICENSE.txt
1010
text: |2
1111
GNU GENERAL PUBLIC LICENSE
1212
Version 3, 29 June 2007
@@ -682,7 +682,7 @@ licenses:
682682
the library. If this is what you want to do, use the GNU Lesser General
683683
Public License instead of this License. But first, please read
684684
<https://www.gnu.org/licenses/why-not-lgpl.html>.
685-
- sources: arduino-cli@v1.3.1/license_header.tpl
685+
- sources: arduino-cli@v1.4.0/license_header.tpl
686686
text: |
687687
This file is part of arduino-cli.
688688
@@ -698,7 +698,7 @@ licenses:
698698
modify or otherwise use the software for commercial activities involving the
699699
Arduino software without disclosing the source code of your own applications.
700700
To purchase a commercial license, send an email to license@arduino.cc.
701-
- sources: arduino-cli@v1.3.1/README.md
701+
- sources: arduino-cli@v1.4.0/README.md
702702
text: |-
703703
Arduino CLI is licensed under the GPL-3.0 license.
704704

.licenses/arduino-app-cli/go/github.com/arduino/arduino-cli/commands/cmderrors.dep.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/arduino/arduino-cli/commands/cmderrors
3-
version: v1.3.1
3+
version: v1.4.0
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/commands/cmderrors
77
license: other
88
licenses:
9-
- sources: arduino-cli@v1.3.1/LICENSE.txt
9+
- sources: arduino-cli@v1.4.0/LICENSE.txt
1010
text: |2
1111
GNU GENERAL PUBLIC LICENSE
1212
Version 3, 29 June 2007
@@ -682,7 +682,7 @@ licenses:
682682
the library. If this is what you want to do, use the GNU Lesser General
683683
Public License instead of this License. But first, please read
684684
<https://www.gnu.org/licenses/why-not-lgpl.html>.
685-
- sources: arduino-cli@v1.3.1/license_header.tpl
685+
- sources: arduino-cli@v1.4.0/license_header.tpl
686686
text: |
687687
This file is part of arduino-cli.
688688
@@ -698,7 +698,7 @@ licenses:
698698
modify or otherwise use the software for commercial activities involving the
699699
Arduino software without disclosing the source code of your own applications.
700700
To purchase a commercial license, send an email to license@arduino.cc.
701-
- sources: arduino-cli@v1.3.1/README.md
701+
- sources: arduino-cli@v1.4.0/README.md
702702
text: |-
703703
Arduino CLI is licensed under the GPL-3.0 license.
704704

.licenses/arduino-app-cli/go/github.com/arduino/arduino-cli/commands/internal/instances.dep.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/arduino/arduino-cli/commands/internal/instances
3-
version: v1.3.1
3+
version: v1.4.0
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/commands/internal/instances
77
license: other
88
licenses:
9-
- sources: arduino-cli@v1.3.1/LICENSE.txt
9+
- sources: arduino-cli@v1.4.0/LICENSE.txt
1010
text: |2
1111
GNU GENERAL PUBLIC LICENSE
1212
Version 3, 29 June 2007
@@ -682,7 +682,7 @@ licenses:
682682
the library. If this is what you want to do, use the GNU Lesser General
683683
Public License instead of this License. But first, please read
684684
<https://www.gnu.org/licenses/why-not-lgpl.html>.
685-
- sources: arduino-cli@v1.3.1/license_header.tpl
685+
- sources: arduino-cli@v1.4.0/license_header.tpl
686686
text: |
687687
This file is part of arduino-cli.
688688
@@ -698,7 +698,7 @@ licenses:
698698
modify or otherwise use the software for commercial activities involving the
699699
Arduino software without disclosing the source code of your own applications.
700700
To purchase a commercial license, send an email to license@arduino.cc.
701-
- sources: arduino-cli@v1.3.1/README.md
701+
- sources: arduino-cli@v1.4.0/README.md
702702
text: |-
703703
Arduino CLI is licensed under the GPL-3.0 license.
704704

.licenses/arduino-app-cli/go/github.com/arduino/arduino-cli/internal/algorithms.dep.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/arduino/arduino-cli/internal/algorithms
3-
version: v1.3.1
3+
version: v1.4.0
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/internal/algorithms
77
license: other
88
licenses:
9-
- sources: arduino-cli@v1.3.1/LICENSE.txt
9+
- sources: arduino-cli@v1.4.0/LICENSE.txt
1010
text: |2
1111
GNU GENERAL PUBLIC LICENSE
1212
Version 3, 29 June 2007
@@ -682,7 +682,7 @@ licenses:
682682
the library. If this is what you want to do, use the GNU Lesser General
683683
Public License instead of this License. But first, please read
684684
<https://www.gnu.org/licenses/why-not-lgpl.html>.
685-
- sources: arduino-cli@v1.3.1/license_header.tpl
685+
- sources: arduino-cli@v1.4.0/license_header.tpl
686686
text: |
687687
This file is part of arduino-cli.
688688
@@ -698,7 +698,7 @@ licenses:
698698
modify or otherwise use the software for commercial activities involving the
699699
Arduino software without disclosing the source code of your own applications.
700700
To purchase a commercial license, send an email to license@arduino.cc.
701-
- sources: arduino-cli@v1.3.1/README.md
701+
- sources: arduino-cli@v1.4.0/README.md
702702
text: |-
703703
Arduino CLI is licensed under the GPL-3.0 license.
704704

.licenses/arduino-app-cli/go/github.com/arduino/arduino-cli/internal/arduino/builder.dep.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/arduino/arduino-cli/internal/arduino/builder
3-
version: v1.3.1
3+
version: v1.4.0
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/internal/arduino/builder
77
license: other
88
licenses:
9-
- sources: arduino-cli@v1.3.1/LICENSE.txt
9+
- sources: arduino-cli@v1.4.0/LICENSE.txt
1010
text: |2
1111
GNU GENERAL PUBLIC LICENSE
1212
Version 3, 29 June 2007
@@ -682,7 +682,7 @@ licenses:
682682
the library. If this is what you want to do, use the GNU Lesser General
683683
Public License instead of this License. But first, please read
684684
<https://www.gnu.org/licenses/why-not-lgpl.html>.
685-
- sources: arduino-cli@v1.3.1/license_header.tpl
685+
- sources: arduino-cli@v1.4.0/license_header.tpl
686686
text: |
687687
This file is part of arduino-cli.
688688
@@ -698,7 +698,7 @@ licenses:
698698
modify or otherwise use the software for commercial activities involving the
699699
Arduino software without disclosing the source code of your own applications.
700700
To purchase a commercial license, send an email to license@arduino.cc.
701-
- sources: arduino-cli@v1.3.1/README.md
701+
- sources: arduino-cli@v1.4.0/README.md
702702
text: |-
703703
Arduino CLI is licensed under the GPL-3.0 license.
704704

.licenses/arduino-app-cli/go/github.com/arduino/arduino-cli/internal/arduino/builder/cpp.dep.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/arduino/arduino-cli/internal/arduino/builder/cpp
3-
version: v1.3.1
3+
version: v1.4.0
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/internal/arduino/builder/cpp
77
license: other
88
licenses:
9-
- sources: arduino-cli@v1.3.1/LICENSE.txt
9+
- sources: arduino-cli@v1.4.0/LICENSE.txt
1010
text: |2
1111
GNU GENERAL PUBLIC LICENSE
1212
Version 3, 29 June 2007
@@ -682,7 +682,7 @@ licenses:
682682
the library. If this is what you want to do, use the GNU Lesser General
683683
Public License instead of this License. But first, please read
684684
<https://www.gnu.org/licenses/why-not-lgpl.html>.
685-
- sources: arduino-cli@v1.3.1/license_header.tpl
685+
- sources: arduino-cli@v1.4.0/license_header.tpl
686686
text: |
687687
This file is part of arduino-cli.
688688
@@ -698,7 +698,7 @@ licenses:
698698
modify or otherwise use the software for commercial activities involving the
699699
Arduino software without disclosing the source code of your own applications.
700700
To purchase a commercial license, send an email to license@arduino.cc.
701-
- sources: arduino-cli@v1.3.1/README.md
701+
- sources: arduino-cli@v1.4.0/README.md
702702
text: |-
703703
Arduino CLI is licensed under the GPL-3.0 license.
704704

.licenses/arduino-app-cli/go/github.com/arduino/arduino-cli/internal/arduino/builder/internal/compilation.dep.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/arduino/arduino-cli/internal/arduino/builder/internal/compilation
3-
version: v1.3.1
3+
version: v1.4.0
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/internal/arduino/builder/internal/compilation
77
license: other
88
licenses:
9-
- sources: arduino-cli@v1.3.1/LICENSE.txt
9+
- sources: arduino-cli@v1.4.0/LICENSE.txt
1010
text: |2
1111
GNU GENERAL PUBLIC LICENSE
1212
Version 3, 29 June 2007
@@ -682,7 +682,7 @@ licenses:
682682
the library. If this is what you want to do, use the GNU Lesser General
683683
Public License instead of this License. But first, please read
684684
<https://www.gnu.org/licenses/why-not-lgpl.html>.
685-
- sources: arduino-cli@v1.3.1/license_header.tpl
685+
- sources: arduino-cli@v1.4.0/license_header.tpl
686686
text: |
687687
This file is part of arduino-cli.
688688
@@ -698,7 +698,7 @@ licenses:
698698
modify or otherwise use the software for commercial activities involving the
699699
Arduino software without disclosing the source code of your own applications.
700700
To purchase a commercial license, send an email to license@arduino.cc.
701-
- sources: arduino-cli@v1.3.1/README.md
701+
- sources: arduino-cli@v1.4.0/README.md
702702
text: |-
703703
Arduino CLI is licensed under the GPL-3.0 license.
704704

.licenses/arduino-app-cli/go/github.com/arduino/arduino-cli/internal/arduino/builder/internal/detector.dep.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/arduino/arduino-cli/internal/arduino/builder/internal/detector
3-
version: v1.3.1
3+
version: v1.4.0
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/internal/arduino/builder/internal/detector
77
license: other
88
licenses:
9-
- sources: arduino-cli@v1.3.1/LICENSE.txt
9+
- sources: arduino-cli@v1.4.0/LICENSE.txt
1010
text: |2
1111
GNU GENERAL PUBLIC LICENSE
1212
Version 3, 29 June 2007
@@ -682,7 +682,7 @@ licenses:
682682
the library. If this is what you want to do, use the GNU Lesser General
683683
Public License instead of this License. But first, please read
684684
<https://www.gnu.org/licenses/why-not-lgpl.html>.
685-
- sources: arduino-cli@v1.3.1/license_header.tpl
685+
- sources: arduino-cli@v1.4.0/license_header.tpl
686686
text: |
687687
This file is part of arduino-cli.
688688
@@ -698,7 +698,7 @@ licenses:
698698
modify or otherwise use the software for commercial activities involving the
699699
Arduino software without disclosing the source code of your own applications.
700700
To purchase a commercial license, send an email to license@arduino.cc.
701-
- sources: arduino-cli@v1.3.1/README.md
701+
- sources: arduino-cli@v1.4.0/README.md
702702
text: |-
703703
Arduino CLI is licensed under the GPL-3.0 license.
704704

.licenses/arduino-app-cli/go/github.com/arduino/arduino-cli/internal/arduino/builder/internal/diagnostics.dep.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/arduino/arduino-cli/internal/arduino/builder/internal/diagnostics
3-
version: v1.3.1
3+
version: v1.4.0
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/internal/arduino/builder/internal/diagnostics
77
license: other
88
licenses:
9-
- sources: arduino-cli@v1.3.1/LICENSE.txt
9+
- sources: arduino-cli@v1.4.0/LICENSE.txt
1010
text: |2
1111
GNU GENERAL PUBLIC LICENSE
1212
Version 3, 29 June 2007
@@ -682,7 +682,7 @@ licenses:
682682
the library. If this is what you want to do, use the GNU Lesser General
683683
Public License instead of this License. But first, please read
684684
<https://www.gnu.org/licenses/why-not-lgpl.html>.
685-
- sources: arduino-cli@v1.3.1/license_header.tpl
685+
- sources: arduino-cli@v1.4.0/license_header.tpl
686686
text: |
687687
This file is part of arduino-cli.
688688
@@ -698,7 +698,7 @@ licenses:
698698
modify or otherwise use the software for commercial activities involving the
699699
Arduino software without disclosing the source code of your own applications.
700700
To purchase a commercial license, send an email to license@arduino.cc.
701-
- sources: arduino-cli@v1.3.1/README.md
701+
- sources: arduino-cli@v1.4.0/README.md
702702
text: |-
703703
Arduino CLI is licensed under the GPL-3.0 license.
704704

0 commit comments

Comments
 (0)