Update board info.

This commit is contained in:
steward-fu
2026-08-10 22:18:14 +08:00
parent c034666ab8
commit 289506c136
+2 -2
View File
@@ -297,8 +297,8 @@ static std::map <std::string, target_board_t> board_list = {
JTAG_BOARD("mini_itx", "xc7z100ffg900", "jtag-smt2-nc", SPI_FLASH, 0, 0, CABLE_DEFAULT),
JTAG_BOARD("vmm3", "xc7s50csga324", "ft2232", SPI_FLASH, 0, 0, CABLE_DEFAULT),
JTAG_BOARD("step-max10_v1", "10m02scm153c8g", "usb-blaster", SPI_FLASH, 0, 0, CABLE_DEFAULT),
JTAG_BOARD("step-mxo2_v2", "lcmxo2-4000hc-4mg132c", "ft232", SPI_FLASH, 0, 0, CABLE_DEFAULT),
JTAG_BOARD("step-mxo2_v1.1", "lcmxo2-1200hc-4mg132c", "ft232", SPI_FLASH, 0, 0, CABLE_DEFAULT)
JTAG_BOARD("step-mxo2_v1.1", "lcmxo2-1200hc-4mg132c", "ft232", SPI_FLASH, 0, 0, CABLE_DEFAULT),
JTAG_BOARD("step-mxo2_v2", "lcmxo2-4000hc-4mg132c", "ft232", SPI_FLASH, 0, 0, CABLE_DEFAULT)
};
#endif