Skip to content

Commit cb9a148

Browse files
ziotibia81cmaglie
authored andcommitted
Added support for Dangerous Prototypes Bus Pirate as ISP
Close #2385
1 parent 84d10a8 commit cb9a148

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

hardware/arduino/avr/programmers.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,13 @@ usbGemma.program.tool=avrdude
5151
usbGemma.program.extra_params=
5252
usbGemma.config.path={runtime.platform.path}/bootloaders/gemma/avrdude.conf
5353

54+
## Notes about Dangerous Prototypes Bus Pirate as ISP
55+
## Bus Pirate V3 need Firmware v5.10 or later
56+
## Bus Pirate V4 need Firmware v6.3-r2151 or later
57+
buspirate.name=BusPirate as ISP
58+
buspirate.communication=serial
59+
buspirate.protocol=buspirate
60+
buspirate.program.protocol=buspirate
61+
buspirate.program.tool=avrdude
62+
buspirate.program.extra_params=-P{serial.port}
63+

0 commit comments

Comments
 (0)