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:
Michael Hope 2017-12-17 20:55:45 +01:00 committed by Anas Nashif
commit 73d045e281
6 changed files with 553 additions and 0 deletions

View file

@ -342,4 +342,6 @@ if SPI_LEGACY_API
source "drivers/spi/Kconfig.nrf5_legacy"
endif
source "drivers/spi/Kconfig.sam0"
endif # SPI