[pre-commit.ci] pre-commit autoupdate
by pre-commit-ci[bot] 1 day 21 hours
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.3...v0.14.4)
42c7b86d
support.arepl: fix tab completion when readline is...
by miyuko 2 days 40 min
support.arepl: fix tab completion when readline is using libedit.
ad1d3c7b
applet.interface.spi_controller: make CS# pin opti...
by whitequark 6 days 11 hours
applet.interface.spi_controller: make CS# pin optional.

This is useful for some SPI-like interfaces with custom synchronization
or if CS# is implemented manually (e.g. for AVR SPI programming, where
it is merged with the reset pin, it is more convenient to do so).
16c51fb5
applet.control.gpio: improve log message for 1-pin...
by whitequark 6 days 11 hours
applet.control.gpio: improve log message for 1-pin case.

Before:

D: g.applet.program.avr.spi: assigning pin reset[0] to A0

After:

D: g.applet.program.avr.spi: assigning pin reset to A0
1839f77f
applet.control.gpio: allow renaming GPIO pins.
by whitequark 6 days 11 hours
applet.control.gpio: allow renaming GPIO pins.

This improves log messages for these pins.
aaf62d31
[pre-commit.ci] software: automatic code style fix...
by pre-commit-ci[bot] 1 week 1 day
[pre-commit.ci] software: automatic code style fixes.

For more information, see https://pre-commit.ci.
74a152c6
applet.control.clock: new applet.
by whitequark 1 week 1 day
c4a33a26
manual: use/basic: fix heading. NFC
by whitequark 1 week 1 day
806ffe71
applet.program.avr: fix `--help` text rendering. N...
by whitequark 1 week 1 day
applet.program.avr: fix `--help` text rendering. NFC
28befd47
[pre-commit.ci] pre-commit autoupdate
by pre-commit-ci[bot] 1 week 1 day
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.14.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.2...v0.14.3)
ca566a92
Report a bug