[pre-commit.ci] pre-commit autoupdate
by pre-commit-ci[bot] 1 month 3 weeks
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.14.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.8...v0.14.9)
be50d7db
software: update `pdm.min.lock`.
by github-merge-queue 1 month 3 weeks
62232bab
[pre-commit.ci] pre-commit autoupdate
by pre-commit-ci[bot] 1 month 4 weeks
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.7...v0.14.8)
bd902f90
hardware.assembly: HardwareOutPipe fix buffer_size...
by sazzach 2 months 5 days
hardware.assembly: HardwareOutPipe fix buffer_size not working when > ~2000000

Previously, when buffer_size was set, send only checked the size of
inflight requests. This meant that if buffer_size was more than
~_max_packets_per_ep * 512 (2097152), send would never stall as the
size of inflight requests cannot exceed this value.

Changed to instead consider both the size of inflight requests and
the size of the contents of the buffer.
5cdb5925
applet.audio.dac: migrate to V2 API
by sazzach 5 months 1 week
58e69335
[pre-commit.ci] pre-commit autoupdate
by pre-commit-ci[bot] 2 months 6 days
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.14.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.6...v0.14.7)
b1e9a04b
applet.internal.selftest: add `pins-bufs` mode.
by whitequark 2 months 1 week
applet.internal.selftest: add `pins-bufs` mode.

This mode could be used to identify buffer output cascade faults
on revC1+.
28be3ad9
applet.memory.25x: make `identify` the default ope...
by whitequark 2 months 1 week
applet.memory.25x: make `identify` the default operation.
d58233b0
firmware: do not silence APT operations.
by whitequark 2 months 1 week
firmware: do not silence APT operations.

Sometimes the network does not work in the container, causing all
requests to time out for multiple minutes, and seeing no output during
that entire time is unacceptable.
bc73e78d
software: deploy firmware.
by whitequark 2 months 1 week
d5205ef2
Report a bug