17 Commits (71df60cf42d831b4d6e39dc7bee3c45f46befdab)

Author SHA1 Message Date
Damien George d4cd4831b0 extmod/vfs_fat: Replace listdir() with implementation of ilistdir(). 8 years ago
Damien George 0fb27888fc extmod/vfs_fat: Remove unused function fat_vfs_listdir. 8 years ago
Damien George b697c89009 extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h. 8 years ago
Damien George 0bd61d23b9 extmod/vfs_fat: Remove MICROPY_FATFS_OO config option. 8 years ago
Damien George 1808b2e8d5 extmod: Remove MICROPY_FSUSERMOUNT and related files. 8 years ago
Damien George 3d6f957208 extmod/vfs_fat: Remove MICROPY_FSUSERMOUNT_ADHOC config option. 8 years ago
Damien George ec3274324b extmod/vfs_fat: Update to use FF_DIR instead of DIR. 8 years ago
Damien George 6c23c7587f extmod/vfs: Add ability for VFS sub-system to import using VfsFat. 8 years ago
Damien George 32a1138b9f extmod: Rename vfs_fat_file.h to vfs_fat.h. 8 years ago
Damien George f5f4cdae89 extmod/vfs_fat: Rework so it can optionally use OO version of FatFS. 9 years ago
Damien George 620c4c32bf extmod/vfs_fat: Use mp_raise_OSError helper function. 8 years ago
Robert HH 7c004e794c extmod/vfs_fat*: Replace text error messages by POSIX error numbers. 9 years ago
Damien George f9dc644017 extmod: When including extmod headers, prefix path with extmod/. 9 years ago
Paul Sokolovsky 09e363316f extmod/vfs_fat_misc: Fix cc3200 port build. 9 years ago
Paul Sokolovsky 08fed6992f extmod/vfs_fat_misc: Add func prototype for pedantic warnings. 9 years ago
Paul Sokolovsky 6ef65e70af extmod/vfs_fat: Add fat_vfs_import_stat(), reusable import stat routine. 9 years ago
Paul Sokolovsky cd6d189f48 extmod/vfs_fat: Move listdir() method from stmhal for reuse. 9 years ago