applet.spi_flash_25c: return subtarget in build() to allow extensions.
by
Sylvain Munaut
5 years 11 months
applet.spi_flash_25c: identify flashes without command 0x90 support.
Such flashes return 0xff as short manufacturer ID, and we might
as well display the long manufacturer ID.
by
Sylvain Munaut
5 years 11 months
Add CONTRIBUTING instructions.
by
whitequark
5 years 11 months
cli: print version if -V/--version option is used.
by
whitequark
5 years 11 months
software: determine own version through versioneer.
by
whitequark
5 years 11 months
applet.spi_master: fix writes to count register.
In RECV-COUNT-LSB, this used to overwrite the high bits of count.
Fixes #76.
by
Sylvain Munaut
5 years 11 months
applet.spi_flash_25c: fix progress with read/fast-read to stdout.
by
whitequark
5 years 11 months
protocol.jtag_svf: accept and ignore whitespace in scan data.
This is not explicitly described in the SVF specification, but is
relied on by real-world tools.
by
Gregory Davill
5 years 11 months
protocol.jtag_svf: Ensure run_count value passed to pulse_tck is integer
by
Greg Davill
5 years 11 months