Skip to content
Snippets Groups Projects
Commit ec7dc7f8 authored by Damien George's avatar Damien George
Browse files

extmod/vfs: Allow to mount a block device, not just a VFS object.

If the mounted object doesn't have a "mount" method then assume it's a
block device and try to detect the filesystem.  Since we currently only
support FAT filesystems, the behaviour is to just try and create a VfsFat
object automatically, using the given block device.
parent 181f7d14
Branches
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment