aboutsummaryrefslogtreecommitdiff
path: root/iceprog
AgeCommit message (Collapse)Author
2017-07-05Fix coding style in iceprog.c (mostly line breaks and indenting)Clifford Wolf
2017-07-04iceprog: Keep name space cleanRoland Lutz
2017-07-04iceprog: Remove trailing newlineRoland Lutz
2017-07-04iceprog: Break overlong linesRoland Lutz
2017-07-04iceprog: Fix coding style inconsistenciesRoland Lutz
2017-07-04iceprog: Fix error messagesRoland Lutz
2017-07-02iceprog: Add manpageRoland Lutz
2017-07-02iceprog: Return a meaningful exit statusRoland Lutz
2017-07-02iceprog: When reading, don't write more bytes than requestedRoland Lutz
2017-07-02iceprog: Allow programming from pipeRoland Lutz
2017-07-02iceprog: Allow programming from standard inputRoland Lutz
2017-07-02iceprog: Open input/output files before talking to hardwareRoland Lutz
2017-07-02iceprog: Overhaul `--help' textRoland Lutz
2017-07-02iceprog: Add option `--help'Roland Lutz
2017-06-19iceprog: Check for non-applicable optionsRoland Lutz
2017-06-08iceprog: Check for invalid offset/size argumentsRoland Lutz
2017-06-08iceprog: Give more information about invocation errorsRoland Lutz
2017-05-03Reduced the timer latency to 1 (minimum allowed) some users are reporting ↵Salvador E. Tropea
better results
2017-05-03Added code to restore the original timer latency. In this way the user can ↵Salvador E. Tropea
avoid 500 Hz interrupts.
2017-05-03Added a call to ftdi_set_latency_timer to make iceprog performance ↵Salvador E. Tropea
independent of system settings
2017-02-12Clean up MakefilesElvira Khabirova
2016-09-04Minor Makefile typo fixClifford Wolf
2016-09-04The fix will check to see if you are compiling on Mac OS X and set theAdam D. Horden
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.
2016-09-04Fix to enable a clean build on Mac OS X.Adam D. Horden
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.
2016-09-04Fix to enable a clean build on Mac OS X.Adam D. Horden
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.
2016-07-23Give priority to libftdi1 over libftdiJesús Arroyo Torrens
2016-05-16Added missing #include <stdlib.h> to iceprog.cClifford Wolf
2016-05-04Improvements in iceprogClifford Wolf
2016-03-27Fix iceprog on Windows opening binary in text modeBen Pye
2016-03-02Added Makefile support for "make STATIC=1"Clifford Wolf
2016-02-29Use pkg-config for libftdiClifford Wolf
2016-02-14Added/improved support for mxe-based win32 cross buildsClifford Wolf
2015-12-31Added config.mk, correct DESTDIR/PREFIX usageClifford Wolf
2015-12-15Added mxe-based win32 buildClifford Wolf
2015-12-08Fixed very long usleep in iceprog flash_wait()Clifford Wolf
2015-10-21Revert "iceprog: Print help with a single fprintf call"Clifford Wolf
This reverts commit 33c1a3ea5aeb8a295c9fdc6f2cc8120246ef1134. Conflicts: iceprog/iceprog.c
2015-10-17iceprog: Added support for reading/writing data to pipesJoel Holdsworth
2015-10-17iceprog: Print help with a single fprintf callJoel Holdsworth
2015-10-17iceprog: Print status messages into stderrJoel Holdsworth
2015-08-18variablize CXX and PYTHON and add -L and -IAaron Bieber
2015-07-27Define and use DESTDIR for installation (by Larry Doolittle)Clifford Wolf
2015-07-18Various Makefile cleanupsClifford Wolf
2015-07-18Imported full dev sourcesClifford Wolf
2015-07-18Import of icestorm-snapshot-150526.zipClifford Wolf