Merge pull request #123 from gsmcmullin/digilent_cable

Add Digilent JTAG-HS3 FTDI cable.
This commit is contained in:
Gareth McMullin 2016-04-15 13:06:30 -07:00
commit 799ccf99f5
1 changed files with 10 additions and 0 deletions

View File

@ -91,6 +91,16 @@ static struct cable_desc_s {
.dbus_ddr = 0xAB,
.name = "ftdi"
},
{
.vendor = 0x0403,
.product = 0x6014,
.interface = INTERFACE_A,
.dbus_data = 0x88,
.dbus_ddr = 0x8B,
.cbus_data = 0x20,
.cbus_ddr = 0x3f,
.name = "digilent"
},
{
.vendor = 0x0403,
.product = 0x6014,