index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
sdcard
Age
Commit message (
Expand
)
Author
2018-02-18
drivers/sdcard: Update SD mounting example code for ESP8266.
Damien George
2018-01-31
drivers/sdcard: Update doc for ESP8266 to use correct SPI number.
Hemanth kumar
2018-01-10
drivers/sdcard: Avoid allocation on the heap.
Ayke van Laethem
2017-12-22
drivers/sdcard: Support old SD cards (<=2GB).
Ayke van Laethem
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-05-21
drivers: Replace deprecated Pin.high()/low() methods with .__call__(1/0).
Paul Sokolovsky
2017-01-18
drivers: Fix some minor spelling mistakes.
Mike Causer
2016-11-03
drivers: Add "from micropython import const" when const is used.
Damien George
2016-09-01
drivers/sdcard: Port the SDCard driver to new machine API.
Radomir Dopieralski
2016-02-02
drivers/sdcard: Add support for multi-block read/write; add SD test.
Peter Hinch
2015-10-10
drivers/sdcard: Allow up to 5 retries to initialise SD card.
Damien George
2014-12-27
drivers: Add SD card driver, controlled via SPI bus.
Damien George