circuitpython/drivers/memory
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
..
external_flash_device.h drivers/memory: Add IS25LPWP064D chip to list of external flash devices. 2024-03-28 15:52:40 +11:00
spiflash.c drivers: Support special QSPI direct-read protocol. 2025-07-08 16:24:27 +10:00
spiflash.h drivers/memory/spiflash: Allow a board/port to detect SPI flash. 2025-04-09 22:36:55 +10:00