Skip to content

Commit 586d30d

Browse files
authored
Merge pull request #563 from jmi2k/arm-usb-tiny-h
Add cable support for ARM-USB-TINY-H based off ARM-USB-OCD-H
2 parents 347088e + 3723bf7 commit 586d30d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cable.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ static std::map <std::string, cable_t> cable_list = {
8787
// some cables requires explicit values on some of the I/Os
8888
{"anlogicCable", CABLE_DEF(MODE_ANLOGICCABLE, 0x0547, 0x1002)},
8989
{"arm-usb-ocd-h", FTDI_SER(0x15ba, 0x002b, FTDI_INTF_A, 0x08, 0x1B, 0x09, 0x0B)},
90+
{"arm-usb-tiny-h", FTDI_SER(0x15ba, 0x002a, FTDI_INTF_A, 0x08, 0x1B, 0x09, 0x0B)},
9091
{"bus_blaster", FTDI_SER(0x0403, 0x6010, FTDI_INTF_A, 0x08, 0x1B, 0x08, 0x0B)},
9192
{"bus_blaster_b", FTDI_SER(0x0403, 0x6010, FTDI_INTF_B, 0x08, 0x0B, 0x08, 0x0B)},
9293
{"ch552_jtag", FTDI_SER(0x0403, 0x6010, FTDI_INTF_A, 0x08, 0x0B, 0x08, 0x0B)},

0 commit comments

Comments
 (0)