micropython/drivers
Damien George cc5a94044a drivers/memory/spiflash: Rename functions to indicate they use cache.
This patch renames the existing SPI flash API functions to reflect the fact
that the go through the cache:

    mp_spiflash_flush -> mp_spiflash_cache_flush
    mp_spiflash_read  -> mp_spiflash_cached_read
    mp_spiflash_write -> mp_spiflash_cached_write
2018-06-14 16:52:56 +10:00
..
bus
cc3000
cc3100
dht
display
memory drivers/memory/spiflash: Rename functions to indicate they use cache. 2018-06-14 16:52:56 +10:00
nrf24l01
onewire
sdcard
wiznet5k
README.md

README.md

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