applet.interface.jtag_pinout: simplify TDI detecti...
by whitequark 4 years 8 months
applet.interface.jtag_pinout: simplify TDI detection code. NFCI.

Before this commit, _detect_tdi tries to discover every correlation
between bitstream shifted into TDI and bitstream shifted out of TDO,
returning multiple results as "multiple IR lengths". Not only this
can't happen in any reasonable setup, but downstream code also cannot
deal with it correctly either.

After this commit, the first (and generally, only) correlation is
returned, with an additional check for minimum IR length.
89a1f74c
applet.interface.jtag_pinout: convert to nMigen.
by whitequark 4 years 8 months
b6e24ea7
README.md: update acknowledgement section
by electronic_eel 4 years 8 months
1e7ca0a8
applet.program.mec16xx: clarify note on cursed beh...
by whitequark 4 years 8 months
applet.program.mec16xx: clarify note on cursed behavior.
506839f1
hardware: Add 3D printed case lid
by Sam Willcocks 4 years 8 months
9e64f516
hardware: Rename laser cut case directory
by Sam Willcocks 4 years 8 months
9256db54
applet.internal.selftest: indicate pins-* as broke...
by whitequark 4 years 8 months
applet.internal.selftest: indicate pins-* as broken on >=C0.

pins-pull is broken, too.
13a35093
applet.internal.selftest: indicate pins-{int,ext} ...
by whitequark 4 years 8 months
applet.internal.selftest: indicate pins-{int,ext} as broken on >=C0.
711bfc45
hardware: Add 3d printed case
by Greg Davill 4 years 8 months
34c8a6f7
database.ti.msp430: Initial import of device list ...
by Sylvain Munaut 5 years 11 months
database.ti.msp430: Initial import of device list from slau320ag

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
7ad0fcdb
Report a bug