circuitpython/drivers/memory
Damien George 4e48700f9a drivers/memory/spiflash: Add support for QSPI interface.
The spiflash memory driver is reworked to allow the underlying bus to be
either normal SPI or QSPI.  In both cases the bus can be implemented in
software or hardware, as long as the spiflash driver is passed the correct
configuration structure.
2018-03-02 23:54:09 +11:00
..
spiflash.c drivers/memory/spiflash: Add support for QSPI interface. 2018-03-02 23:54:09 +11:00
spiflash.h drivers/memory/spiflash: Add support for QSPI interface. 2018-03-02 23:54:09 +11:00