README: convert py3.7 specific steps into generic ...
by attie 2 years 2 months
README: convert py3.7 specific steps into generic py3 steps, and list oldest Debian and Ubuntu versions supported
41520af7
README: amaranth depends on py3.8, so follow suit
by attie 2 years 2 months
49ee8abd
README: swap 'setup.py' for 'pip install -e'
by attie 2 years 2 months
729a4fc7
CI: enable builds for merge queue.
by whitequark 2 years 2 months
2bb7355f
applet.interface.spi_controller: convert to native...
by Marcelina Kościelnicka 2 years 6 months
applet.interface.spi_controller: convert to native amaranth

Addresses a bunch of items from #150.
034b0158
README: add notice for crowdsupply buyers.
by whitequark 2 years 3 months
1f7f4b10
applet.program.stusb4500_nvm: Import new applet to...
by Sylvain Munaut 2 years 5 months
applet.program.stusb4500_nvm: Import new applet to program STUSB4500 NVM

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
406e06fa
software: migrate from `crcmod` to `crc`.
by Bjoern Kerler 2 years 5 months
software: migrate from `crcmod` to `crc`.

The `crc` package is maintained and does not have problematic native
dependencies.
030e3104
applet.interface.jtag_svf: ignore TRST OFF when TR...
by Marcelina Kościelnicka 2 years 6 months
applet.interface.jtag_svf: ignore TRST OFF when TRST# not present

Some SVF producers (like Xilinx impact) emit a TRST OFF command as
part of the initialization. This has no effect other than bringing the
system to the default state, so ignoring it when there is no TRST# pin
is harmless. Likewise, ignore TRST Z in this case.
8c490156
applet.display.hd44780: convert to native amaranth
by Marcelina Kościelnicka 2 years 7 months
applet.display.hd44780: convert to native amaranth

Addresses `display.hd44780` item from #150.

Includes some trivial gateware improvements.
5f289541
Report a bug