ecf86e2bd0Update README documenting new cmake flags
Ed Bordin
2020-07-26 20:26:52 +1000
c86dae6b62link against winsock system lib rather than implementing ad-hoc ntohs, fix warning about redefined macro on windows
Ed Bordin
2020-07-25 16:21:27 +1000
4bdf8a0dd5add some options to CMakeLists.txt to enable build against custom libs (including option to use find_package for threads to ensure correct link order with pthreads)
Ed Bordin
2020-07-25 14:06:25 +1000
d24c63ec8atrabucayre/openFPGALoader#38 minor adjustments for MinGW build - use memset instead of bzero, errno_t may be replaced by int, provide ad-hoc ntohs on windows (alternative is link against winsock)
Ed Bordin
2020-07-25 12:55:41 +1000
275ba38207restructure hierarchy/abstraction: - jtagInterface as now only two method: one for tms or for tdi, in all case full buffer is provided and specific code deal with them to write - jtag: drop read_write logic to jtag probe abstraction
Gwenhael Goavec-Merou
2020-05-31 15:57:21 +0200
c6385e5a50update README
Martin Pittermann
2020-05-25 23:18:42 +0200
e93034db69clean up --freq parser
Martin Pittermann
2020-05-25 10:31:37 +0200
50fa17b62fgowin: add flash GW1N1 support - eraseFlash need 65 x 32bits for GW1N1, 1 x 32bits for others - improve flashFlash with delay according to the model
Gwenhael Goavec-Merou
2020-05-23 14:51:48 +0200
92888956f3add jtag frequency option
Martin Pittermann
2020-05-21 13:06:02 +0200
aa752856c3jtag, ftdiJtagBitbang: improve tms flush and fix data reconstruct in specific conditions
Gwenhael Goavec-Merou
2020-05-19 08:32:43 +0200
fd133f9c91update README to for ECP5 with MCS
Gwenhael Goavec-Merou
2020-05-19 08:08:38 +0200
9f9528599elattice: add mcs support for extFlash
Gwenhael Goavec-Merou
2020-05-19 07:59:19 +0200
4b3166e8dfxilinx: update according to mcsParser modifications
Gwenhael Goavec-Merou
2020-05-19 07:58:37 +0200
64754604f6mcsParser: length must be in bit. Allows to store data in direct or reverse Byte order
Gwenhael Goavec-Merou
2020-05-19 07:58:08 +0200
e16f92199atested with Xilinx spartan6
Gwenhael Goavec-Merou
2020-04-28 18:21:07 +0200
84b1d86d52lattice: display status register when loadConfiguration fails
Gwenhael Goavec-Merou
2020-04-28 10:00:55 +0200
56a81c1d68lattice: update define, pass data array instead of _jed to Verify method, fix wrong index use
Gwenhael Goavec-Merou
2020-04-27 16:37:05 +0200
9d8c528c35jedParser: fix return value when something is wrong
Gwenhael Goavec-Merou
2020-04-24 10:20:25 +0200
6ec380516ctab or space indentation, please choose
Fabien Marteau
2020-04-22 20:51:54 +0200
27378d668dREADME: add details on how to use flash SPI with ECP5
Gwenhael Goavec-Merou
2020-04-22 15:32:19 +0200
12d69735ebmain: pass wr sram/mem to lattice constructor and update help
Gwenhael Goavec-Merou
2020-04-22 15:23:38 +0200
cb66aa6885lattice: add spiInterface method, split program_flash in two distinct method (one for internal flash and one for external spi flash), add constructor args to select flash or memory with bit file
Gwenhael Goavec-Merou
2020-04-22 15:21:01 +0200
d80cf248caadd spiInterface.h to CMakeLists.txt
Gwenhael Goavec-Merou
2020-04-22 15:17:55 +0200
0409263f87unlock block if locked before erase/flash
Gwenhael Goavec-Merou
2020-04-21 19:25:35 +0200
ee4a62e968xilinx: implement spiInterface and pass this instead of jtag to spiFlash class
Gwenhael Goavec-Merou
2020-04-21 09:08:32 +0200
95f247a25espiFlash: read extented ID only when len != 0
Gwenhael Goavec-Merou
2020-04-21 09:02:48 +0200
c94f031025spiFlash: use spiInterface to hide communication details
Gwenhael Goavec-Merou
2020-04-21 09:00:57 +0200
2245712108spiInterface: abstract class for SPI xfer
Gwenhael Goavec-Merou
2020-04-21 08:53:52 +0200
4558f8b395Fixed ordering to be alphabetical
Udi Finkelstein
2020-04-16 10:54:53 +0300
8a212e9febFixed DangerousPrototype's Bus Blaster support (in JTAGkey mode). The Bus Blaster uses an FT2232H with an on-board CPLD allowing it to impersonate various JTAG probes. This did not work until now because JTAGkey uses ADBUS4/GPIOL0 as ~CS to enable the JTAG buffers on the on-board CPLD.
Udi Finkelstein
2020-04-16 05:31:59 +0300
d9e00cc8d8add udev rules based on openOCD
Gwenhael Goavec-Merou
2020-04-13 15:57:31 +0200
5a3c78c1c3fsparser: compute configuration data checksum instead of using the one provided in the comments
Gwenhael Goavec-Merou
2020-03-22 19:16:52 +0100
a373bf1613fsparser: use map provided by configBitstreamParser instead of a lot a variable.
Gwenhael Goavec-Merou
2020-03-20 18:55:13 +0100
232b189286configBitstreamParser: add map to store file header
Gwenhael Goavec-Merou
2020-03-20 18:01:48 +0100
d210d2c67euse libusb_attach_kernel_driver only when OS is Linux
Gwenhael Goavec-Merou
2020-03-17 07:25:26 +0100