applet.program.ice40_sram: Fix obvious indent erro...
by Sylvain Munaut 6 years 2 months
applet.program.ice40_sram: Fix obvious indent error in CDONE poll loop

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
3f590c31
applet.memory.floppy: fix spurious StopIteration i...
by whitequark 6 years 2 months
applet.memory.floppy: fix spurious StopIteration in MFM decoder.
3c9501c3
applet.memory.floppy: reduce FIFO overflows.
by whitequark 6 years 2 months
applet.memory.floppy: reduce FIFO overflows.

This is at best a workaround; ideally we would not issue small (256
byte) FIFO reads in Python at all, as this does not interact well
with the lack of preemption in asyncio.
1c9d100f
platform.rev_c0: the default clock period is (1/48...
by whitequark 6 years 2 months
platform.rev_c0: the default clock period is (1/48 MHz).
c3b8a9a2
revC: add a few detailed explanations on schematic...
by whitequark 6 years 2 months
revC: add a few detailed explanations on schematic.

Also, where applicable, move text to match moved symbols, and remove
clearly outdated text.
c2789554
revC1: simplify a trace
by Hector Martin 6 years 2 months
73b1b187
revC1: fix USB testpoint silkscreen/fab
by Hector Martin 6 years 2 months
d571f7bc
revC1: add USB testpoints to the rear
by Hector Martin 6 years 2 months
e91c7a98
support.chunked_fifo: simplify.
by whitequark 6 years 2 months
c5154482
applet.audio.dac: allow changing modulation freque...
by whitequark 6 years 2 months
applet.audio.dac: allow changing modulation frequency.

This is useful if this applet is used as a part of Class D amplifier,
which isn't fast enough to support 30 or 48 MHz modulation.
444e4a88
Report a bug