micropython/drivers
Damien George ee9feacc00 drivers/sdcard: Fix address calculation on v2 SDSC cards.
For v2 cards that are standard capacity the read/write/erase commands take
byte address values.  Use the result of CMD58 to distinguish SDSC from
SDHC/SDXC.

Signed-off-by: Damien George <damien@micropython.org>
2022-06-10 12:56:31 +10:00
..
bus drivers/bus: Rename MP_SPI_ADDR_IS_32B to MICROPY_HW_SPI_ADDR_IS_32BIT. 2022-06-02 14:30:51 +10:00
cc3000
cc3100
codec
cyw43
dht
display
lsm6dsox drivers/lsm6dsox: Add support for SPI mode. 2022-06-03 01:24:51 +10:00
memory drivers/bus: Rename MP_SPI_ADDR_IS_32B to MICROPY_HW_SPI_ADDR_IS_32BIT. 2022-06-02 14:30:51 +10:00
neopixel
ninaw10
nrf24l01
onewire
sdcard drivers/sdcard: Fix address calculation on v2 SDSC cards. 2022-06-10 12:56:31 +10:00
wiznet5k
README.md

README.md

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