[pre-commit.ci] pre-commit autoupdate
by pre-commit-ci[bot] 2 months 1 week
[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 2 weeks
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 2 weeks
58e69335
[pre-commit.ci] pre-commit autoupdate
by pre-commit-ci[bot] 2 months 2 weeks
[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 2 weeks
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 2 weeks
applet.memory.25x: make `identify` the default operation.
d58233b0
firmware: do not silence APT operations.
by whitequark 2 months 2 weeks
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 2 weeks
d5205ef2
firmware: add readout for pull expander input leve...
by whitequark 2 months 2 weeks
firmware: add readout for pull expander input level (-125 bytes XRAM).

This is very useful for selftest on revC and not much else.
8b5afc70
manual: install: prefer -Syu over -Sy
by Yue 2 months 2 weeks
91f5b1bc
Report a bug