Skip to content

Commit 8c4c3b9

Browse files
committed
Added missing bootloader key/value pair in boards.txt
This allows to burn bootloader with Sam-ICE too. http://forum.arduino.cc/index.php?topic=330699.0 Fixes #7
1 parent eec7da3 commit 8c4c3b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

boards.txt

+2
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,5 @@ arduino_zero_native.build.variant=arduino_zero
6363
arduino_zero_native.build.variant_system_lib=
6464
arduino_zero_native.build.vid=0x2341
6565
arduino_zero_native.build.pid=0x804d
66+
arduino_zero_native.bootloader.tool=openocd
67+
arduino_zero_native.bootloader.file=zero/samd21_sam_ba.bin

0 commit comments

Comments
 (0)