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: docs/sketch-project-file.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,8 @@ profiles:
33
33
...more profiles here...
34
34
```
35
35
36
-
There is an optional `profiles:` section containing all the profiles. Each field in a profile is mandatory (unless noted otherwise below). The available fields are:
36
+
There is an optional `profiles:` section containing all the profiles. Each field in a profile is mandatory (unless noted
37
+
otherwise below). The available fields are:
37
38
38
39
-`<PROFILE_NAME>` is the profile identifier, it’s a user-defined field, and the allowed characters are alphanumerics,
39
40
underscore `_`, dot `.`, and dash `-`.
@@ -42,8 +43,8 @@ There is an optional `profiles:` section containing all the profiles. Each field
42
43
-`<3RD_PARTY_PLATFORM_URL>` is the index URL to download the target core platform (also known as “Additional Boards
43
44
Manager URLs” in the Arduino IDE). This field can be omitted for the official `arduino:*` platforms.
44
45
-`<PLATFORM_DEPENDENCY>`, `<PLATFORM_DEPENDENCY_VERSION>`, and `<3RD_PARTY_PLATFORM_DEPENDENCY_URL>` contains the same
45
-
information as `<PLATFORM>`, `<PLATFORM_VERSION>`, and `<3RD_PARTY_PLATFORM_URL>` respectively but for the core platform dependency
46
-
of the main core platform. These fields are optional.
46
+
information as `<PLATFORM>`, `<PLATFORM_VERSION>`, and `<3RD_PARTY_PLATFORM_URL>` respectively but for the core
47
+
platform dependency of the main core platform. These fields are optional.
47
48
-`libraries:` is a section where the required libraries to build the project are defined. This section is optional.
48
49
-`<LIB_VERSION>` is the version required for the library, for example, `1.0.0`.
49
50
-`<USER_NOTES>` is a free text string available to the developer to add comments.
0 commit comments