summaryrefslogtreecommitdiff
path: root/extmod/vfs.h
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2019-12-04protocols: Allow them to be (optionally) type-safeJeff Epler
2018-07-13compiles and runs; hangs on import storage;storage.VfsFat.<tab>Dan Halbert
2018-07-11WIP: after merge; before testingDan Halbert
2018-06-06extmod/vfs: Introduce a C-level VFS protocol, with fast import_stat.Damien George
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