applet.spi_flash_25c: return subtarget in build() to allow extensions.
by Sylvain Munaut 5 years 11 months
d429c355
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
d15d5f85
Add CONTRIBUTING instructions.
by whitequark 5 years 11 months
e1936992
cli: print version if -V/--version option is used.
by whitequark 5 years 11 months
29024768
software: determine own version through versioneer.
by whitequark 5 years 11 months
c739bd97
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
e5cc0cfe
applet.spi_flash_25c: fix progress with read/fast-read to stdout.
by whitequark 5 years 11 months
4c3fd19a
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
12ba0124
protocol.jtag_svf: Ensure run_count value passed to pulse_tck is integer
by Greg Davill 5 years 11 months
d1b813b0
applet.jtag: Add state transitions for Pause-DR/Pause-IR
by Greg Davill 5 years 11 months
0fed553f
Report a bug