index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
vfs_fat_diskio.c
Age
Commit message (
Expand
)
Author
2020-06-19
tools/uncrustify: Enable more opts to remove space between func and '('.
David Lechner
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-10-29
extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx.
Damien George
2019-10-29
extmod/vfs_blockdev: Factor out block device interface code.
Damien George
2019-10-29
extmod: Factor out block-device struct to make independent of fatfs.
Damien George
2019-03-05
extmod/vfs_fat: Update for new oofatfs version.
Damien George
2018-06-16
extmod/vfs_fat_diskio: Factor disk ioctl code to reduce code size.
Damien George
2018-02-28
extmod/vfs_fat_diskio: Use a C-stack-allocated bytearray for block buf.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-03-13
extmod/vfs_fat: Allow to compile with MICROPY_VFS_FAT disabled.
Damien George
2017-01-30
extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h.
Damien George
2017-01-30
extmod/vfs_fat: Remove MICROPY_FATFS_OO config option.
Damien George
2017-01-30
extmod: Remove MICROPY_FSUSERMOUNT and related files.
Damien George
2017-01-27
extmod/vfs_fat: Rework to support new generic VFS sub-system.
Damien George
2017-01-27
extmod/vfs_fat: Rework so it can optionally use OO version of FatFS.
Damien George
2016-03-27
extmod/vfs_fat_diskio: Actually support sectors != 512 with Python blockdevs.
Paul Sokolovsky
2016-02-15
extmod/vfs_fat_diskio: Reusable FatFs module, move from stmhal/diskio.
Paul Sokolovsky