summaryrefslogtreecommitdiffstatshomepage
path: root/drivers/sdcard
Commit message (Expand)AuthorAge
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* drivers: Replace deprecated Pin.high()/low() methods with .__call__(1/0).Paul Sokolovsky2017-05-21
* drivers: Fix some minor spelling mistakes.Mike Causer2017-01-18
* drivers: Add "from micropython import const" when const is used.Damien George2016-11-03
* drivers/sdcard: Port the SDCard driver to new machine API.Radomir Dopieralski2016-09-01
* drivers/sdcard: Add support for multi-block read/write; add SD test.Peter Hinch2016-02-02
* drivers/sdcard: Allow up to 5 retries to initialise SD card.Damien George2015-10-10
* drivers: Add SD card driver, controlled via SPI bus.Damien George2014-12-27