openFPGALoader/src
Vegard Storheil Eriksen 7fc0703167 cable: Add support for Orbtrace. 2021-06-22 23:59:46 +02:00
..
altera.cpp jtag: shiftxR: don't try to move to shift when not required 2021-05-15 09:05:48 +02:00
altera.hpp All devices: new CLI argument to bypass file type autodetection 2021-02-21 18:30:13 +01:00
anlogic.cpp anlogic: don't use read_write 2021-05-15 15:39:37 +02:00
anlogic.hpp All devices: new CLI argument to bypass file type autodetection 2021-02-21 18:30:13 +01:00
anlogicBitParser.cpp all parser: 2021-02-24 06:36:48 +01:00
anlogicBitParser.hpp all parser: 2021-02-24 06:36:48 +01:00
anlogicCable.cpp clkHZ: be more generic 2021-06-12 08:40:40 +02:00
anlogicCable.hpp ftdi: drop divide_by_5 param, now it's automatically set/unset according to the frequency. Better freq display 2021-02-19 07:07:10 +01:00
bitparser.cpp all parser: 2021-02-24 06:36:48 +01:00
bitparser.hpp all parser: 2021-02-24 06:36:48 +01:00
board.hpp add proof of concept / draft for DFU protocol. Add orangeCrab in DFU mode 2021-06-20 10:26:05 +02:00
cable.hpp cable: Add support for Orbtrace. 2021-06-22 23:59:46 +02:00
cmsisDAP.cpp add cmsis dap (hid) support 2021-06-19 17:30:23 +02:00
cmsisDAP.hpp add cmsis dap (hid) support 2021-06-19 17:30:23 +02:00
configBitstreamParser.cpp configBitstreamParser: fix CRLF vs LF: use fread with FILE (or stdin) instead of c++ stream 2021-05-26 17:56:21 +02:00
configBitstreamParser.hpp all parser: 2021-02-24 06:36:48 +01:00
cxxopts.hpp add CLI args to provide pin mapping for bitbang mode (ft232 and ft231x) 2020-08-04 17:36:33 +02:00
device.cpp All devices: new CLI argument to bypass file type autodetection 2021-02-21 18:30:13 +01:00
device.hpp All devices: new CLI argument to bypass file type autodetection 2021-02-21 18:30:13 +01:00
dfu.cpp add proof of concept / draft for DFU protocol. Add orangeCrab in DFU mode 2021-06-20 10:26:05 +02:00
dfu.hpp add proof of concept / draft for DFU protocol. Add orangeCrab in DFU mode 2021-06-20 10:26:05 +02:00
dfuFileParser.cpp all parser: 2021-02-24 06:36:48 +01:00
dfuFileParser.hpp all parser: 2021-02-24 06:36:48 +01:00
dirtyJtag.cpp dirtyJtag: cpplint/cppcheck 2021-06-20 16:39:19 +02:00
dirtyJtag.hpp Resolved bunch of comments from owner 2021-02-27 10:37:07 -08:00
display.cpp display: add warning message 2021-01-28 07:22:24 +01:00
display.hpp display: add warning message 2021-01-28 07:22:24 +01:00
efinix.cpp all parser: 2021-02-24 06:36:48 +01:00
efinix.hpp All devices: new CLI argument to bypass file type autodetection 2021-02-21 18:30:13 +01:00
efinixHexParser.cpp all parser: 2021-02-24 06:36:48 +01:00
efinixHexParser.hpp add efinix support 2020-10-31 10:39:06 +01:00
epcq.cpp Fix gcc 10.2 error messages. 2020-12-12 15:48:45 -08:00
epcq.hpp Update cmake according to trabucayre request https://github.com/trabucayre/openFPGALoader/pull/17 2020-01-27 09:47:42 +01:00
fsparser.cpp fsparser: don't try to analyze header after then end of header area 2021-06-18 13:33:40 +02:00
fsparser.hpp all parser: 2021-02-24 06:36:48 +01:00
ftdiJtagBitbang.cpp clkHZ: be more generic 2021-06-12 08:40:40 +02:00
ftdiJtagBitbang.hpp ftdi: drop divide_by_5 param, now it's automatically set/unset according to the frequency. Better freq display 2021-02-19 07:07:10 +01:00
ftdiJtagMPSSE.cpp ftdipp_mpsse: store cable configuration 2020-10-27 20:27:02 +01:00
ftdiJtagMPSSE.hpp clkHZ: be more generic 2021-06-12 08:40:40 +02:00
ftdipp_mpsse.cpp clkHZ: be more generic 2021-06-12 08:40:40 +02:00
ftdipp_mpsse.hpp clkHZ: be more generic 2021-06-12 08:40:40 +02:00
ftdispi.cpp Fix gcc 10.2 error messages. 2020-12-12 15:48:45 -08:00
ftdispi.hpp ftdispi: fix control size 2020-10-31 10:42:40 +01:00
fx2_ll.cpp fx2_ll: cypress fx2 low level 2021-05-13 15:28:00 +02:00
fx2_ll.hpp fx2_ll: cypress fx2 low level 2021-05-13 15:28:00 +02:00
gowin.cpp gowin: don't use read_write 2021-05-16 12:13:31 +02:00
gowin.hpp All devices: new CLI argument to bypass file type autodetection 2021-02-21 18:30:13 +01:00
ice40.cpp All devices: new CLI argument to bypass file type autodetection 2021-02-21 18:30:13 +01:00
ice40.hpp All devices: new CLI argument to bypass file type autodetection 2021-02-21 18:30:13 +01:00
ihexParser.cpp ihexParser: new parser for (i)hex files 2021-05-13 12:14:52 +02:00
ihexParser.hpp ihexParser: new parser for (i)hex files 2021-05-13 12:14:52 +02:00
jedParser.cpp all parser: 2021-02-24 06:36:48 +01:00
jedParser.hpp all parser: 2021-02-24 06:36:48 +01:00
jtag.cpp add cmsis dap (hid) support 2021-06-19 17:30:23 +02:00
jtag.hpp jtag: add logic to handle multiple device in JTAG chain 2021-05-15 14:59:06 +02:00
jtagInterface.hpp clkHZ: be more generic 2021-06-12 08:40:40 +02:00
lattice.cpp lattice: move directly to run_test_idle with last tx packet in program_mem 2021-06-12 09:27:16 +02:00
lattice.hpp All devices: new CLI argument to bypass file type autodetection 2021-02-21 18:30:13 +01:00
latticeBitParser.cpp all parser: 2021-02-24 06:36:48 +01:00
latticeBitParser.hpp all parser: 2021-02-24 06:36:48 +01:00
main.cpp add proof of concept / draft for DFU protocol. Add orangeCrab in DFU mode 2021-06-20 10:26:05 +02:00
mcsParser.cpp all parser: 2021-02-24 06:36:48 +01:00
mcsParser.hpp all parser: 2021-02-24 06:36:48 +01:00
openFPGALoader.h.in Update cmake according to trabucayre request https://github.com/trabucayre/openFPGALoader/pull/17 2020-01-27 09:47:42 +01:00
part.hpp Add a few more Spartan6 based parts and boards (tested on an old miniSpartan6+). 2021-06-13 17:55:56 +01:00
progressBar.cpp progressBar: use chrono instead of clock 2021-02-24 13:31:55 +01:00
progressBar.hpp progressBar: use chrono instead of clock 2021-02-24 13:31:55 +01:00
rawParser.cpp all parser: 2021-02-24 06:36:48 +01:00
rawParser.hpp rawParser: simple class to read raw binary content with an optional reverse order 2020-09-05 07:49:57 +02:00
spiFlash.cpp spiFlash: add a workaround for microchip SST26VF032B / SST26VF032BA 2021-05-05 06:59:02 +02:00
spiFlash.hpp spiFlash: add a workaround for microchip SST26VF032B / SST26VF032BA 2021-05-05 06:59:02 +02:00
spiInterface.hpp spiInterface: increase spi_put len param 2020-08-23 17:16:21 +02:00
svf_jtag.cpp svf_jtag: suppress CR when file is in DOS format 2021-02-08 06:31:56 +01:00
svf_jtag.hpp rename ftdijtag to jtag 2020-03-06 09:05:57 +01:00
usbBlaster.cpp jtagInterface/cables: introduce getClkFreq 2021-05-15 08:32:51 +02:00
usbBlaster.hpp jtagInterface/cables: introduce getClkFreq 2021-05-15 08:32:51 +02:00
xilinx.cpp xilinx: don't use read_write 2021-05-15 18:43:54 +02:00
xilinx.hpp rework xilinx fpga spiOverJtag to respect model/package 2021-04-19 21:17:08 +02:00