Commit Graph

1638 Commits

Author SHA1 Message Date
Gwenhael Goavec-Merou 6fefebd02c prepare release v0.2.1 2020-12-17 13:58:30 +01:00
Gwenhael Goavec-Merou 1b065277f9 add acorn CLE 215+ support 2020-12-17 09:28:45 +01:00
Gwenhael Goavec-Merou 6e44797677 add fairwaves xtrx pro board 2020-12-15 09:47:10 +01:00
Gwenhael Goavec-Merou 54b31651f3 xilinx: since xilinx generates bin file, drop limitation about flash start offset 2020-12-15 09:46:47 +01:00
Gwenhael Goavec-Merou 2dcc8e43b8
Merge pull request #67 from phdussud/master
Fix gcc 10.2 error messages.
2020-12-13 15:08:57 +01:00
phdussud a11ec92a25 Fix gcc 10.2 error messages. 2020-12-12 15:48:45 -08:00
Gwenhael Goavec-Merou 922d3b0b56 xilinx: add xca50t support 2020-12-08 07:32:30 +01:00
Gwenhael Goavec-Merou ed7e9340ba lattice: add a memset to avoid valgrind warn 2020-11-27 08:29:09 +01:00
Gwenhael Goavec-Merou 88522b0e91 ftdiJtagBitbang: quick fix to avoid overflow in writeTDI 2020-11-26 09:26:08 +01:00
Gwenhael Goavec-Merou 5b19775059
Merge pull request #61 from tdaede/master
Add uaccess tag to udev rules to work on distros without plugdev group
2020-11-23 06:25:52 +01:00
Thomas Daede 42db53069e Add uaccess tag to udev rules to work on distros without plugdev group
This automatically grants the device to the currently logged in user,
without the need for a group.

