Skip to content

Commit

Permalink
added lilygo-t-fpga board (based on gwu2x #434)
Browse files Browse the repository at this point in the history
  • Loading branch information
trabucayre committed May 20, 2024
1 parent 5357887 commit 26b4516
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/boards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,13 @@
Memory: OK
Flash: OK

- ID: lilygo-t-fpga
Description: Lilygo T-FPGA
URL: https://www.lilygo.cc/products/t-fpga
FPGA: Gowin GW1NSR-LV4CQN48PC6/15
Memory: OK
Flash: OK

- ID: machXO2EVN
Description: Lattice MachXO2 Breakout Board Evaluation Kit
URL: https://www.latticesemi.com/products/developmentboardsandkits/machxo2breakoutboard
Expand Down
1 change: 1 addition & 0 deletions src/board.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ static std::map <std::string, target_board_t> board_list = {
JTAG_BOARD("LD-KONFEKT", "LFE5U-12F-6BG256C", "", 0, 0, CABLE_MHZ(6)),
DFU_BOARD("LD-KONFEKT-DFU", "", "dfu", 0x16d0, 0x116d, 0),
JTAG_BOARD("licheeTang", "", "anlogicCable", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("lilygo-t-fpga", "", "gwu2x", 0, 0, CABLE_DEFAULT),
/* left for backward compatibility, use tec0117 instead */
JTAG_BOARD("littleBee", "", "ft2232", 0, 0, CABLE_DEFAULT),
JTAG_BOARD("machXO2EVN", "", "ft2232", 0, 0, CABLE_DEFAULT),
Expand Down

0 comments on commit 26b4516

Please sign in to comment.