summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/vfs_fat_file.c
Commit message (Expand)AuthorAge
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* all: Don't include system errno.h when it's not needed.Damien George2017-07-24
* extmod/vfs_fat: Allow to compile with MICROPY_VFS_FAT disabled.Damien George2017-03-13
* py: Add iter_buf to getiter type method.Damien George2017-02-16
* extmod/vfs_fat: Remove unused fatfs_builtin_open function.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: Rework to support new generic VFS sub-system.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_file: Allow file obj to respond to ioctl flush request.w4kpm2016-12-02
* all: Remove readall() method, which is equivalent to read() w/o args.Paul Sokolovsky2016-11-14
* extmod/vfs_fat_file: Make file.close() a no-op if file already closed.Damien George2016-10-24
* extmod/vfs_fat_file: Check fatfs f_sync() and f_close() returns for errors.Alex March2016-10-19
* extmod/vfs_fat_file: Use MP_Exxx errno constants.Damien George2016-10-07
* extmod/vfs_fat: Use mp_raise_OSError helper function.Damien George2016-10-07
* all: Rename mp_obj_type_t::stream_p to protocol.Paul Sokolovsky2016-06-18
* py: When printf'ing an object as a pointer, pass the concrete pointer.Damien George2016-03-14
* cc3200: Fix breakage after VfsFat refactor.Paul Sokolovsky2016-02-15
* extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file.Paul Sokolovsky2016-02-15