Dan Halbert
|
ef61b5ecb5
|
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
cpx build compiles and loads and works in repl; test suite not run yet
esp8266 not tested yet
|
2017-08-25 22:17:07 -04:00 |
Scott Shawcroft
|
2e155bcc31
|
shared-bindings: Add stub documentation of storage.VfsFat so other docs can link to it.
|
2017-08-07 16:20:19 -07:00 |
Scott Shawcroft
|
725d715a1b
|
shared-bindings: Introduce storage.remount() so you can set root as
writeable and prevent USB from editing it.
|
2017-06-28 16:18:13 -07:00 |
Scott Shawcroft
|
778e975936
|
Split uos module into os and storage.
os is a subset of CPython's os. storage contains additional
file system mounting functionality based on UNIX's mount
management.
Fixes #140
|
2017-06-27 15:17:30 -07:00 |