applet.interface.spy_bi_wire: new applet.
by whitequark 6 years 6 months
applet.interface.spy_bi_wire: new applet.

Fixes #143.
b8889ceb
applet.interface.jtag_probe: allow specifying TDI ...
by whitequark 6 years 6 months
applet.interface.jtag_probe: allow specifying TDI for shift_tms.

This is potentially useful for magic sequences involving switching
between interfaces, but isn't currently used anywhere. (The interface
I implemented this for turned out to require a different kind of
magic sequence.)
e0088031
applet.interface.jtag_probe: refactor to support o...
by whitequark 6 years 6 months
applet.interface.jtag_probe: refactor to support other transports.

Such as cJTAG or Spy-Bi-Wire.

Simplify it while we're at it.
b88b7b1d
applet.interface.jtag_probe: add {exchange,read}_i...
by whitequark 6 years 6 months
applet.interface.jtag_probe: add {exchange,read}_ir methods.

These are occasionally useful if the Capture-IR state loads the bits
with some state information, e.g. Xilinx FPGAs put DONE, INIT, etc
values there.
0a64301d
applet.interface.ps2_host: accept EE as valid comm...
by whitequark 6 years 6 months
applet.interface.ps2_host: accept EE as valid command ACK.
34d7f03d
applet.interface.ps2_host: correct notes on physic...
by whitequark 6 years 6 months
applet.interface.ps2_host: correct notes on physical layer. NFC.
86e85b7f
applet.sensor.mouse_ps2: explain difference in han...
by whitequark 6 years 6 months
applet.sensor.mouse_ps2: explain difference in handling of EE. NFC.
f5c15f54
applet.interface.ps2_host: add notes on physical l...
by whitequark 6 years 6 months
applet.interface.ps2_host: add notes on physical layer. NFC.
963db010
applet.sensor.mouse_ps2: uinput: fix handling of w...
by whitequark 6 years 6 months
applet.sensor.mouse_ps2: uinput: fix handling of wheel.
244c6997
applet.sensor.mouse_ps2: log decoded reports.
by whitequark 6 years 6 months
d1e7506a
Report a bug