aboutsummaryrefslogtreecommitdiffstats
path: root/src/atsamd/spi.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2019-08-06 11:44:29 -0400
committerKevin O'Connor <kevin@koconnor.net>2019-08-06 18:56:53 -0400
commitc2a08962b79ccdb4b33b26becefa247506a7fd40 (patch)
treea3cb44e1d877f9af05bce7fb5dc22c7ae3221227 /src/atsamd/spi.c
parent30bd7c0e47ddf495db54448d1fdf085ab480efea (diff)
downloadkutter-c2a08962b79ccdb4b33b26becefa247506a7fd40.tar.gz
kutter-c2a08962b79ccdb4b33b26becefa247506a7fd40.tar.xz
kutter-c2a08962b79ccdb4b33b26becefa247506a7fd40.zip
spicmds: Rework spi config commands
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>
Diffstat (limited to 'src/atsamd/spi.c')
-rw-r--r--src/atsamd/spi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/atsamd/spi.c b/src/atsamd/spi.c
index 67c68cea..02aad5d3 100644
--- a/src/atsamd/spi.c
+++ b/src/atsamd/spi.c
@@ -6,9 +6,7 @@
// This file may be distributed under the terms of the GNU GPLv3 license.
#include "internal.h" // enable_pclock
-#include "command.h" // shutdown
#include "gpio.h" // spi_setup
-#include "sched.h" // sched_shutdown
void
spi_init(uint32_t bus, SercomSpi *ss, uint32_t ctrla, uint32_t baud)