ftdi: Add UM232H as probe.

This commit is contained in:
Uwe Bonnes 2020-08-04 11:47:45 +02:00 committed by UweBonnes
parent d73a6a3d29
commit 6ac0a25123
1 changed files with 12 additions and 0 deletions

View File

@ -40,6 +40,18 @@ cable_desc_t *active_cable;
data_desc_t active_state;
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.
Pin 6 direct connected to RST.*/