tangnano9k: new board, with the same cable w/ tangnano4k

Signed-off-by: Icenowy Zheng <[email protected]>
This commit is contained in:
Icenowy Zheng
2022-01-22 20:51:05 +08:00
parent dc4a454b94
commit acf677dd46
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -158,6 +158,7 @@ static std::map <std::string, target_board_t> board_list = {
JTAG_BOARD("runber", "", "ft232", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("tangnano", "", "ch552_jtag", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("tangnano4k", "", "ft2232", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("tangnano9k", "", "ft2232", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("tec0117", "", "ft2232", 0, 0, CABLE_DEFAULT),
JTAG_BITBANG_BOARD("ulx2s", "", "ft232RL", 0, 0,
FT232RL_RI, FT232RL_DSR, FT232RL_CTS, FT232RL_DCD, CABLE_DEFAULT),