summaryrefslogtreecommitdiff
path: root/drivers/sdcard/sdcard.py
AgeCommit message (Expand)Author
2021-04-23drivers/sdcard: Add sleep_ms(1) delay in SDCard.readinto sync loop.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-11-06drivers/sdcard: Raise exception on timeout of readinto.Jeremy Herbert
2018-09-20drivers/sdcard: Remove debugging print statement in ioctl method.Peter Hinch
2018-07-05drivers/sdcard: Do not release CS during the middle of read operations.Mateusz Kijowski
2018-06-15drivers/sdcard: Fix bug in computing number of sectors on SD Card.Damien George
2018-06-15drivers/sdcard: Change driver to use new block-device protocol.Damien George
2018-02-18drivers/sdcard: Update SD mounting example code for ESP8266.Damien George
2018-01-31drivers/sdcard: Update doc for ESP8266 to use correct SPI number.Hemanth kumar
2018-01-10drivers/sdcard: Avoid allocation on the heap.Ayke van Laethem
2017-12-22drivers/sdcard: Support old SD cards (<=2GB).Ayke van Laethem
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
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
2016-11-03drivers: Add "from micropython import const" when const is used.Damien George
2016-09-01drivers/sdcard: Port the SDCard driver to new machine API.Radomir Dopieralski
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
2014-12-27drivers: Add SD card driver, controlled via SPI bus.Damien George