mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
avrdude.conf.in: Adds digilent-hs2 dongle
Adds support for Digilint JTAG HS2 in MPSSE mode.
This commit is contained in:
@@ -1044,6 +1044,28 @@ programmer
|
||||
rdyled = ~15;
|
||||
;
|
||||
|
||||
#
|
||||
# Digilent JTAG HS2 programmer. FT232H-based dongle with
|
||||
# buffers.
|
||||
#
|
||||
programmer
|
||||
id = "digilent-hs2";
|
||||
desc = "Digilient JTAG HS2 (MPSSE)";
|
||||
type = "avrftdi";
|
||||
connection_type = usb;
|
||||
usbvid = 0x0403;
|
||||
usbpid = 0x6014;
|
||||
usbdev = "A";
|
||||
usbvendor = "";
|
||||
usbproduct = "";
|
||||
usbsn = "";
|
||||
reset = 3;
|
||||
sck = 0;
|
||||
mosi = 1;
|
||||
miso = 2;
|
||||
buff = 5,6,7;
|
||||
;
|
||||
|
||||
#------------------------------------------------------------
|
||||
# serialupdi
|
||||
#------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user