16 Commits (9adedce42e308692ea22a1e8e1154c51c1e8173d)

Author SHA1 Message Date
Peter Hinch 40a7e8c472 drivers/sdcard: Remove debugging print statement in ioctl method. 6 years ago
Mateusz Kijowski 1751f5ac7b drivers/sdcard: Do not release CS during the middle of read operations. 6 years ago
Damien George 1747d15c3a drivers/sdcard: Fix bug in computing number of sectors on SD Card. 6 years ago
Damien George 8b8c083625 drivers/sdcard: Change driver to use new block-device protocol. 6 years ago
Damien George 3759aa2cc9 drivers/sdcard: Update SD mounting example code for ESP8266. 7 years ago
Hemanth kumar a44892dd0d drivers/sdcard: Update doc for ESP8266 to use correct SPI number. 7 years ago
Ayke van Laethem a275cb0f48 drivers/sdcard: Avoid allocation on the heap. 7 years ago
Ayke van Laethem b90f51f86a drivers/sdcard: Support old SD cards (<=2GB). 7 years ago
Alexander Steffen 55f33240f3 all: Use the name MicroPython consistently in comments 7 years ago
Paul Sokolovsky 1c9ee49756 drivers: Replace deprecated Pin.high()/low() methods with .__call__(1/0). 8 years ago
Mike Causer c5310ee5b5 drivers: Fix some minor spelling mistakes. 8 years ago
Damien George 7bb0f7b0f6 drivers: Add "from micropython import const" when const is used. 8 years ago
Radomir Dopieralski ce1c786297 drivers/sdcard: Port the SDCard driver to new machine API. 8 years ago
Peter Hinch 2bd758fe96 drivers/sdcard: Add support for multi-block read/write; add SD test. 9 years ago
Damien George 24652228af drivers/sdcard: Allow up to 5 retries to initialise SD card. 9 years ago
Damien George 1570eaf0e3 drivers: Add SD card driver, controlled via SPI bus. 10 years ago