Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 926 Bytes

Select-programmer-in-Arduino-IDE.md

File metadata and controls

17 lines (11 loc) · 926 Bytes
title
Select programmer in Arduino IDE

When you have selected a board in Arduino IDE, external programmers can be selected under Tools > Programmer in the menu bar. The options are defined in the platform's programmers.txt file1.

The programmer selection is used by:

  • The Tools > Burn Bootloader menu bar item.
  • The Sketch > Upload Using Programmer option.

The programmer selection does not affect:

  • Sketch compilation (for example, when clicking the Verify button Verify button).
  • Uploading a sketch to a board connected to your computer by clicking the the Upload button Upload button.

Footnotes

  1. Platform specification – programmers.txt