board: add support for 1bitsquared iCEBreaker-bitsy

This commit is contained in:
Gwenhael Goavec-Merou
2021-10-03 12:42:35 +02:00
parent ea613fa97a
commit 144e376d36
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -124,6 +124,7 @@ static std::map <std::string, target_board_t> board_list = {
DBUS7, DBUS6,
DBUS4, DBUS0, DBUS1, DBUS2,
0, 0, CABLE_DEFAULT),
DFU_BOARD("icebreaker-bitsy", "", "dfu", 0x1d50, 0x6146, 0),
JTAG_BOARD("machXO2EVN", "", "ft2232", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("machXO3SK", "", "ft2232", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("machXO3EVN", "", "ft2232", 0, 0, CABLE_DEFAULT),