applet.spi_flash_25c: return subtarget in build() ...
by Sylvain Munaut 6 years 8 months
applet.spi_flash_25c: return subtarget in build() to allow extensions.
d429c355
applet.spi_flash_25c: identify flashes without com...
by Sylvain Munaut 6 years 8 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.
d15d5f85
Add CONTRIBUTING instructions.
by whitequark 6 years 8 months
e1936992
cli: print version if -V/--version option is used.
by whitequark 6 years 8 months
29024768
software: determine own version through versioneer...
by whitequark 6 years 8 months
software: determine own version through versioneer.
c739bd97
applet.spi_master: fix writes to count register.
by Sylvain Munaut 6 years 8 months
applet.spi_master: fix writes to count register.

In RECV-COUNT-LSB, this used to overwrite the high bits of count.

Fixes #76.
e5cc0cfe
applet.spi_flash_25c: fix progress with read/fast-...
by whitequark 6 years 8 months
applet.spi_flash_25c: fix progress with read/fast-read to stdout.
4c3fd19a
protocol.jtag_svf: accept and ignore whitespace in...
by Gregory Davill 6 years 8 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.
12ba0124
protocol.jtag_svf: Ensure run_count value passed t...
by Greg Davill 6 years 8 months
protocol.jtag_svf: Ensure run_count value passed to pulse_tck is integer
d1b813b0
applet.jtag: Add state transitions for Pause-DR/Pa...
by Greg Davill 6 years 8 months
applet.jtag: Add state transitions for Pause-DR/Pause-IR
0fed553f
Report a bug