board: pipistrello: add spi flash support

This commit is contained in:
Gwenhael Goavec-Merou 2021-07-11 08:58:40 +02:00
parent 0d57b58c26
commit 6639f0646a
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ static std::map <std::string, target_board_t> board_list = {
/* left for backward compatibility, use tec0117 instead */
JTAG_BOARD("littleBee", "", "ft2232", 0, 0),
JTAG_BOARD("spartanEdgeAccelBoard", "", "",0, 0),
JTAG_BOARD("pipistrello", "", "ft2232", 0, 0),
JTAG_BOARD("pipistrello", "xc6slx45csg324", "ft2232", 0, 0),
JTAG_BOARD("minispartan6", "", "ft2232", 0, 0),
DFU_BOARD("orangeCrab", "", "dfu" ),
JTAG_BOARD("qmtechCycloneV", "5ce223", "", 0, 0),