rp/spi: add write-only spi driver

This commit is contained in:
Dario Nieuwenhuis
2021-06-25 06:23:46 +02:00
parent 9cf1d5b29c
commit 88bc2972f6
3 changed files with 185 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ pub mod interrupt;
pub mod dma;
pub mod gpio;
pub mod spi;
pub mod uart;
mod clocks;
@@ -60,6 +61,9 @@ embassy_extras::peripherals! {
UART0,
UART1,
SPI0,
SPI1,
DMA_CH0,
DMA_CH1,
DMA_CH2,