aboutsummaryrefslogtreecommitdiff
path: root/extmod/vfs_lfsx.c
AgeCommit message (Expand)Author
2022-05-03all: Use mp_obj_malloc everywhere it's applicable.Jim Mussared
2021-07-12all: Update to point to files in new shared/ directory.Damien George
2020-10-29extmod/vfs_lfs: Support mounting LFS filesystems in read-only mode.Damien George
2020-09-18all: Rename absolute time-based functions to include "epoch".Damien George
2020-09-01extmod/vfs: Add option to use 1970 as Epoch.Damien George
2020-09-01extmod/vfs: Support larger integer range in VFS stat time fields.Damien George
2020-08-25extmod/vfs_lfs: Add mtime support to littlefs files.Damien George
2020-06-25extmod/vfs_lfs: Fix littlefs bindings to build in nan-box mode.Damien George
2020-05-15extmod/vfs_lfsx: Fix import_stat so it takes into account current dir.Damien George
2020-05-08extmod/vfs_lfsx: Fix rename to respect cur dir for new path.robert
2020-05-08extmod/vfs_lfsx: Normalize path name in chdir.robert
2020-05-08extmod/vfs_lfsx: Fix path handling in uos.stat() to consider cur dir.robert
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-11-26extmod/vfs_lfs: Pass flag along to ioctl when init'ing bdev for lfs.Damien George
2019-10-29extmod/vfs: Add MP_BLOCKDEV_IOCTL_BLOCK_ERASE constant.Damien George
2019-10-29extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx.Damien George
2019-10-29extmod: Add VFS littlefs bindings.Damien George