forked from auracaster/openocd
Driver for USB-JTAG, Altera USB-Blaster and compatibles
The 10-pin JTAG layout used with these adapters is used by a variety of platforms including AVR. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
committed by
David Brownell
parent
900d745567
commit
84dbf8ab5a
11
tcl/interface/altera-usb-blaster.cfg
Normal file
11
tcl/interface/altera-usb-blaster.cfg
Normal file
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# Altera USB-Blaster
|
||||
#
|
||||
# http://www.altera.com/literature/ug/ug_usb_blstr.pdf
|
||||
#
|
||||
|
||||
interface usb_blaster
|
||||
# These are already the defaults.
|
||||
# usb_blaster_vid_pid 0x09FB 0x6001
|
||||
# usb_blaster_device_desc "USB-Blaster"
|
||||
jtag_khz 3000
|
||||
11
tcl/interface/usb-jtag.cfg
Normal file
11
tcl/interface/usb-jtag.cfg
Normal file
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# Kolja Waschk's USB-JTAG
|
||||
#
|
||||
# http://www.ixo.de/info/usb_jtag/
|
||||
#
|
||||
|
||||
interface usb_blaster
|
||||
usb_blaster_vid_pid 0x16C0 0x06AD
|
||||
usb_blaster_device_desc "USB-JTAG-IF"
|
||||
jtag_khz 3000
|
||||
|
||||
Reference in New Issue
Block a user