aboutsummaryrefslogtreecommitdiff
path: root/shared-bindings/storage/__init__.c
AgeCommit message (Collapse)Author
2017-08-27Modernize module and class static dicts; update freetouchDan Halbert
2017-08-07shared-bindings: Add stub documentation of storage.VfsFat so other docs can ↵2.0.0-beta.1Scott Shawcroft
link to it.
2017-06-28shared-bindings: Introduce storage.remount() so you can set root asScott Shawcroft
writeable and prevent USB from editing it.
2017-06-27Split uos module into os and storage.Scott Shawcroft
os is a subset of CPython's os. storage contains additional file system mounting functionality based on UNIX's mount management. Fixes #140