Merge pull request #123 from gsmcmullin/digilent_cable
Add Digilent JTAG-HS3 FTDI cable.
This commit is contained in:
commit
799ccf99f5
@ -91,6 +91,16 @@ static struct cable_desc_s {
|
|||||||
.dbus_ddr = 0xAB,
|
.dbus_ddr = 0xAB,
|
||||||
.name = "ftdi"
|
.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,
|
.vendor = 0x0403,
|
||||||
.product = 0x6014,
|
.product = 0x6014,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user