support.logging: add dump_seq.
by whitequark 5 years 6 months
ac06273a
applet.memory.prom: add verify command.
by whitequark 5 years 6 months
f0dedfd9
applet.memory.prom: new applet, replacing memory.2...
by whitequark 5 years 6 months
applet.memory.prom: new applet, replacing memory.27x.

The applet has been completely rewritten with a nicer implementation,
dramatically improved performance, and support for indirectly
addressing memories with many address lines through a shift register.
826d8f42
access.direct.arguments: add support for empty pin...
by whitequark 5 years 6 months
access.direct.arguments: add support for empty pin sets.
ad323423
cli: fix analyzer crash on 0-wide fields.
by whitequark 5 years 6 months
0ede862d
software: add `toolchain` extra for turnkey YoWASP...
by whitequark 5 years 6 months
software: add `toolchain` extra for turnkey YoWASP installation.
9db881d6
gateware: fix deprecated construct.
by whitequark 5 years 6 months
72cb28b2
applet.memory.27x: unmark as preview.
by whitequark 5 years 6 months
d3c57ae5
applet.memory.27x: increase default read latency t...
by whitequark 5 years 6 months
applet.memory.27x: increase default read latency to 500 ns.

It seems like for some really old EPROMs, like NEC D2732D, 250 ns is
not quite enough, and 500 ns would be safer.
10783d8a
software: include FX2 firmware in the repository.
by whitequark 5 years 6 months
software: include FX2 firmware in the repository.

This has several significant benefits:
* End users no longer have to install sdcc, which can be difficult
on Windows, and still adds complexity elsewhere.
* Updating a source checkout is simplified, and firmware/software
mismatch is no longer possible.
* setup.py is simplified, and the odd breakage we had in the past
is no longer possible. It will also be easier to convert it to
the declarative format in the future.
36dacc93
Report a bug