mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
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.
This directory contains drivers for specific hardware. The drivers are intended to work across multiple ports.