aboutsummaryrefslogtreecommitdiff
path: root/extmod/vfs_fat.h
AgeCommit message (Expand)Author
2019-10-29extmod: Factor out block-device struct to make independent of fatfs.Damien George
2018-06-06extmod/vfs: Introduce a C-level VFS protocol, with fast import_stat.Damien George
2018-06-06extmod/vfs_fat: Rename FileIO/TextIO types to mp_type_vfs_fat_XXX.Damien George
2018-02-23extmod/vfs_fat: Remove declaration of mp_builtin_open_obj.Damien George
2018-02-23extmod/vfs_fat: Make fat_vfs_open_obj wrapper public, not its function.Damien George
2018-02-23extmod/vfs_fat: Move ilistdir implementation from misc to main file.Damien George
2017-11-20extmod/vfs_fat: Mount FatFS on creation so VFS methods can be used.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-18all: Unify header guard usage.Alexander Steffen
2017-05-10extmod/vfs_fat: Replace listdir() with implementation of ilistdir().Damien George
2017-03-10extmod/vfs_fat: Remove obsolete and unused str/len members.Damien George
2017-01-30extmod/vfs_fat: Remove unused function fat_vfs_listdir.Damien George
2017-01-30extmod/vfs_fat: Remove unused fatfs_builtin_open function.Damien George
2017-01-30extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h.Damien George
2017-01-30extmod: Remove MICROPY_FSUSERMOUNT and related files.Damien George
2017-01-27extmod/vfs: Add ability for VFS sub-system to import using VfsFat.Damien George
2017-01-27extmod/vfs_fat: Rework to support new generic VFS sub-system.Damien George
2017-01-27extmod: Rename vfs_fat_file.h to vfs_fat.h.Damien George