summaryrefslogtreecommitdiff
path: root/tests/extmod/vfs_lfs.py
AgeCommit message (Expand)Author
2020-08-25extmod/vfs_lfs: Add mtime support to littlefs files.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-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2019-10-29tests/extmod: Add littlefs tests.Damien George