You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow installation of platform dependencies from archive downloads
Benefits:
- Allows installing platforms that are not available from a Git repository.
- Installing from an archive download is often faster than cloning a repository.
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,13 @@ Keys:
55
55
- `source-path`- path to install as a library. Paths are relative to the root of the repository. The default is to install from the root of the repository.
56
56
- `name`- platform name in the form of `VENDOR:ARCHITECTURE`.
57
57
58
+
##### Archive download
59
+
60
+
Keys:
61
+
- `source-url`- download URL for the archive (e.g., `https://github.com/arduino/ArduinoCore-avr/archive/master.zip`).
62
+
- `source-path`- path to install as a library. Paths are relative to the root folder of the archive, or the root of the archive if it has no root folder. The default is to install from the root folder of the archive.
63
+
- `name`- platform name in the form of `VENDOR:ARCHITECTURE`.
64
+
58
65
### `libraries`
59
66
60
67
YAML-format list of library dependencies to install.
0 commit comments