|
From: <ge...@op...> - 2015-12-08 21:26:32
|
This is an automated email from Gerrit. Paul Fertser (fer...@gm...) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/3160 -- gerrit commit 36aaf14b47a061da8ad1aa1cc033138ab8193055 Author: Andrew Kohlsmith <ako...@mi...> Date: Tue Dec 8 16:14:52 2015 -0500 add Digilent HS2 support Change-Id: If506c33f22d95f4c47f30c4348d461197c976fdd Signed-off-by: Paul Fertser <fer...@gm...> diff --git a/tcl/interface/ftdi/digilent-hs2.cfg b/tcl/interface/ftdi/digilent-hs2.cfg new file mode 100644 index 0000000..2005b66 --- /dev/null +++ b/tcl/interface/ftdi/digilent-hs2.cfg @@ -0,0 +1,10 @@ +# this supports JTAG-HS2 (and apparently Nexys4 as well) + +interface ftdi +ftdi_device_desc "Digilent Adept USB Device" +ftdi_vid_pid 0x0403 0x6014 + +ftdi_channel 0 +ftdi_layout_init 0x00e8 0x60eb + +reset_config none -- |