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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ platforms: |
45
45
##### Boards Manager
46
46
47
47
Keys:
48
-
- **`name`** - (**required**) platform name in the form of `VENDOR:ARCHITECTURE`.
48
+
- **`name`** - (**required**) platform name in the form of `VENDOR:ARCHITECTURE` (e.g., `arduino:avr`).
49
49
- **`version`** - version of the platform to install.
50
50
- **Default**: the latest version.
51
51
- **`source-url`** - Boards Manager URL of the platform.
@@ -55,13 +55,13 @@ Keys:
55
55
56
56
Keys:
57
57
- **`source-path`** - (**required**) path to install as a platform. Relative paths are assumed to be relative to the root of the repository.
58
-
- **`name`** - (**required**) platform name in the form of `VENDOR:ARCHITECTURE`.
58
+
- **`name`** - (**required**) platform name in the form of `VENDOR:ARCHITECTURE` (e.g., `arduino:avr`).
59
59
60
60
##### Repository
61
61
62
62
Keys:
63
63
- **`source-url`** - (**required**) URL to clone the repository from. It must start with `git://` or end with `.git`.
64
-
- **`name`** - (**required**) platform name in the form of `VENDOR:ARCHITECTURE`.
64
+
- **`name`** - (**required**) platform name in the form of `VENDOR:ARCHITECTURE` (e.g., `arduino:avr`).
65
65
- **`version`** - [Git ref](https://git-scm.com/book/en/v2/Git-Internals-Git-References) of the repository to checkout. The special version name `latest` will cause the latest tag to be used.
66
66
- **Default**: the repository is checked out to the tip of the default branch.
67
67
- **`source-path`** - path to install as a platform. Paths are relative to the root of the repository.
@@ -71,7 +71,7 @@ Keys:
71
71
72
72
Keys:
73
73
- **`source-url`** - (**required**) download URL for the archive (e.g., `https://github.com/arduino/ArduinoCore-avr/archive/master.zip`).
74
-
- **`name`** - (**required**) platform name in the form of `VENDOR:ARCHITECTURE`.
74
+
- **`name`** - (**required**) platform name in the form of `VENDOR:ARCHITECTURE` (e.g., `arduino:avr`).
75
75
- **`source-path`** - path to install as a platform. Paths are relative to the root folder of the archive, or the root of the archive if it has no root folder.
0 commit comments