board: crosslinknx_evn
This commit is contained in:
parent
6536619b84
commit
7d960411c2
|
|
@ -39,6 +39,7 @@ typedef struct {
|
||||||
static std::map <std::string, target_cable_t> board_list = {
|
static std::map <std::string, target_cable_t> board_list = {
|
||||||
{"arty", {"digilent", {}}},
|
{"arty", {"digilent", {}}},
|
||||||
{"colorlight", {"", {}}},
|
{"colorlight", {"", {}}},
|
||||||
|
{"crosslinknx_evn", {"ft2232", {}}},
|
||||||
{"cyc1000", {"ft2232", {}}},
|
{"cyc1000", {"ft2232", {}}},
|
||||||
{"de0nano", {"usb-blaster",{}}},
|
{"de0nano", {"usb-blaster",{}}},
|
||||||
{"ecp5_evn", {"ft2232", {}}},
|
{"ecp5_evn", {"ft2232", {}}},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue