doc/boards.yml, src/board.py: added tangconsole entry

This commit is contained in:
Gwenhael Goavec-Merou
2025-02-15 11:39:37 +01:00
parent 79054f3fa1
commit c4d4e8db7e
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -209,6 +209,7 @@ static std::map <std::string, target_board_t> board_list = {
JTAG_BOARD("spec45", "xc6slx45tfgg484", "", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("spec150", "xc6slx150tfgg484", "", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("stlv7325", "xc7k325tffg676", "ft4232", 0, 0, CABLE_MHZ(3)),
JTAG_BOARD("tangconsole", "", "ft2232", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("tangnano", "", "ch552_jtag", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("tangnano1k", "", "ft2232", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("tangnano4k", "", "ft2232", 0, 0, CABLE_DEFAULT),