diff --git a/doc/cable.yml b/doc/cable.yml index b513c85..dde9657 100644 --- a/doc/cable.yml +++ b/doc/cable.yml @@ -8,7 +8,7 @@ anlogicCable: arm-usb-ocd-h: - Name: Olimex ARM-USB-OCD-H adapter - Description: High-speed 3-IN-1 fast USB ARM JTAG, USB-to-RS232 virtual port and power supply 5VDC device + Description: High-speed 3-IN-1 fast USB ARM JTAG, USB-to-RS232 virtual port and power supply 5VDC device URL: https://www.olimex.com/Products/ARM/JTAG/ARM-USB-OCD-H/ @@ -57,10 +57,17 @@ ch552_jtag: cmsisdap: - Name: ARM CMSIS DAP protocol interface - Description: ARM CMSIS DAP protocol interface (hid only) + Description: ARM CMSIS DAP protocol interface URL: https://os.mbed.com/docs/mbed-os/v6.11/debug-test/daplink.html +sipeed_slogic_combo8: + + - Name: Sipeed SLogic Combo 8 + Description: The DAP-Link interface on Sipeed SLogic Combo 8 (usbbulk only) + URL: https://wiki.sipeed.com/hardware/en/logic_analyzer/combo8/index.html + + dfu: - Name: DFU interface @@ -70,13 +77,13 @@ dfu: digilent: - - Name: digilent cable + - Name: digilent cable Description: FT2232 JTAG / UART cable digilent_b: - - Name: digilent cable + - Name: digilent cable Description: digilent FT2232 JTAG / UART cable (interface B) diff --git a/src/cable.hpp b/src/cable.hpp index c7790e4..3482fd1 100644 --- a/src/cable.hpp +++ b/src/cable.hpp @@ -130,6 +130,7 @@ static std::map cable_list = { {"numato-neso", FTDI_SER(0x2a19, 0x1005, FTDI_INTF_B, 0x08, 0x4b, 0x00, 0x00)}, {"orbtrace", CMSIS_CL(0x1209, 0x3443 )}, {"papilio", FTDI_SER(0x0403, 0x6010, FTDI_INTF_A, 0x08, 0x0B, 0x09, 0x0B)}, + {"sipeed_slogic_combo8", CMSIS_CL(0xd6e7, 0x3507 )}, {"steppenprobe", FTDI_SER(0x0403, 0x6010, FTDI_INTF_A, 0x58, 0xFB, 0x00, 0x99)}, {"tigard", FTDI_SER(0x0403, 0x6010, FTDI_INTF_B, 0x08, 0x3B, 0x00, 0x00)}, {"usb-blaster", CABLE_DEF(MODE_USBBLASTER, 0x09Fb, 0x6001 )},