circuitpython/drivers/memory
Damien George a739b35a96 drivers/memory/spiflash: Change to use low-level SPI object not uPy one.
This patch alters the SPI-flash memory driver so that it uses the new
low-level C SPI protocol (from drivers/bus/spi.h) instead of the uPy SPI
protocol (from extmod/machine_spi.h).  This allows the SPI-flash driver to
be used independently from the uPy runtime.
2018-03-10 00:59:43 +11:00
..
spiflash.c drivers/memory/spiflash: Change to use low-level SPI object not uPy one. 2018-03-10 00:59:43 +11:00
spiflash.h drivers/memory/spiflash: Change to use low-level SPI object not uPy one. 2018-03-10 00:59:43 +11:00