Merge pull request #1094 from papazoga/main

avrdude.conf.in: Adds digilent-hs2 dongle
This commit is contained in:
Stefan Rueger 2022-09-24 13:22:14 +01:00 committed by GitHub
commit db8b04f423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

View File

@ -1044,6 +1044,28 @@ programmer
rdyled = ~15;
;
#------------------------------------------------------------
# digilent-hs2
#------------------------------------------------------------
# Digilent JTAG HS2 programmer. FT232H-based dongle with buffers.
# https://digilent.com/reference/_media/reference/programmers/jtag-hs2/jtag-hs2_rm.pdf
programmer
id = "digilent-hs2";
desc = "Digilient JTAG HS2 (MPSSE)";
type = "avrftdi";
connection_type = usb;
usbvid = 0x0403;
usbpid = 0x6014;
usbdev = "A";
buff = 5, 6, 7;
reset = 3;
sck = 0;
mosi = 1;
miso = 2;
;
#------------------------------------------------------------
# serialupdi
#------------------------------------------------------------