Remove the Tigard default cable, as the board does not have an on-board JTAG adapter.
This commit is contained in:
parent
7022e2101a
commit
6059c9dbfb
|
|
@ -160,7 +160,7 @@ static std::map <std::string, target_board_t> board_list = {
|
||||||
DFU_BOARD("orangeCrab", "", "dfu", 0x1209, 0x5af0, 0),
|
DFU_BOARD("orangeCrab", "", "dfu", 0x1209, 0x5af0, 0),
|
||||||
JTAG_BOARD("qmtechCycloneIV", "ep4ce1523", "", 0, 0, CABLE_DEFAULT),
|
JTAG_BOARD("qmtechCycloneIV", "ep4ce1523", "", 0, 0, CABLE_DEFAULT),
|
||||||
JTAG_BOARD("qmtechCycloneV", "5ce223", "", 0, 0, CABLE_DEFAULT),
|
JTAG_BOARD("qmtechCycloneV", "5ce223", "", 0, 0, CABLE_DEFAULT),
|
||||||
JTAG_BOARD("qmtechKintex7", "xc7k325tffg676", "tigard", 0, 0, CABLE_DEFAULT),
|
JTAG_BOARD("qmtechKintex7", "xc7k325tffg676", "", 0, 0, CABLE_DEFAULT),
|
||||||
JTAG_BOARD("runber", "", "ft232", 0, 0, CABLE_DEFAULT),
|
JTAG_BOARD("runber", "", "ft232", 0, 0, CABLE_DEFAULT),
|
||||||
JTAG_BOARD("tangnano", "", "ch552_jtag", 0, 0, CABLE_DEFAULT),
|
JTAG_BOARD("tangnano", "", "ch552_jtag", 0, 0, CABLE_DEFAULT),
|
||||||
JTAG_BOARD("tangnano1k", "", "ft2232", 0, 0, CABLE_DEFAULT),
|
JTAG_BOARD("tangnano1k", "", "ft2232", 0, 0, CABLE_DEFAULT),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue