spi: add a SPI driver for the SAM0 series.
Impleentation is master only and uses polling to read and write. Signed-off-by: Michael Hope <mlhx@google.com>
This commit is contained in:
parent
af0718dc3a
commit
73d045e281
6 changed files with 553 additions and 0 deletions
|
@ -342,4 +342,6 @@ if SPI_LEGACY_API
|
|||
source "drivers/spi/Kconfig.nrf5_legacy"
|
||||
endif
|
||||
|
||||
source "drivers/spi/Kconfig.sam0"
|
||||
|
||||
endif # SPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue