software: include FX2 firmware in the repository.
by whitequark 4 years 12 months
software: include FX2 firmware in the repository.

This has several significant benefits:
* End users no longer have to install sdcc, which can be difficult
on Windows, and still adds complexity elsewhere.
* Updating a source checkout is simplified, and firmware/software
mismatch is no longer possible.
* setup.py is simplified, and the odd breakage we had in the past
is no longer possible. It will also be easier to convert it to
the declarative format in the future.
36dacc93
applet.memory.27x: new applet.
by whitequark 4 years 12 months
64e8f437
cli: fix intermittent analyzer error.
by whitequark 4 years 12 months
cli: fix intermittent analyzer error.

Due to a logic error, sometimes analyzer would crash with a message
similar to:

vcd.writer.VCDPhaseError: Out of order timestamp: 171587604
77812e0e
examples: update boilerplate for nMigen.
by whitequark 4 years 12 months
39ec83c0
applet.sensor.pmsx003: add documentation reference...
by whitequark 5 years 2 weeks
applet.sensor.pmsx003: add documentation references.
ad779686
applet.sensor.pmsx003: unmark as preview.
by whitequark 5 years 2 weeks
applet.sensor.pmsx003: unmark as preview.

Also, verified that it works fine with PMS7003.
b6d4c026
CI: use YoWASP instead of custom Yosys/nextpnr bui...
by whitequark 5 years 2 weeks
CI: use YoWASP instead of custom Yosys/nextpnr build scripts.
2ef6d7fc
applet.interface.analyzer: fix crash on ^C if no d...
by whitequark 5 years 2 weeks
applet.interface.analyzer: fix crash on ^C if no data was written.
f885790d
applet.interface.analyzer: add --pull-ups and --pu...
by whitequark 5 years 2 weeks
applet.interface.analyzer: add --pull-ups and --pull-downs options.
698e5206
support.data_logger: fix edge cases in influxdb ar...
by whitequark 5 years 1 month
support.data_logger: fix edge cases in influxdb argument parsing.
b5edd412
Report a bug