We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9ebb0 commit 89841ddCopy full SHA for 89841dd
docs/sketch-profiles.md
@@ -3,8 +3,9 @@ Arduino CLI provides support for reproducible builds through the use of build pr
3
## Sketch project file `sketch.yaml` and build profiles.
4
5
A profile is a complete description of all the resources needed to build a sketch. Profiles are defined in a project
6
-file called `sketch.yaml`. This file will be in YAML format and it will contain one or more profiles, in particular each
7
-profile will define:
+file called `sketch.yaml`. This file is in YAML format and may contain multiple profiles.
+
8
+Each profile will define:
9
10
- The board FQBN
11
- The target core platform name and version (with the 3rd party platform index URL if needed)
0 commit comments