commit | a7c42cd29b6bda83b8f08bba755cd5f20a582de7 | [log] [tgz] |
---|---|---|
author | Sylvain Munaut <tnt@246tNt.com> | Mon Aug 05 14:34:49 2019 +0200 |
committer | Sylvain Munaut <tnt@246tNt.com> | Mon Aug 05 14:34:49 2019 +0200 |
tree | dfde73ef8f771fee16e571c93e344ccc06aab19c | |
parent | 792cef084a751e32f541332feb4905f8e49e9943 [diff] |
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>