mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-22 06:07:36 +02:00
Merge pull request #703 from steward-fu/step-mxo2_v1.1
Add STEP-MXO2_V1.1 board support
This commit is contained in:
+8
-1
@@ -1146,6 +1146,13 @@
|
||||
- ID: step-mxo2_v2
|
||||
Description: STEP MXO2 V2
|
||||
URL: https://wiki.stepfpga.com/xo2-4000hc
|
||||
FPGA: Lattice LCMXO2-4000HC-4MG132CC
|
||||
FPGA: Lattice LCMXO2-4000HC-4MG132C
|
||||
Memory: OK
|
||||
Flash: OK
|
||||
|
||||
- ID: step-mxo2_v1.1
|
||||
Description: STEP MXO2 V1.1
|
||||
URL: https://wiki.stepfpga.com/step-mxo2%E7%AC%AC%E4%B8%80%E4%BB%A3
|
||||
FPGA: Lattice LCMXO2-1200HC-4MG132C
|
||||
Memory: OK
|
||||
Flash: OK
|
||||
|
||||
+2
-1
@@ -297,7 +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-4mg132cc", "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
|
||||
|
||||
Reference in New Issue
Block a user