drivers: spi: Add shim for nrfx SPI driver
This adds a translation layer to make the nrfx driver for the legacy (i.e. without EasyDMA) nRF SPI peripheral accessible via the updated Zephyr's API of the SPI driver. Configuration files are already prepared for adding support for SPIM (Master with EasyDMA) and SPIS (Slave with EasyDMA) peripherals. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
parent
09dd5e9b22
commit
00397c65bc
9 changed files with 611 additions and 60 deletions
|
@ -9,3 +9,12 @@ config HAS_NORDIC_DRIVERS
|
|||
|
||||
config HAS_NRFX
|
||||
bool
|
||||
|
||||
config NRFX_SPI
|
||||
bool
|
||||
|
||||
config NRFX_SPIM
|
||||
bool
|
||||
|
||||
config NRFX_SPIS
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue