[pre-commit.ci] software: automatic code style fix...
by pre-commit-ci[bot] 6 hours 15 min
[pre-commit.ci] software: automatic code style fixes.

For more information, see https://pre-commit.ci.
5c935bc2
applet.program.ice40_sram: assert CS# only once FP...
by whitequark 7 hours 1 min
applet.program.ice40_sram: assert CS# only once FPGA is in reset.

Since configuration interface CS# pin can be configured as an ouptut
by the bitstream, behavior before this commit can cause bus contention.
It has destroyed a CS# pin output cascade on one of my boards :(
bb28c351
abstract: ClockDivisor: accept exact match with 0 ...
by whitequark 1 week 6 hours
abstract: ClockDivisor: accept exact match with 0 tolerance.
a54645ae
applet.audio.dac: add API documentation.
by whitequark 1 week 6 hours
7aeb5781
applet.interface.uart: fix exception when optional...
by sazzach 12 hours 56 min
applet.interface.uart: fix exception when optional rx is missing.

Fixes #1106
Also added missing import for `GlasgowAppletError`
990ac475
[pre-commit.ci] pre-commit autoupdate
by pre-commit-ci[bot] 5 days 20 hours
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.14.13 → v0.14.14](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.13...v0.14.14)
2b3953f1
software: update `pdm.min.lock`.
by github-merge-queue 6 days 10 hours
3733620d
applet.interface.uart: flush IN FIFO on newline.
by whitequark 1 week 23 hours
applet.interface.uart: flush IN FIFO on newline.

This *greatly* improves responsiveness of e.g. running `dmesg` in
a serial terminal connected to a Linux machine, or entering U-Boot
using an interrupt sequence, or other similar use cases.
3b3eb7fb
software: update `pdm.min.lock`.
by github-merge-queue 1 week 4 days
57e6cb7d
[pre-commit.ci] pre-commit autoupdate
by pre-commit-ci[bot] 1 week 5 days
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.14.11 → v0.14.13](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.11...v0.14.13)
3a2816ac
Report a bug