| Commit message (Expand) | Author | Age | Files | Lines |
* | icemulti: Remove class `Header' | Roland Lutz | 2017-09-04 | 1 | -10/+5 |
* | icemulti: Make function `write_header' global | Roland Lutz | 2017-09-04 | 1 | -3/+3 |
* | icemulti: Store image reference in header | Roland Lutz | 2017-09-04 | 1 | -10/+7 |
* | icemulti: Remove unused flag Header::empty | Roland Lutz | 2017-09-04 | 1 | -6/+2 |
* | icemulti: Treat coldboot as global flag | Roland Lutz | 2017-09-04 | 1 | -9/+5 |
* | icemulti: Check for negative alignment exponent | Roland Lutz | 2017-09-04 | 1 | -0/+2 |
* | icemulti: Use getopt to parse arguments | Roland Lutz | 2017-09-04 | 1 | -34/+48 |
* | icemulti: Refuse to pack empty image | Roland Lutz | 2017-09-04 | 1 | -0/+3 |
* | icemulti: Add missing error checks | Roland Lutz | 2017-09-04 | 1 | -2/+11 |
* | icemulti: Give more information about I/O errors | Roland Lutz | 2017-09-04 | 1 | -5/+6 |
* | icemulti: Report program name in error messages | Roland Lutz | 2017-09-04 | 1 | -1/+10 |
* | icemulti: Use standard macros for exit status | Roland Lutz | 2017-09-04 | 1 | -3/+3 |
* | Removed files that are under GNU licenses | Clifford Wolf | 2017-08-31 | 8 | -2541/+0 |
* | Merge pull request #93 from rlutz/extra-bits | Clifford Wolf | 2017-08-25 | 1 | -0/+2 |
|\ |
|
| * | icebox: Preserve extra bits when writing to file | Roland Lutz | 2017-08-25 | 1 | -0/+2 |
* | | Implement high-level configuration format | Clifford Wolf | 2017-08-25 | 6 | -0/+2383 |
|/ |
|
* | Minor spelling and punctuation fixes in docs | Larry Doolittle | 2017-08-02 | 1 | -4/+4 |
* | Squelch trailing whitespace | Larry Doolittle | 2017-08-01 | 15 | -22/+19 |
* | Update timeline on website | Clifford Wolf | 2017-07-31 | 1 | -0/+2 |
* | Merge branch 'ice5k' | Clifford Wolf | 2017-07-31 | 35 | -354/+9164 |
|\ |
|
| * | Don't build chipdb-5k.txt by default (it does not work yet) | Clifford Wolf | 2017-07-31 | 2 | -1/+2 |
| * | Fix some bugs in two of the icefuzz make_*.py scripts | Clifford Wolf | 2017-07-31 | 2 | -2/+2 |
| * | Fix icecube.sh to work with lin and lin64 dirs, remove hardcoded ICECUBEDIR= | Clifford Wolf | 2017-07-31 | 1 | -5/+5 |
| * | Remove extra IoCtrl cf_bit_ and extra_padeb_test_ lines from database | Clifford Wolf | 2017-07-31 | 2 | -4/+3 |
| * | Fix icebox.py and remove extra debug output | Clifford Wolf | 2017-07-31 | 1 | -5/+1 |
| * | Fix icepack debug output | Clifford Wolf | 2017-07-31 | 1 | -1/+1 |
| * | Merge branch 'master' into ice5k | Clifford Wolf | 2017-07-31 | 18 | -219/+691 |
| |\
| |/
|/| |
|
* | | Add "DSP iCE board" to board list | Clifford Wolf | 2017-07-21 | 1 | -0/+1 |
* | | Use better error pattern in icestick checker example | Clifford Wolf | 2017-07-21 | 1 | -1/+1 |
* | | Add icestick "checker" example | Clifford Wolf | 2017-07-21 | 4 | -3/+108 |
* | | Improve rs232demo test bench | Clifford Wolf | 2017-07-19 | 1 | -8/+7 |
* | | Add pre- and post-synthesis testbench examples | Clifford Wolf | 2017-07-18 | 4 | -0/+103 |
* | | Merge pull request #88 from rqou/master | Clifford Wolf | 2017-07-17 | 1 | -34/+73 |
|\ \ |
|
| * | | iceprog: Make errors print only the program name | Robert Ou | 2017-07-17 | 1 | -18/+24 |
| * | | iceprog: Do not use nonstandard err.h | Robert Ou | 2017-07-17 | 1 | -34/+67 |
|/ / |
|
* | | Merge pull request #87 from rqou/master | Clifford Wolf | 2017-07-17 | 8 | -32/+32 |
|\ \ |
|
| * | | makefile: Make install target work for Windows | Robert Ou | 2017-07-16 | 7 | -30/+30 |
| * | | makefile: Do not ignore user-provided CFLAGS | Robert Ou | 2017-07-16 | 1 | -2/+2 |
|/ / |
|
* | | Fix coding style in iceprog.c (mostly line breaks and indenting) | Clifford Wolf | 2017-07-05 | 1 | -97/+65 |
* | | Merge pull request #82 from rlutz/master | Clifford Wolf | 2017-07-05 | 4 | -217/+474 |
|\ \ |
|
| * | | iceprog: Keep name space clean | Roland Lutz | 2017-07-04 | 1 | -23/+23 |
| * | | iceprog: Remove trailing newline | Roland Lutz | 2017-07-04 | 1 | -1/+0 |
| * | | iceprog: Break overlong lines | Roland Lutz | 2017-07-04 | 1 | -18/+40 |
| * | | iceprog: Fix coding style inconsistencies | Roland Lutz | 2017-07-04 | 1 | -51/+47 |
| * | | iceprog: Fix error messages | Roland Lutz | 2017-07-04 | 1 | -2/+2 |
| * | | iceprog: Add manpage | Roland Lutz | 2017-07-02 | 2 | -0/+158 |
| * | | iceprog: Return a meaningful exit status | Roland Lutz | 2017-07-02 | 1 | -14/+22 |
| * | | iceprog: When reading, don't write more bytes than requested | Roland Lutz | 2017-07-02 | 1 | -1/+2 |
| * | | iceprog: Allow programming from pipe | Roland Lutz | 2017-07-02 | 1 | -8/+48 |
| * | | iceprog: Allow programming from standard input | Roland Lutz | 2017-07-02 | 1 | -6/+9 |