Files
micropython/drivers
Damien George 62a674c9c4 drivers: Support special QSPI direct-read protocol.
This is useful for interfaces that stay in memory-mapped mode by default.
They can implement this method with a simple `memcpy()`.

Signed-off-by: Damien George <damien@micropython.org>
2025-07-08 16:24:27 +10:00
..

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