micropython/drivers
Andrew Leech 30501d3f54 drivers, stm32: Support SPI/QSPI flash chips over 16MB.
With a SPI flash that has more than 16MB, 32-bit addressing is required
rather than the standard 24-bit.  This commit adds support for 32-bit
addressing so that the SPI flash commands (read/write/erase) are selected
automatically depending on the size of the address being used at each
operation.
2020-01-30 13:18:38 +11:00
..
bus drivers, stm32: Support SPI/QSPI flash chips over 16MB. 2020-01-30 13:18:38 +11:00
cc3000
cc3100
cyw43 drivers/cyw43: Fix to build in nanbox mode. 2019-12-27 22:54:53 +11:00
dht
display
memory drivers, stm32: Support SPI/QSPI flash chips over 16MB. 2020-01-30 13:18:38 +11: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.