zephyr/tests/drivers/spi/spi_loopback
Andrzej Głąbek 998c79d09b drivers: spi: Add shim for nrfx SPIM driver
This adds a translation layer to make the nrfx driver for the nRF SPIM
(SPI Master with EasyDMA) peripheral accessible via the Zephyr's API.
The shim is provided only for nRF52840 because of a hardware anomaly
present in nRF52832. See Anomaly 58 (SPIM: An additional byte is clocked
out when RXD.MAXCNT = 1) in Errata for this chip.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2018-04-12 14:19:53 -04:00
..
boards drivers: spi: Add shim for nrfx SPIM driver 2018-04-12 14:19:53 -04:00
src api/spi: Make cs attribute in struct spi_config constant 2018-04-04 19:02:35 +02:00
CMakeLists.txt tests: spi_loopback: add board specific configuration 2018-02-14 08:06:26 -05:00
Kconfig tests: spi_loopback: Move to using KConfig 2018-02-14 08:06:26 -05:00
prj_base.conf api/spi: Add a dedicated Kconfig option for asynchronous mode enablement 2018-04-04 19:02:35 +02:00
testcase.yaml tests: classify periphera tests 2018-04-09 22:55:20 -04:00