| Commit message (Expand) | Author | Age | Files | Lines |
* | iceprog: Use open-drain output to drive SS and Reset line | Sylvain Munaut | 2021-12-17 | 1 | -5/+5 |
* | iceprog: Improve reset to disable both CRM and QPI | Sylvain Munaut | 2021-12-17 | 1 | -0/+6 |
* | iceprog: Add option that set QE=1 bit in SR2 | Sylvain Munaut | 2021-12-17 | 1 | -5/+40 |
* | Merge pull request #282 from jkiv/iceprog-ignorig-fix | Miodrag Milanović | 2021-09-06 | 1 | -1/+1 |
|\ |
|
| * | [iceprog] Fixed typo in error message: "Ignorig" | Jon Kivinen | 2021-05-03 | 1 | -1/+1 |
* | | Fixes for macOS | Miodrag Milanovic | 2021-09-06 | 1 | -7/+0 |
* | | iceprog: Add write and read progress indication. | Piotr Esden-Tempski | 2021-01-16 | 1 | -0/+11 |
|/ |
|
* | Merge branch 'opt_skip_powerdown' of https://github.com/smunaut/icestorm | Claire Wolf | 2020-04-22 | 1 | -2/+8 |
|\ |
|
| * | iceprog: Add option to keep flash powered up | Sylvain Munaut | 2019-12-28 | 1 | -2/+8 |
* | | Support custom PROGRAM_PREFIX | Miodrag Milanovic | 2020-04-10 | 1 | -6/+6 |
* | | Added an option to choose the erase block size. | Piotr Esden-Tempski | 2020-02-02 | 1 | -5/+53 |
|/ |
|
* | Merge pull request #230 from smunaut/fix_flash_reset | Clifford Wolf | 2019-08-15 | 1 | -4/+2 |
|\ |
|
| * | iceprog: Better reset of flash | Sylvain Munaut | 2019-08-05 | 1 | -4/+2 |
* | | Fix piping on windows | Tim Pambor | 2019-08-05 | 1 | -0/+10 |
|/ |
|
* | Add -X option to iceprog | Pablo Cossutta | 2019-04-27 | 1 | -2/+7 |
* | Minor cleanups in iceprog/mpsse.h | Clifford Wolf | 2019-03-02 | 1 | -1/+3 |
* | Split the hardware specific gpio functions. | Piotr Esden-Tempski | 2018-12-24 | 3 | -32/+55 |
* | Factored out mpsse functions for easier reusability. | Piotr Esden-Tempski | 2018-12-24 | 5 | -340/+452 |
* | Force flash to exist QPI mode in iceprog | Clifford Wolf | 2018-09-02 | 1 | -5/+15 |
* | iceprog: switch to SPI mode 0, add -s option, add flash_reset | Clifford Wolf | 2018-09-02 | 1 | -8/+36 |
* | Minor style changes in iceprog | Clifford Wolf | 2018-08-19 | 1 | -39/+41 |
* | iceprog coding style, don't use "assert" as variable name | Clifford Wolf | 2018-08-19 | 1 | -11/+14 |
* | Slightly more robust flash wait function. | Piotr Esden-Tempski | 2018-08-18 | 1 | -9/+29 |
* | Add a function to read and decode the status register. | Piotr Esden-Tempski | 2018-08-18 | 1 | -2/+66 |
* | Added the FTDI cable pinout for reference. | Piotr Esden-Tempski | 2018-08-18 | 1 | -0/+13 |
* | Improved JEDEC ID read function. | Piotr Esden-Tempski | 2018-08-18 | 1 | -4/+30 |
* | Replaced some more magic numbers with FLASH command IDs. | Piotr Esden-Tempski | 2018-08-18 | 1 | -4/+4 |
* | Added easier to read chip_select/reset functions. | Piotr Esden-Tempski | 2018-08-18 | 1 | -26/+60 |
* | Added more code comments. | Piotr Esden-Tempski | 2018-08-16 | 1 | -16/+39 |
* | Merge pull request #144 from daveshah1/unbrick | Clifford Wolf | 2018-05-30 | 1 | -3/+46 |
|\ |
|
| * | Add write protection disable to iceprog | David Shah | 2018-02-12 | 1 | -3/+46 |
* | | Added some flash command definitions to decrease magic number usage. | Piotr Esden-Tempski | 2018-03-11 | 1 | -9/+49 |
* | | Added some MPSSE command definitions to decrease magic number usage. | Piotr Esden-Tempski | 2018-03-11 | 1 | -11/+88 |
|/ |
|
* | Add out-of-the-box FT232H support (for Upduino 2, etc) | David Shah | 2018-02-09 | 1 | -3/+3 |
* | Add "iceprog -e" | Clifford Wolf | 2018-01-02 | 1 | -20/+42 |
* | Removed files that are under GNU licenses | Clifford Wolf | 2017-08-31 | 2 | -158/+0 |
* | Squelch trailing whitespace | Larry Doolittle | 2017-08-01 | 1 | -2/+2 |
* | 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 |
* | makefile: Make install target work for Windows | 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 |
* | 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 |