circuitpython/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
..
bus drivers: Support special QSPI direct-read protocol. 2025-07-08 16:24:27 +10:00
cc3100 cc3200: Fix various array-based compiler warnings. 2022-07-21 16:26:04 +10:00
dht all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
esp-hosted drivers/esp-hosted: Replace EVENT_POLL_HOOK with mp_event_wait_ms. 2025-06-16 16:36:39 +10:00
memory drivers: Support special QSPI direct-read protocol. 2025-07-08 16:24:27 +10:00
ninaw10 drivers/ninaw10: Rename Bluetooth HCI backend driver. 2025-04-22 12:30:22 +10:00
README.md drivers: Remove drivers that are now in micropython-lib. 2022-09-08 11:27:05 +10:00

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