diff --git a/src/platforms/hosted/ftdi_bmp.c b/src/platforms/hosted/ftdi_bmp.c index d5073d04..f78ab4ce 100644 --- a/src/platforms/hosted/ftdi_bmp.c +++ b/src/platforms/hosted/ftdi_bmp.c @@ -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.*/