applet.program.avr.spi: add ICSP pinout to help te...
by whitequark 6 years 6 months
909038b8
applet.program.avr.spi: add `identify` command as ...
by whitequark 6 years 6 months
applet.program.avr.spi: add `identify` command as an alias.
758bf025
applet.program.avr.spi: fix bit rot.
by whitequark 6 years 6 months
dd29258b
cli: add a boneless formatting directive :: for AS...
by whitequark 6 years 6 months
cli: add a boneless formatting directive :: for ASCII art.

Help text should probably be interpreted as Markdown or something,
but I'm too lazy to do this right now.
eac6872e
applet.interface.ps2_host: new applet.
by whitequark 6 years 10 months
c81d1894
target.analyzer: add basic infrastructure for gene...
by whitequark 6 years 6 months
target.analyzer: add basic infrastructure for generic events.

This can be used with code like the following:

subtarget = iface.add_subtarget(...)
subtarget.finalize() # for examining FSM states
target.analyzer.add_generic_event(self, "sig", subtarget.sig)

To reach its full potential, nMigen is required.
cf220b60
cli: display a prominent warning in log for previe...
by whitequark 6 years 6 months
cli: display a prominent warning in log for preview applets.

Just to be clear.
4fd22247
cli: simplify after 6315ec10. NFC.
by whitequark 6 years 6 months
cea1ad8a
cli: help wording. NFC.
by whitequark 6 years 6 months
73f79e61
cli: remove `run --bitstream`, add `run-prebuilt [...
by whitequark 6 years 6 months
cli: remove `run --bitstream`, add `run-prebuilt [BITSTREAM]`.

The former isn't that useful currently (most of its uses probably
should be replaced with a 2-line Python file that instantiates
GlasgowHardwareDevice() directly), and the latter has actual use
case: prebuilding bitstreams on a machine that has the FPGA toolchain
to use them on a machine that does not, as well as testing bitstreams
received from someone else. Both cases require the applet code to be
actually run.
6315ec10
Report a bug