mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 09:59:03 +02:00
add ulx3s board (to be tested)
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user