micropython/drivers/sdcard
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
..
sdcard.py drivers/sdcard: Fix address calculation on v2 SDSC cards. 2022-06-10 12:56:31 +10:00
sdtest.py all: Reformat C and Python source code with tools/codeformat.py. 2020-02-28 10:33:03 +11:00