diff options
author | Damien George <damien.p.george@gmail.com> | 2017-03-10 17:13:29 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-05-05 20:15:10 +1000 |
commit | c9a3a68a493426826841b4c0e22f8d688a12ad03 (patch) | |
tree | 46f1622a146cbdcfbe867b949518e1a99c7370d0 /extmod/modurandom.c | |
parent | d4c070415a3ec8ea06ab99b48ecf6976b7c93289 (diff) | |
download | micropython-c9a3a68a493426826841b4c0e22f8d688a12ad03.tar.gz micropython-c9a3a68a493426826841b4c0e22f8d688a12ad03.zip |
extmod/vfs: Allow a VFS to be mounted at the root dir.
This patch allows mounting of VFS objects right at the root directory, eg
os.mount(vfs, '/'). It still allows VFS's to be mounted at a path within
the root, eg os.mount(vfs, '/flash'), and such mount points will override
any paths within a VFS that is mounted at the root.
Diffstat (limited to 'extmod/modurandom.c')
0 files changed, 0 insertions, 0 deletions