aboutsummaryrefslogtreecommitdiff
path: root/extmod/vfs_fat_diskio.c
AgeCommit message (Expand)Author
2020-06-19tools/uncrustify: Enable more opts to remove space between func and '('.David Lechner
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-10-29extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx.Damien George
2019-10-29extmod/vfs_blockdev: Factor out block device interface code.Damien George
2019-10-29extmod: Factor out block-device struct to make independent of fatfs.Damien George
2019-03-05extmod/vfs_fat: Update for new oofatfs version.Damien George
2018-06-16extmod/vfs_fat_diskio: Factor disk ioctl code to reduce code size.Damien George
2018-02-28extmod/vfs_fat_diskio: Use a C-stack-allocated bytearray for block buf.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-03-13extmod/vfs_fat: Allow to compile with MICROPY_VFS_FAT disabled.Damien George
2017-01-30extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h.Damien George
2017-01-30extmod/vfs_fat: Remove MICROPY_FATFS_OO config option.Damien George
2017-01-30extmod: Remove MICROPY_FSUSERMOUNT and related files.Damien George
2017-01-27extmod/vfs_fat: Rework to support new generic VFS sub-system.Damien George
2017-01-27extmod/vfs_fat: Rework so it can optionally use OO version of FatFS.Damien George
2016-03-27extmod/vfs_fat_diskio: Actually support sectors != 512 with Python blockdevs.Paul Sokolovsky
2016-02-15extmod/vfs_fat_diskio: Reusable FatFs module, move from stmhal/diskio.Paul Sokolovsky