zephyr/drivers/spi
Andrzej Głąbek 2469097b34 drivers: nrfx: Allow simultaneous use of SPI_0 and I2C_0 on nRF52810
In most Nordic SoCs the SPI and TWI peripherals with the same instance
number share certain resources and cannot be used at the same time.
In nRF52810 there are only single instances of these peripherals and
they are arranged in a different way so this limitation does not apply.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2018-08-13 18:45:04 -07:00
..
CMakeLists.txt
Kconfig drivers: spi: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.dw Kconfig: Use the first default with a satisfied condition 2018-08-10 12:38:28 -07:00
Kconfig.mcux_dspi drivers: spi: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.nrfx drivers: nrfx: Allow simultaneous use of SPI_0 and I2C_0 on nRF52810 2018-08-13 18:45:04 -07:00
Kconfig.sam0 drivers: spi: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.stm32 drivers: spi: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
spi_context.h
spi_dw_quark_se_ss_regs.h
spi_dw_regs.h
spi_dw.c drivers/spi: Handle the case when tx buf/len is NULL/>0 in DW driver 2018-05-29 16:21:08 -04:00
spi_dw.h
spi_handlers.c spi_handlers: fix some build issues 2018-05-17 23:34:03 +03:00
spi_intel_regs.h
spi_intel.c
spi_intel.h
spi_ll_stm32.c spi: spi_ll_stm32: (fix) Clear OVR bit condition 2018-06-04 12:35:52 -05:00
spi_ll_stm32.h
spi_mcux_dspi.c
spi_nrfx_spi.c
spi_nrfx_spim.c
spi_nrfx_spis.c
spi_sam0.c