aboutsummaryrefslogtreecommitdiff
path: root/extmod/vfs.c
AgeCommit message (Expand)Author
2017-06-07extmod/vfs: Allow "buffering" and "encoding" args to VFS's open().Damien George
2017-06-07extmod/vfs: Allow to statvfs the root directory.Damien George
2017-05-10extmod/vfs: Use MP_S_IFDIR, MP_S_IFREG consts instead of magic numbers.Damien George
2017-05-10extmod/vfs: Implement mp_vfs_ilistdir().Damien George
2017-05-05extmod/vfs: Allow a VFS to be mounted at the root dir.Damien George
2017-03-29extmod: Update for changes to mp_obj_str_get_data.Damien George
2017-03-13extmod/vfs: Rewrite path lookup algo to support relative paths from root.Damien George
2017-02-13extmod/vfs: Allow to stat the root directory.Damien George
2017-02-09extmod/vfs: Raise OSError(EEXIST) on attempt to mkdir a mount point.Damien George
2017-02-09extmod/vfs: Allow to mount a block device, not just a VFS object.Damien George
2017-01-30extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h.Damien George
2017-01-30extmod/vfs: Expose lookup_path_raw as mp_vfs_lookup_path.Damien George
2017-01-27extmod/vfs: Expose mp_vfs_mount_t type.Damien George
2017-01-27extmod/vfs: Add ability for VFS sub-system to import using VfsFat.Damien George
2017-01-27extmod: Add generic VFS sub-system.Damien George