CI: drop py3.7 and add py3.10
by attie 1 year 12 months
c16d8743
README: revise Yosys + nextpnr install links
by attie 1 year 12 months
e0157ddc
README: convert py3.7 specific steps into generic ...
by attie 1 year 12 months
README: convert py3.7 specific steps into generic py3 steps, and list oldest Debian and Ubuntu versions supported
624b387d
README: amaranth depends on py3.8, so follow suit
by attie 1 year 12 months
7e809cc3
README: swap 'setup.py' for 'pip install -e'
by attie 1 year 12 months
dc53c395
applet.interface.spi_controller: convert to native...
by Marcelina Kościelnicka 2 years 3 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 weeks
1f7f4b10
applet.program.stusb4500_nvm: Import new applet to...
by Sylvain Munaut 2 years 2 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 3 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 4 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
Report a bug