diff --git a/README.md b/README.md index 69a0dd5..3c8606b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Universal utility for programming FPGA __Current support kits:__ * Trenz cyc1000 Cyclone 10 LP 10CL025 (memory and spi flash) +* [Colorlight 5A-75B (version 7)](https://fr.aliexpress.com/item/32281130824.html) * Digilent arty Artix xc7a35ti (memory and spi flash) * Lattice MachXO3LF Starter Kit LCMX03LF-6900C (memory and flash) * [Lattice ECP5 5G Evaluation Board (LFE5UM5G-85F-EVN)](https://www.latticesemi.com/en/Products/DevelopmentBoardsAndKits/ECP5EvaluationBoard) diff --git a/src/board.hpp b/src/board.hpp index be53042..186d89c 100644 --- a/src/board.hpp +++ b/src/board.hpp @@ -5,6 +5,7 @@ static std::map board_list = { {"arty", "digilent"}, + {"colorlight", ""}, {"cyc1000", "ft2232"}, {"de0nano", "usbblaster"}, {"ecp5_evn", "ft2232"},