README: we use nMigen now.
by whitequark 5 years 5 months
ee365bf5
README: clarify some sentences. NFC.
by whitequark 5 years 5 months
457cfa7c
applet.internal.selftest: fix pins-loop.
by Mike Walters 5 years 5 months
applet.internal.selftest: fix pins-loop.

Changes in bea50eb8 & 5506af77 broke pins-loop.
03019f14
README: clarify timing claims; make "minimal effor...
by whitequark 5 years 5 months
README: clarify timing claims; make "minimal effort" more realistic.

In this case "minimal effort" refers to using 2FF synchronizers and
a simple FSM driven by the system clock, which, when using revC at
48 MHz will not exceed 12 Mbps data rate. However, virtually anyone
with a minimal knowledge of HDL is able to implement applets that
use this technique.
d96c235f
applet.audio.yamaha_opx: fix copy-paste error.
by whitequark 5 years 6 months
e18d76ac
applet.program.m16c: add erase-block command.
by whitequark 5 years 6 months
a26db85b
applet.program.m16c: add links to actual Renesas d...
by whitequark 5 years 6 months
applet.program.m16c: add links to actual Renesas documentation.

And some explanation on the applet's structure.

Also, adjust code where appropriate according to vendor docs.
ea916726
applet.program.m16c: new applet.
by whitequark 5 years 6 months
b2d99e65
applet.interface.uart: add repl command.
by whitequark 5 years 6 months
applet.interface.uart: add repl command.

Useful for playing with binary interfaces over UART, for example
MCU bootloaders.
99bc27d2
README: add a section on factory flashing.
by whitequark 5 years 6 months
ca37b73b
Report a bug