boards: added support for 14bits 125MHz redpitaya board (7010)

This commit is contained in:
Gwenhael Goavec-Merou 2023-06-29 16:59:42 +02:00
parent 1f5d6cb373
commit 3e25a33346
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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),