Merge pull request #508 from steward-fu/master

Add STEP-MXO2 V2 Board Support.
This commit is contained in:
Gwenhael Goavec-Merou 2025-01-11 17:49:32 +01:00 committed by GitHub
commit b79afdcb6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View File

@ -1002,3 +1002,10 @@
FPGA: Altera 10M02SCM153C8G
Memory: OK
Flash: NA
- ID: step-mxo2_v2
Description: STEP MXO2 V2
URL: https://wiki.stepfpga.com/xo2-4000hc
FPGA: Lattice LCMXO2-4000HC-4MG132CC
Memory: OK
Flash: OK

View File

@ -254,7 +254,8 @@ static std::map <std::string, target_board_t> board_list = {
JTAG_BOARD("zybo_z7_20", "xc7z020clg400", "digilent", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("mini_itx", "xc7z100ffg900", "jtag-smt2-nc", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("vmm3", "xc7s50csga324", "ft2232", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("step-max10_v1", "10m02scm153c8g", "usb-blaster",0, 0, CABLE_DEFAULT)
JTAG_BOARD("step-max10_v1", "10m02scm153c8g", "usb-blaster",0, 0, CABLE_DEFAULT),
JTAG_BOARD("step-mxo2_v2", "lcmxo2-4000hc-4mg132cc", "ft232",0, 0, CABLE_DEFAULT)
};
#endif