Skip to content

Commit

Permalink
Merge pull request #508 from steward-fu/master
Browse files Browse the repository at this point in the history
Add STEP-MXO2 V2 Board Support.
  • Loading branch information
trabucayre authored Jan 11, 2025
2 parents 0e2e1ce + aff1829 commit b79afdc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions doc/boards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion src/board.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b79afdc

Please sign in to comment.