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