icestorm/iceprog
Sylvain Munaut a7c42cd29b iceprog: Better reset of flash
If the flash was in a 'weird' mode (like CRM, QPI, ...), sending
a continuous stream of 0xff should take it out of it.

It looks like the previous code was trying to do that, but
was only transferring 8 bits and then 2 bits which is way
too short.

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2019-08-05 14:34:49 +02:00
..
.gitignore Factored out mpsse functions for easier reusability. 2018-12-24 09:10:59 +01:00
Makefile Factored out mpsse functions for easier reusability. 2018-12-24 09:10:59 +01:00
iceprog.c iceprog: Better reset of flash 2019-08-05 14:34:49 +02:00
mpsse.c Split the hardware specific gpio functions. 2018-12-24 09:36:37 +01:00
mpsse.h Minor cleanups in iceprog/mpsse.h 2019-03-02 13:56:49 -08:00