micropython/drivers
robert-hh 2b5a5a0f35 samd/samd_qspiflash: Add QSPI flash driver and configure it accordingly.
The QSPI driver provides the interface for using an on-board QSPI flash for
the filesystem.  It provides the same methods as the driver for the
internal flash and uses the same name.  Therefore, only one of the drivers
for internal flash, SPI flash and QSPI flash must be enabled at a time.

Signed-off-by: robert-hh <robert@hammelrath.com>
2023-06-06 00:49:36 +10:00
..
bus
cc3100
cyw43 all: Fix spelling mistakes based on codespell check. 2023-04-27 18:03:06 +10:00
dht
memory samd/samd_qspiflash: Add QSPI flash driver and configure it accordingly. 2023-06-06 00:49:36 +10:00
ninaw10 all: Fix spelling mistakes based on codespell check. 2023-04-27 18:03:06 +10:00
README.md

README.md

This directory contains C drivers for specific hardware. The drivers are intended to work across multiple ports.