aboutsummaryrefslogtreecommitdiff
path: root/drivers/sdcard/sdtest.py
AgeCommit message (Collapse)Author
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
This is run with uncrustify 0.70.1, and black 19.10b0.
2018-09-20drivers/sdcard: In test use os.umount and machine module instead of pyb.Peter Hinch
pyb.umount(None, mountpoint) no longer works.
2016-02-02drivers/sdcard: Add support for multi-block read/write; add SD test.Peter Hinch