cable: add Sipeed SLogic Combo 8 support
This commit is contained in:
parent
ed6025645f
commit
afff175806
|
|
@ -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/
|
||||
|
||||
|
||||
|
|
@ -50,9 +50,14 @@ 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
|
||||
|
||||
gatemate_pgm:
|
||||
|
||||
|
|
@ -90,13 +95,13 @@ dfu:
|
|||
|
||||
digilent:
|
||||
|
||||
- Name: digilent cable
|
||||
- Name: digilent cable
|
||||
Description: FT2232 JTAG / UART cable
|
||||
|
||||
|
||||
diglent_b:
|
||||
|
||||
- Name: digilent cable
|
||||
- Name: digilent cable
|
||||
Description: digilent FT2232 JTAG / UART cable (interface B)
|
||||
|
||||
|
||||
|
|
@ -246,7 +251,7 @@ numato:
|
|||
|
||||
- Name: numato
|
||||
Description: Embedded cable for Numato Systems Mimas-A7 board
|
||||
|
||||
|
||||
orbtrace:
|
||||
|
||||
- Name: orbtrace interface
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@ static std::map <std::string, cable_t> cable_list = {
|
|||
{"ch552_jtag", FTDI_SER(0x0403, 0x6010, FTDI_INTF_A, 0x08, 0x0B, 0x08, 0x0B)},
|
||||
{"ch347_jtag", CABLE_DEF(MODE_CH347, 0x1a86, 0x55dd )},
|
||||
{"cmsisdap", CMSIS_CL(0x0d28, 0x0204 )},
|
||||
{"sipeed_slogic_combo8", CMSIS_CL(0xd6e7, 0x3507 )},
|
||||
{"gatemate_pgm", FTDI_SER(0x0403, 0x6014, FTDI_INTF_A, 0x10, 0x9B, 0x14, 0x17)},
|
||||
{"gatemate_evb_jtag", FTDI_SER(0x0403, 0x6010, FTDI_INTF_A, 0x10, 0x1B, 0x00, 0x01)},
|
||||
{"gatemate_evb_spi", FTDI_SER(0x0403, 0x6010, FTDI_INTF_B, 0x00, 0x1B, 0x00, 0x01)},
|
||||
|
|
|
|||
Loading…
Reference in New Issue