mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-25 00:58:33 -07:00
Rework the spi_config commands so that bus configuration and shutdown message configuration is done separately from the main "config_spi" command. This makes the spi configuration more flexible. It's now possible to use software spi without a CS pin. It's now possible to define multiple SPI messages to send on a shutdown event. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |
||
|---|---|---|
| .. | ||
| analog.c | ||
| console.c | ||
| gpio.h | ||
| hard_pwm.c | ||
| internal.h | ||
| Kconfig | ||
| main.c | ||
| Makefile | ||
| pca9685.c | ||
| spidev.c | ||
| timer.c | ||
| watchdog.c | ||