add acorn CLE 215+ support

This commit is contained in:
Gwenhael Goavec-Merou 2020-12-17 09:28:45 +01:00
parent 6e44797677
commit 1b065277f9
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ Universal utility for programming FPGA
__Current support kits:__
* [Acorn CLE 215+](http://squirrelsresearch.com/acorn-cle-215/) (memory and spi flash)
* Trenz cyc1000 Cyclone 10 LP 10CL025 (memory and spi flash)
* [Colorlight 5A-75B (version 7)](https://fr.aliexpress.com/item/32281130824.html) (memory and spi flash)
* [Digilent Arty A7 xc7a35ti](https://reference.digilentinc.com/reference/programmable-logic/arty-a7/start) (memory and spi flash)

View File

@ -84,6 +84,7 @@ typedef struct {
{_cs, _sck, _so, _si, _holdn, _wpn}}}
static std::map <std::string, target_cable_t> board_list = {
JTAG_BOARD("acornCle215", "", 0, 0),
JTAG_BOARD("arty", "digilent", 0, 0),
JTAG_BOARD("nexysVideo", "digilent_b", 0, 0),
JTAG_BOARD("colorlight", "", 0, 0),