Skip to content
  • Damien George's avatar
    extmod/vfs: Allow a VFS to be mounted at the root dir. · c9a3a68a
    Damien George authored
    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.
    c9a3a68a