aboutsummaryrefslogtreecommitdiffstats
path: root/iceprog
Commit message (Collapse)AuthorAgeFilesLines
* Reduced the timer latency to 1 (minimum allowed) some users are reporting ↵Salvador E. Tropea2017-05-031-2/+2
| | | | better results
* Added code to restore the original timer latency. In this way the user can ↵Salvador E. Tropea2017-05-031-1/+15
| | | | avoid 500 Hz interrupts.
* Added a call to ftdi_set_latency_timer to make iceprog performance ↵Salvador E. Tropea2017-05-031-0/+5
| | | | independent of system settings
* Clean up MakefilesElvira Khabirova2017-02-121-2/+0
|
* Minor Makefile typo fixClifford Wolf2016-09-041-1/+1
|
* The fix will check to see if you are compiling on Mac OS X and set theAdam D. Horden2016-09-041-9/+2
| | | | | | | | | | correct LDLIBS and CFLAGS for Mac OS X. This attempts to detect the correct version of the FTDI headers and sets the correct CFLAGS for the version of the FTDI headers installed. Cleaned up Makefile and removed verbose checking of FTDI version. Cleaned up Makefile and removed verbose checking of uname.
* Fix to enable a clean build on Mac OS X.Adam D. Horden2016-09-041-2/+9
| | | | | | | | The fix will check to see if you are compiling on Mac OS X and set the correct LDLIBS and CFLAGS for Mac OS X. This attempts to detect the correct version of the FTDI headers and sets the correct CFLAGS for the version of the FTDI headers installed.
* Fix to enable a clean build on Mac OS X.Adam D. Horden2016-09-041-2/+9
| | | | | The fix will check to see if you are compiling on Mac OS X and set the correct LDLIBS and CFLAGS for Mac OS X.
* Give priority to libftdi1 over libftdiJesús Arroyo Torrens2016-07-231-4/+4
|
* Added missing #include <stdlib.h> to iceprog.cClifford Wolf2016-05-161-0/+1
|
* Improvements in iceprogClifford Wolf2016-05-041-17/+47
|
* Fix iceprog on Windows opening binary in text modeBen Pye2016-03-271-4/+4
|
* Added Makefile support for "make STATIC=1"Clifford Wolf2016-03-021-0/+6
|
* Use pkg-config for libftdiClifford Wolf2016-02-291-4/+3
|
* Added/improved support for mxe-based win32 cross buildsClifford Wolf2016-02-142-5/+7
|
* Added config.mk, correct DESTDIR/PREFIX usageClifford Wolf2015-12-312-8/+8
|
* Added mxe-based win32 buildClifford Wolf2015-12-151-0/+5
|
* Fixed very long usleep in iceprog flash_wait()Clifford Wolf2015-12-081-1/+1
|
* Revert "iceprog: Print help with a single fprintf call"Clifford Wolf2015-10-211-58/+54
| | | | | | | This reverts commit 33c1a3ea5aeb8a295c9fdc6f2cc8120246ef1134. Conflicts: iceprog/iceprog.c
* iceprog: Added support for reading/writing data to pipesJoel Holdsworth2015-10-171-8/+20
|
* iceprog: Print help with a single fprintf callJoel Holdsworth2015-10-171-54/+54
|
* iceprog: Print status messages into stderrJoel Holdsworth2015-10-171-44/+44
|
* variablize CXX and PYTHON and add -L and -IAaron Bieber2015-08-181-2/+2
|
* Define and use DESTDIR for installation (by Larry Doolittle)Clifford Wolf2015-07-271-2/+3
|
* Various Makefile cleanupsClifford Wolf2015-07-181-0/+3
|
* Imported full dev sourcesClifford Wolf2015-07-181-13/+76
|
* Import of icestorm-snapshot-150526.zipClifford Wolf2015-07-182-0/+620