Skip to content

Commit

Permalink
[zero] specify a default programmer
Browse files Browse the repository at this point in the history
The CLI is able to give this back using `board details`
The IDE2 can auto-select the programmer based on the board used
  • Loading branch information
umbynos committed Nov 15, 2023
1 parent 2e755eb commit fddf46a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ arduino_zero_edbg.bootloader.tool=openocd
arduino_zero_edbg.bootloader.tool.default=openocd
arduino_zero_edbg.bootloader.file=zero/samd21_sam_ba.bin

# Reference for native programming
# arduino_zero_edbg.programmer.default=edbg

# Arduino Zero (Native USB Port)
# --------------------------------------
arduino_zero_native.name=Arduino Zero (Native USB Port)
Expand Down

0 comments on commit fddf46a

Please sign in to comment.