summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/vfs_fat_misc.c
Commit message (Expand)AuthorAge
* extmod/vfs_fat_misc: Remove dot-dirs filter since FatFS already does it.Damien George2017-05-13
* extmod/vfs_fat: Replace listdir() with implementation of ilistdir().Damien George2017-05-10
* extmod/vfs_fat: Remove unused function fat_vfs_listdir.Damien George2017-01-30
* extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h.Damien George2017-01-30
* extmod/vfs_fat: Remove MICROPY_FATFS_OO config option.Damien George2017-01-30
* extmod: Remove MICROPY_FSUSERMOUNT and related files.Damien George2017-01-30
* extmod/vfs_fat: Remove MICROPY_FSUSERMOUNT_ADHOC config option.Damien George2017-01-30
* extmod/vfs_fat: Update to use FF_DIR instead of DIR.Damien George2017-01-30
* extmod/vfs: Add ability for VFS sub-system to import using VfsFat.Damien George2017-01-27
* extmod: Rename vfs_fat_file.h to vfs_fat.h.Damien George2017-01-27
* extmod/vfs_fat: Rework so it can optionally use OO version of FatFS.Damien George2017-01-27
* extmod/vfs_fat: Use mp_raise_OSError helper function.Damien George2016-10-07
* extmod/vfs_fat*: Replace text error messages by POSIX error numbers.Robert HH2016-05-27
* extmod: When including extmod headers, prefix path with extmod/.Damien George2016-05-20
* extmod/vfs_fat_misc: Fix cc3200 port build.Paul Sokolovsky2016-02-29
* extmod/vfs_fat_misc: Add func prototype for pedantic warnings.Paul Sokolovsky2016-02-29
* extmod/vfs_fat: Add fat_vfs_import_stat(), reusable import stat routine.Paul Sokolovsky2016-02-29
* extmod/vfs_fat: Move listdir() method from stmhal for reuse.Paul Sokolovsky2016-02-28