Skip to content

Commit 733a639

Browse files
committed
New article: Select programmer in Arduino IDE
1 parent 96133d8 commit 733a639

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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_ menu bar item.
12+
* The _Sketch > Upload Using Programmer_ option.
13+
14+
The programmer selection does **not** affect:
15+
16+
* Sketch compilation (for example, when clicking the ![Verify button](img/symbol_verify2.png) **Verify** button).
17+
* Uploading a sketch to a board connected to your computer by clicking the the ![Upload button](img/symbol_upload2.png) **Upload** button.
Loading
Loading

0 commit comments

Comments
 (0)