summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/vfs_lfs.py
Commit message (Expand)AuthorAge
* tests: Use vfs module instead of os.Damien George2024-02-07
* tests: Replace umodule with module everywhere.Jim Mussared2023-06-08
* extmod/vfs_lfs: Add mtime support to littlefs files.Damien George2020-08-25
* extmod/vfs_lfsx: Fix rename to respect cur dir for new path.robert2020-05-08
* extmod/vfs_lfsx: Normalize path name in chdir.robert2020-05-08
* extmod/vfs_lfsx: Fix path handling in uos.stat() to consider cur dir.robert2020-05-08
* tests: Format all Python code with black, except tests in basics subdir.David Lechner2020-03-30
* tests/extmod: Add littlefs tests.Damien George2019-10-29