aboutsummaryrefslogtreecommitdiffstats
path: root/iceprog/iceprog.c
Commit message (Collapse)AuthorAgeFilesLines
* iceprog: Remove trailing newlineRoland Lutz2017-07-041-1/+0
|
* iceprog: Break overlong linesRoland Lutz2017-07-041-18/+40
|
* iceprog: Fix coding style inconsistenciesRoland Lutz2017-07-041-51/+47
|
* iceprog: Fix error messagesRoland Lutz2017-07-041-2/+2
|
* iceprog: Return a meaningful exit statusRoland Lutz2017-07-021-14/+22
|
* iceprog: When reading, don't write more bytes than requestedRoland Lutz2017-07-021-1/+2
|
* iceprog: Allow programming from pipeRoland Lutz2017-07-021-8/+48
|
* iceprog: Allow programming from standard inputRoland Lutz2017-07-021-6/+9
|
* iceprog: Open input/output files before talking to hardwareRoland Lutz2017-07-021-47/+35
|
* iceprog: Overhaul `--help' textRoland Lutz2017-07-021-52/+41
|
* iceprog: Add option `--help'Roland Lutz2017-07-021-3/+15
|
* iceprog: Check for non-applicable optionsRoland Lutz2017-06-191-0/+18
|
* iceprog: Check for invalid offset/size argumentsRoland Lutz2017-06-081-4/+12
|
* iceprog: Give more information about invocation errorsRoland Lutz2017-06-081-9/+24
|
* 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
* 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 config.mk, correct DESTDIR/PREFIX usageClifford Wolf2015-12-311-4/+4
|
* 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
|
* Imported full dev sourcesClifford Wolf2015-07-181-13/+76
|
* Import of icestorm-snapshot-150526.zipClifford Wolf2015-07-181-0/+598