board: add support for Trenz Gowin LittleBee (TEC0117)

This commit is contained in:
Gwenhael Goavec-Merou 2019-12-06 07:29:06 +01:00
parent cc71db6b65
commit 8cb3b40c39
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ static std::map <std::string, std::string > board_list = {
{"cyc1000", "ft2232"},
{"de0nano", "usbblaster"},
{"machXO3SK", "ft2232"}
{"littleBee", "ft2232"}
};
#endif