Skip to content

Commit

Permalink
boards: added support for 14bits 125MHz redpitaya board (7010)
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed Jun 29, 2023
1 parent 1f5d6cb commit 3e25a33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/boards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,13 @@
Memory: OK
Flash: OK

- ID: redpitaya14
Description: Redpitaya/STEMlab xc7z7010 with 125MHz 14 bits ADC
URL: https://redpitaya.com/stemlab-125-14/
FPGA: Zynq7000 xc7z010clg400
Memory: OK
Flash: NA

- ID: runber
Description: SeeedStudio Gowin RUNBER
URL: https://www.seeedstudio.com/Gowin-RUNBER-Development-Board-p-4779.html
Expand Down
1 change: 1 addition & 0 deletions src/board.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ static std::map <std::string, target_board_t> board_list = {
JTAG_BOARD("qmtechCycloneV", "5ce223", "", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("qmtechCycloneV_5ce523", "5ce523", "", 0,0, CABLE_DEFAULT),
JTAG_BOARD("qmtechKintex7", "xc7k325tffg676", "", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("redpitaya14", "xc7z010clg400", "", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("runber", "", "ft232", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("spartanEdgeAccelBoard", "", "",0, 0, CABLE_DEFAULT),
JTAG_BOARD("spec150", "xc6slx150tfgg484", "", 0, 0, CABLE_DEFAULT),
Expand Down

0 comments on commit 3e25a33

Please sign in to comment.