17 Commits (8a0ee5a5c04e83f04d1c62029ac5ba7c74856507)

Author SHA1 Message Date
Jim Mussared 0e7bfc88c6 all: Use mp_obj_malloc everywhere it's applicable. 3 years ago
Damien George 136369d72f all: Update to point to files in new shared/ directory. 3 years ago
Damien George 03a1f94ea1 extmod/vfs_lfs: Support mounting LFS filesystems in read-only mode. 4 years ago
Damien George 8f20cdc353 all: Rename absolute time-based functions to include "epoch". 4 years ago
Damien George 2a72e90ab8 extmod/vfs: Add option to use 1970 as Epoch. 4 years ago
Damien George c70e599659 extmod/vfs: Support larger integer range in VFS stat time fields. 4 years ago
Damien George 2acc087880 extmod/vfs_lfs: Add mtime support to littlefs files. 4 years ago
Damien George 0c77668d11 extmod/vfs_lfs: Fix littlefs bindings to build in nan-box mode. 4 years ago
Damien George 7dffbfd22a extmod/vfs_lfsx: Fix import_stat so it takes into account current dir. 5 years ago
robert 0f83ef395c extmod/vfs_lfsx: Fix rename to respect cur dir for new path. 5 years ago
robert d3ea28d04a extmod/vfs_lfsx: Normalize path name in chdir. 5 years ago
robert a5ea4b9f3f extmod/vfs_lfsx: Fix path handling in uos.stat() to consider cur dir. 5 years ago
Damien George 69661f3343 all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
Damien George 5634a31a98 extmod/vfs_lfs: Pass flag along to ioctl when init'ing bdev for lfs. 5 years ago
Damien George 4cf054a130 extmod/vfs: Add MP_BLOCKDEV_IOCTL_BLOCK_ERASE constant. 5 years ago
Damien George cfe1c5abf8 extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx. 5 years ago
Damien George a099505420 extmod: Add VFS littlefs bindings. 5 years ago