Leave the old plugdev group for backwards compatibility.
2020-11-22 02:21:15 -08:00
Gwenhael Goavec-Merou 5d09bbde43 cmake: add missing spartan7 100 & 200 bitstream 2020-11-18 08:16:54 +01:00
Gwenhael Goavec-Merou bec5e4f35c add xc7s25 support 2020-11-18 08:15:15 +01:00
Gwenhael Goavec-Merou 0fc3487ad1
Merge pull request #59 from Martoni/master
More install instructions
2020-11-05 06:58:03 +01:00
Fabien Marteau 1f3bdf254f
Update INSTALL.md 2020-11-04 20:29:28 +01:00
Fabien Marteau 9a7e08a5bc
Update INSTALL.md 2020-11-04 20:28:37 +01:00
Gwenhael Goavec-Merou 14c5b8e681 add support for ice40 FPGA and iCEBreaker, icestick, iCE40-HX8K, iCE40-HX1K-EVN boards 2020-10-31 15:02:54 +01:00
Gwenhael Goavec-Merou 66ecf3e5c0 README: add instruction for fireant 2020-10-31 14:37:21 +01:00
Gwenhael Goavec-Merou 818dbd301c ftdipp_mpsse: reduce useless write 2020-10-31 11:10:14 +01:00
Gwenhael Goavec-Merou 1dd7d7b6f4 README: efinix trion and fireant board 2020-10-31 11:09:52 +01:00
Gwenhael Goavec-Merou 7e15b5cabb board: Fireant support 2020-10-31 10:44:44 +01:00
Gwenhael Goavec-Merou 6aa2176be1 board: typo 2020-10-31 10:44:14 +01:00
Gwenhael Goavec-Merou 537f02fa89 board: fix control pins size 2020-10-31 10:43:45 +01:00
Gwenhael Goavec-Merou 14b7122b4d ftdispi: fix control size 2020-10-31 10:42:40 +01:00
Gwenhael Goavec-Merou aa23aff388 main: review SPI mode for efinix active mode 2020-10-31 10:41:44 +01:00
Gwenhael Goavec-Merou 70fb5c8439 add efinix support 2020-10-31 10:39:06 +01:00
Gwenhael Goavec-Merou 3c9870bba3 introduce CBUS/DBUS pins value, add macro and pin mapping for board in SPI mode, reset and done signals 2020-10-31 08:40:18 +01:00
Gwenhael Goavec-Merou fe8cd9998d board: simplify board definition using preprocessor macro 2020-10-31 08:04:43 +01:00
Gwenhael Goavec-Merou 1bc20fee85 ftdispi: cleanup + fix + add support for wpn and holdn pins 2020-10-31 07:45:30 +01:00
Gwenhael Goavec-Merou deefcd2d38 ftdipp_mpsse: update direction method 2020-10-31 07:38:06 +01:00
Gwenhael Goavec-Merou b2abafa76d ftdispi: start to use spi_pins_conf 2020-10-30 08:26:15 +01:00
Gwenhael Goavec-Merou e347d2afd6 board: add spi_pins_conf structure 2020-10-30 08:23:49 +01:00
Gwenhael Goavec-Merou b0f73aa8d9 ftdipp_mpsse: add method to configure individually pins direction 2020-10-30 08:18:38 +01:00
Gwenhael Goavec-Merou 2398ee1445 part: add LCMXO2-640HC 2020-10-29 08:24:30 +01:00
Gwenhael Goavec-Merou 88c6b2ff6d Improve FTDI communication in bitbang mode
sub layer cut package in allowed size, so it's not mandatory to do this
at openFPGALoader level. The only situation when the size is important
is in read mode. So increase buffer size to reduce system calls.
2020-10-29 08:15:32 +01:00
Gwenhael Goavec-Merou e0a5d376ba ftdipp_mpsse: change VID/PID visibility 2020-10-29 07:40:56 +01:00
Gwenhael Goavec-Merou f75a7f8395 ftdiJtagBitbang: some cleanup and reuse parent class buffer 2020-10-29 07:39:47 +01:00
Gwenhael Goavec-Merou 78ea8ac808 ftdipp_mpsse: change _buffer visibility 2020-10-29 07:39:07 +01:00
Gwenhael Goavec-Merou 09c28c23a7 ftdispi: cleanup 2020-10-28 21:26:33 +01:00
Gwenhael Goavec-Merou 05e1c57cc5 ftdipp_mpsse: add method to update pins direction 2020-10-28 19:48:59 +01:00
Gwenhael Goavec-Merou ed006711b7 ftdipp_mpsse: introduce gpio bitbanging with MPSSE 2020-10-28 07:58:33 +01:00
Gwenhael Goavec-Merou b3a67f896f ftdipp_mpsse: store cable configuration 2020-10-27 20:27:02 +01:00
Gwenhael Goavec-Merou 4dde89e082 Merge remote-tracking branch 'origin/review_usb_transaction' 2020-10-27 19:29:44 +01:00
Gwenhael Goavec-Merou 5254116ad8 main: if board has no default cable, don't override potential user choise 2020-10-25 16:51:21 +01:00
Gwenhael Goavec-Merou 739df7c183 udev rule: add missing cable 2020-10-21 13:45:17 +02:00
Gwenhael Goavec-Merou f22b25428d main: allow users board cable to be override 2020-10-21 13:41:26 +02:00
Gwenhael Goavec-Merou 2170a2af86 altera: add support for RBF (only tested with SRAM) 2020-10-17 18:40:16 +02:00
Gwenhael Goavec-Merou 15e9907655 add cycloneV E support and QMTech CycloneV board 2020-10-17 15:45:00 +02:00
Gwenhael Goavec-Merou 717d5065b4 ftdiJtagMPSSE: use correct size for ch552 dummy buffer 2020-10-17 15:44:21 +02:00
Gwenhael Goavec-Merou 04df474e12
Merge pull request #56 from GbGp/master
add support for artix-7 200t and nexys video board
2020-10-16 19:10:10 +02:00