summaryrefslogtreecommitdiff
path: root/shared-bindings/sdcardio/SDCard.c
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2021-02-09sdcardio: add a note about sharing the SPI bus with SD cards and other devicesJeff Epler
Similar to https://github.com/adafruit/Adafruit_CircuitPython_SD/pull/44
2020-08-07Modify some Python stubsTaku Fukada
2020-07-27Fix several type hintsTaku Fukada
2020-07-24Add and correct some type hintsTaku Fukada
2020-07-03Made every init return Nonedherrada
2020-07-03Added type hints to sdcardiodherrada
2020-06-26Update shared-bindings/sdcardio/SDCard.cJeff Epler
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
2020-06-26sdcardio: implement new library for SD card I/OJeff Epler
Testing performed: That a card is successfully mounted on Pygamer with the built in SD card slot This module is enabled for most FULL_BUILD boards, but is disabled for samd21 ("M0"), litex, and pca10100 for various reasons.