mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-06 20:06:47 +00:00
This driver uses the QMSI library and mostly translates calls from the Zephyr API to QMSI ones. This driver conflicts with the native driver implemenation. In order to enable it, you must set: CONFIG_QMSI_DRIVERS=y CONFIG_QMSI_INSTALL_PATH="PATH_TO_QMSI" CONFIG_SPI_QMSI=y CONFIG_SPI_QMSI_PORT_0=y CONFIG_SPI_QMSI_PORT_1=y Missing: - Support for using a GPIO pin as Chip Select; Change-Id: I0d8eca88a2a803b6b3604f396f874313fe90753c Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
spi_dw.c | ||
spi_dw.h | ||
spi_intel.c | ||
spi_intel.h | ||
spi_qmsi.c |