summaryrefslogtreecommitdiff
path: root/drivers/sdcard
AgeCommit message (Collapse)Author
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
There were several different spellings of MicroPython present in comments, when there should be only one.
2017-05-21drivers: Replace deprecated Pin.high()/low() methods with .__call__(1/0).Paul Sokolovsky
2017-01-18drivers: Fix some minor spelling mistakes.Mike Causer
respones -> response succeses -> successes
2016-11-03drivers: Add "from micropython import const" when const is used.Damien George
Following best-practice use of the const feature, to make it compatible with Python.
2016-09-01drivers/sdcard: Port the SDCard driver to new machine API.Radomir Dopieralski
With backwards compatibility for pyboard.
2016-02-02drivers/sdcard: Add support for multi-block read/write; add SD test.Peter Hinch
2015-10-10drivers/sdcard: Allow up to 5 retries to initialise SD card.Damien George
Apparently some cards need more than 2 retries. See issue #1482.
2014-12-27drivers: Add SD card driver, controlled via SPI bus.Damien George