applet.memory.25x.decode: remove incorrect asserts...
by whitequark 3 months 5 days
applet.memory.25x.decode: remove incorrect asserts.
bf9c614b
software: update pdm.min.lock.
by whitequark 3 months 5 days
485f8abc
cli: fix help text reflow for list items.
by whitequark 3 months 5 days
36b25002
applet.interface.uart_analyzer: add per-channel ba...
by whitequark 3 months 6 days
applet.interface.uart_analyzer: add per-channel baud rate.
bbc395f6
applet.interface.uart_analyzer: add ASCII output f...
by whitequark 3 months 6 days
applet.interface.uart_analyzer: add ASCII output format.
6a841575
applet.interface.uart_analyzer: batch messages.
by whitequark 3 months 6 days
4ab25467
applet.interface.uart_analyzer: new applet.
by whitequark 3 months 1 week
0aa39fec
applet.interface.spi_analyzer: remove unused attri...
by whitequark 3 months 1 week
applet.interface.spi_analyzer: remove unused attributes. NFC
3e39f8e7
abstract: add configurable rounding mode for `add_...
by whitequark 3 months 1 week
abstract: add configurable rounding mode for `add_clock_divisor()`.

This is useful for UART and similar protocols, where the desirable end
frequency should be "closest", rather than "not to exceed".
7916b822
gateware.uart: fix RX valid/ready signaling.
by whitequark 3 months 1 week
gateware.uart: fix RX valid/ready signaling.

Before this commit, the signaling did not follow stream rules. Even
though it's not defined as a stream, we treat it this way downstream,
and not clearing ready flag immediately on exiting READY state caused
duplicate received bytes.
5b3e2cbd
Report a bug