applet.selftest: turn on the FPGA user LEDs
by Hector Martin 6 years 2 months
48b61ff0
revC1: update schematic with current/voltage figures for LEDs
by Hector Martin 6 years 2 months
a47714e1
revC1: adjust LED resistor values for eye safety
by Hector Martin 6 years 2 months
e767dfa9
applet.display.pdi: experiment with staging.
by whitequark 6 years 2 months
44f9b182
applet.display.pdi: add --checkerboard option.
by whitequark 6 years 2 months
ab19c43b
applet.display.pdi: new applet.
by whitequark 6 years 2 months
d20f0d49
applet..spi_master: add delay commands. These can be very useful if the SPI device requires specific timings; in particular, for small delays (e.g. 10 us between commands) it is much more efficient to implement these as subtarget commands than it would be to wait on the host. The synchronize method is useful for e.g. the following pattern: await spi_iface.write(...) await spi_iface.delay_ms(...) await device.write_register(...) or in other words, in any case that SPI delays should have a defined phase relationship to any other actions.
by whitequark 6 years 2 months
c376c00f
gateware.analyzer: only flush output FIFO if supported.
by whitequark 6 years 2 months
e2e42d8d
applet..spi_master: release SS for at least one half period.
by whitequark 6 years 2 months
03f186a3
{target,gateware}.analyzer: use explicit flush. This makes USB bandwidth use more efficient.
by whitequark 6 years 2 months
7bf0c55b
Report a bug