applet.interface.spi_controller_deprecated: remove...
by whitequark 1 day 15 hours
applet.interface.spi_controller_deprecated: remove.
79bd920e
applet.display.pdi: remove.
by whitequark 1 day 15 hours
applet.display.pdi: remove.

This is a V1 applet using the deprecated SPI controller, and it would
require a non-trivial migration effort. I still have the device against
which it was written, but given how obscure this early EPD is, it feels
unlikely that this applet serves anyone's needs.

We do not often remove applets but this one seems like a good choice
for removal.
2405131f
applet.program.nrf24lx1: migrate to V2 API.
by whitequark 7 months 2 weeks
applet.program.nrf24lx1: migrate to V2 API.

Also, add some (non-exhaustive) hardware-in-loop tests.
0beae0c4
applet.radio.nrf24l01: migrate to V2 API.
by whitequark 7 months 1 week
applet.radio.nrf24l01: migrate to V2 API.

Also, add interface documentation.
55a8f95b
applet.interface.spi_controller: make `mode` an ar...
by whitequark 1 day 17 hours
applet.interface.spi_controller: make `mode` an argument of `SPIControllerInterface`.
9d9e67ad
[pre-commit.ci] pre-commit autoupdate
by pre-commit-ci[bot] 3 days 13 hours
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.14...v0.15.0)
cb688f77
software: update `pdm.min.lock`.
by github-merge-queue 2 days 3 hours
c9ebebff
[pre-commit.ci] software: automatic code style fix...
by pre-commit-ci[bot] 2 days 11 hours
[pre-commit.ci] software: automatic code style fixes.

For more information, see https://pre-commit.ci.
7f74cc54
applet.program.avr.spi: migrate to V2 API.
by whitequark 3 months 1 week
applet.program.avr.spi: migrate to V2 API.

Also, make programming entry procedure closer to what's described
in the datasheet.

Also, switch tests to ATmega328P, since that's much more common.
96ff4f7f
applet: fix bitrot around v2 hardware-in-loop test...
by whitequark 2 days 13 hours
applet: fix bitrot around v2 hardware-in-loop tests.
6418518a
Report a bug