Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 24faa49

Browse files
ALTracerALTracer
authored andcommitted
hosted/ftdi_bmp: Register generic FT2232H on Icebreaker for JTAG on MPSSE interface A
1 parent c49024f commit 24faa49

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/platforms/hosted/ftdi_bmp.c

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,19 @@ const cable_desc_s cable_desc[] = {
354354
.bb_swdio_in_pin = MPSSE_CS,
355355
.name = "hifive1",
356356
},
357+
{
358+
/*
359+
* 1bitSquared Icebreaker FT2232H
360+
* Direct connection on Interface A, JTAG only
361+
*/
362+
.vendor = 0x0403U,
363+
.product = 0x6010U,
364+
.interface = INTERFACE_A,
365+
.init.data[0] = MPSSE_CS | MPSSE_DO | MPSSE_DI,
366+
.init.dirs[0] = MPSSE_CS | MPSSE_DO | MPSSE_SK,
367+
.description = "iCEBreaker V1.0e",
368+
.name = "icebreaker",
369+
},
357370
{
358371
/*
359372
* https://www.olimex.com/Products/ARM/JTAG/ARM-USB-TINY-H/

0 commit comments

Comments
 (0)