micropython/drivers/bus
Damien George 58ebeca6a9 drivers/bus: Pull out software SPI implementation to dedicated driver.
This patch takes the software SPI implementation from extmod/machine_spi.c
and moves it to a dedicated file in drivers/bus/softspi.c.  This allows the
SPI driver to be used independently of the uPy runtime, making it a more
general component.
2018-03-10 00:59:43 +11:00
..
qspi.h drivers/bus: Add QSPI abstract type with software QSPI implementation. 2018-03-02 23:52:59 +11:00
softqspi.c drivers/bus: Add QSPI abstract type with software QSPI implementation. 2018-03-02 23:52:59 +11:00
softspi.c drivers/bus: Pull out software SPI implementation to dedicated driver. 2018-03-10 00:59:43 +11:00
spi.h drivers/bus: Pull out software SPI implementation to dedicated driver. 2018-03-10 00:59:43 +11:00