Skip to content

[skip changelog] Document meaning of "upload" in platform specification #805

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/platform-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ If the user didn't enable verbose mode, then **{upload.params.quiet}** is used i
### Sketch upload configuration

The Upload action is triggered when the user clicks on the "Upload" button on the IDE toolbar or uses [`arduino-cli upload`](../commands/arduino-cli_upload).
Arduino uses the term "upload" for the process of transferring a program to the Arduino board.
The **upload.tool** property determines the tool to be used for upload.
A specific **upload.tool** property should be defined for every board in boards.txt:

Expand Down