Skip to content

Commit c4d4e8d

Browse files
committed
doc/boards.yml, src/board.py: added tangconsole entry
1 parent 79054f3 commit c4d4e8d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

doc/boards.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,13 @@
723723
Memory: OK
724724
Flash: OK
725725

726+
- ID: tangconsole
727+
Description: Sipeed Tang Console (dock board for Tang Mega 60k or 138k SOM)
728+
URL: https://wiki.sipeed.com/hardware/en/tang/tang-console/mega-console.html
729+
FPGA: Gowin Arora V GW5AT-60 / GW5AT-138
730+
Memory: OK
731+
Flash: OK
732+
726733
- ID: tangnano
727734
Description: Sipeed Tang Nano
728735
URL: https://tangnano.sipeed.com/en/

src/board.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ static std::map <std::string, target_board_t> board_list = {
209209
JTAG_BOARD("spec45", "xc6slx45tfgg484", "", 0, 0, CABLE_DEFAULT),
210210
JTAG_BOARD("spec150", "xc6slx150tfgg484", "", 0, 0, CABLE_DEFAULT),
211211
JTAG_BOARD("stlv7325", "xc7k325tffg676", "ft4232", 0, 0, CABLE_MHZ(3)),
212+
JTAG_BOARD("tangconsole", "", "ft2232", 0, 0, CABLE_DEFAULT),
212213
JTAG_BOARD("tangnano", "", "ch552_jtag", 0, 0, CABLE_DEFAULT),
213214
JTAG_BOARD("tangnano1k", "", "ft2232", 0, 0, CABLE_DEFAULT),
214215
JTAG_BOARD("tangnano4k", "", "ft2232", 0, 0, CABLE_DEFAULT),

0 commit comments

Comments
 (0)