add ulx3s board (to be tested)

This commit is contained in:
Gwenhael Goavec-Merou
2020-03-07 11:53:13 +01:00
parent 972f3f7f0d
commit ffdb3bfbd0
+2 -1
View File
@@ -45,7 +45,8 @@ static std::map <std::string, target_cable_t> board_list = {
{"machXO3SK", {"ft2232", {}}},
{"littleBee", {"ft2232", {}}},
{"spartanEdgeAccelBoard", {"",{}}},
{"tangnano", {"ft2232", {}}}
{"tangnano", {"ft2232", {}}},
{"ulx3s", {"ft231X", {FT232RL_DCD, FT232RL_DSR, FT232RL_RI, FT232RL_CTS}}}
};
#endif