summaryrefslogtreecommitdiff
path: root/iceprog
Commit message (Expand)AuthorAge
* New upstream version 0~20190913git0ec00d8Ruben Undheim2019-10-19
* New upstream version 0~20180904git8f61acdRuben Undheim2018-09-07
* Merge pull request #144 from daveshah1/unbrickClifford Wolf2018-05-30
|\
| * Add write protection disable to iceprogDavid Shah2018-02-12
* | Added some flash command definitions to decrease magic number usage.Piotr Esden-Tempski2018-03-11
* | Added some MPSSE command definitions to decrease magic number usage.Piotr Esden-Tempski2018-03-11
|/
* Add out-of-the-box FT232H support (for Upduino 2, etc)David Shah2018-02-09
* Add "iceprog -e"Clifford Wolf2018-01-02
* Removed files that are under GNU licensesClifford Wolf2017-08-31
* Squelch trailing whitespaceLarry Doolittle2017-08-01
* iceprog: Make errors print only the program nameRobert Ou2017-07-17
* iceprog: Do not use nonstandard err.hRobert Ou2017-07-17
* makefile: Make install target work for WindowsRobert Ou2017-07-16
* Fix coding style in iceprog.c (mostly line breaks and indenting)Clifford Wolf2017-07-05
* iceprog: Keep name space cleanRoland Lutz2017-07-04
* iceprog: Remove trailing newlineRoland Lutz2017-07-04
* iceprog: Break overlong linesRoland Lutz2017-07-04
* iceprog: Fix coding style inconsistenciesRoland Lutz2017-07-04
* iceprog: Fix error messagesRoland Lutz2017-07-04
* iceprog: Add manpageRoland Lutz2017-07-02
* iceprog: Return a meaningful exit statusRoland Lutz2017-07-02
* iceprog: When reading, don't write more bytes than requestedRoland Lutz2017-07-02
* iceprog: Allow programming from pipeRoland Lutz2017-07-02
* iceprog: Allow programming from standard inputRoland Lutz2017-07-02
* iceprog: Open input/output files before talking to hardwareRoland Lutz2017-07-02
* iceprog: Overhaul `--help' textRoland Lutz2017-07-02
* iceprog: Add option `--help'Roland Lutz2017-07-02
* iceprog: Check for non-applicable optionsRoland Lutz2017-06-19
* iceprog: Check for invalid offset/size argumentsRoland Lutz2017-06-08
* iceprog: Give more information about invocation errorsRoland Lutz2017-06-08
* Reduced the timer latency to 1 (minimum allowed) some users are reporting bet...Salvador E. Tropea2017-05-03
* Added code to restore the original timer latency. In this way the user can av...Salvador E. Tropea2017-05-03
* Added a call to ftdi_set_latency_timer to make iceprog performance independen...Salvador E. Tropea2017-05-03
* Clean up MakefilesElvira Khabirova2017-02-12
* Minor Makefile typo fixClifford Wolf2016-09-04
* The fix will check to see if you are compiling on Mac OS X and set theAdam D. Horden2016-09-04
* Fix to enable a clean build on Mac OS X.Adam D. Horden2016-09-04
* Fix to enable a clean build on Mac OS X.Adam D. Horden2016-09-04
* Give priority to libftdi1 over libftdiJesús Arroyo Torrens2016-07-23
* Added missing #include <stdlib.h> to iceprog.cClifford Wolf2016-05-16
* Improvements in iceprogClifford Wolf2016-05-04
* Fix iceprog on Windows opening binary in text modeBen Pye2016-03-27
* Added Makefile support for "make STATIC=1"Clifford Wolf2016-03-02
* Use pkg-config for libftdiClifford Wolf2016-02-29
* Added/improved support for mxe-based win32 cross buildsClifford Wolf2016-02-14
* Added config.mk, correct DESTDIR/PREFIX usageClifford Wolf2015-12-31
* Added mxe-based win32 buildClifford Wolf2015-12-15
* Fixed very long usleep in iceprog flash_wait()Clifford Wolf2015-12-08
* Revert "iceprog: Print help with a single fprintf call"Clifford Wolf2015-10-21
* iceprog: Added support for reading/writing data to pipesJoel Holdsworth2015-10-17