ftdi: Add UM232H as probe.
This commit is contained in:
parent
d73a6a3d29
commit
6ac0a25123
@ -40,6 +40,18 @@ cable_desc_t *active_cable;
|
|||||||
data_desc_t active_state;
|
data_desc_t active_state;
|
||||||
|
|
||||||
cable_desc_t cable_desc[] = {
|
cable_desc_t cable_desc[] = {
|
||||||
|
{
|
||||||
|
/* Direct connection from FTDI to Jtag/Swd.
|
||||||
|
Pin 6 direct connected to RST.*/
|
||||||
|
.vendor = 0x0403,
|
||||||
|
.product = 0x6014,
|
||||||
|
.interface = INTERFACE_A,
|
||||||
|
// No explicit reset
|
||||||
|
.bb_swdio_in_port_cmd = GET_BITS_LOW,
|
||||||
|
.bb_swdio_in_pin = MPSSE_CS,
|
||||||
|
.description = "UM232H",
|
||||||
|
.name = "um232h"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
/* Direct connection from FTDI to Jtag/Swd.
|
/* Direct connection from FTDI to Jtag/Swd.
|
||||||
Pin 6 direct connected to RST.*/
|
Pin 6 direct connected to RST.*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user