summaryrefslogtreecommitdiff
path: root/extmod/vfs.h
AgeCommit message (Expand)Author
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-07-18all: Unify header guard usage.Alexander Steffen
2017-06-27Split uos module into os and storage.Scott Shawcroft
2017-05-10extmod/vfs: Implement mp_vfs_ilistdir().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: Add generic VFS sub-system.Damien George