Merge pull request #290 from Icenowy/stlv7325

boards: add Sitlinv STLV7325
This commit is contained in:
Gwenhael Goavec-Merou 2023-01-06 08:36:35 +01:00 committed by GitHub
commit c083f7d227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -504,6 +504,13 @@
Memory: OK
Flash: OK
- ID: stlv7325
Description: Sitlinv STLV7325 Board
URL: https://www.aliexpress.com/item/1005001275162791.html
FPGA: Kintex xc7k325tffg676
Memory: OK
Flash: OK
- ID: tangnano
Description: Sipeed Tang Nano
URL: https://tangnano.sipeed.com/en/

View File

@ -176,6 +176,7 @@ static std::map <std::string, target_board_t> board_list = {
JTAG_BOARD("genesys2", "xc7k325tffg900", "digilent_b", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("pynq_z2", "xc7z020clg400", "ft2232", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("spec150", "xc6slx150tfgg484", "", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("stlv7325", "xc7k325tffg676", "ft4232", 0, 0, CABLE_MHZ(3)),
JTAG_BOARD("runber", "", "ft232", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("tangnano", "", "ch552_jtag", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("tangnano1k", "", "ft2232", 0, 0, CABLE_DEFAULT),