Skip to content

Commit 178a4b0

Browse files
authored
[skip changelog] Link to Sketch build process docs from Platform specification (#1025)
The "Build process" section of the Arduino platform specification contains a short summary of the Arduino sketch build process. The "Sketch build process" page of the documentation provides much more detailed information, which wouldn't be appropriate in the platform specification, but could well be of interest to a platform developer. Adding a link to the "Sketch build process" documentation from that section of the Platform specification makes all relevant information easily accessible to the reader.
1 parent 41bffac commit 178a4b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/platform-specification.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ unused, it is reserved for future use (probably together with the Boards Manager
124124

125125
### Build process
126126

127-
The platform.txt file is used to configure the build process. This is done through a list of **recipes**. Each recipe is
128-
a command line expression that explains how to call the compiler (or other tools) for every build step and which
129-
parameter should be passed.
127+
The platform.txt file is used to configure the [build process](sketch-build-process.md). This is done through a list of
128+
**recipes**. Each recipe is a command line expression that explains how to call the compiler (or other tools) for every
129+
build step and which parameter should be passed.
130130

131131
The Arduino development software, before starting the build, determines the list of files to compile. The list is
132132
composed of:

0 commit comments

Comments
 (0)