Skip to content

Commit 4075307

Browse files
authored
New article: Select programmer in Arduino IDE (#120)
* New article: Select programmer in Arduino IDE * Clarify "Upload Using Programmer by default"
1 parent 96133d8 commit 4075307

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: "Select programmer in Arduino IDE"
3+
---
4+
5+
When you have [selected a board in Arduino IDE](https://support.arduino.cc/hc/en-us/articles/4406856349970-Select-board-and-port-in-Arduino-IDE#board), external programmers can be selected under _Tools > Programmer_ in the menu bar. The options are defined in the platform's `programmers.txt` file[^1].
6+
7+
[^1]: [Platform specification – programmers.txt](https://arduino.github.io/arduino-cli/latest/platform-specification#programmerstxt)
8+
9+
The programmer selection is used by:
10+
11+
* The _Tools > Burn Bootloader_ option.
12+
* The _Sketch > Upload Using Programmer_ option.
13+
14+
The programmer selection is **not** used when:
15+
16+
* Compiling your sketch (for example, when clicking ![Verify button](img/symbol_verify2.png) **Verify**).
17+
* Uploading without a programmer, by clicking the ![Upload button](img/symbol_upload2.png) **Upload** button.
18+
19+
> **Note:** In Arduino IDE 1.x, if the selected board _only_ supports programmer uploads, the ![Upload button](img/symbol_upload2.png) **Upload** button has the same effect as _Tools > Upload Using Programmer_[^2]
20+
21+
[^2]: [Platform specification – Upload Using Programmer by default](https://arduino.github.io/arduino-cli/latest/platform-specification/#upload-using-programmer-by-default)
Loading
Loading

0 commit comments

Comments
 (0)