Commit message (Expand) | Author | Age | |
---|---|---|---|
* | tests: vfs_fat_fileio.py is too big to be parsed in 16K heap, split in 2. | Paul Sokolovsky | 2017-04-02 |
* | tests/extmod/vfs_fat: Update tests to work with new VFS sub-system. | Damien George | 2017-01-27 |
* | test/extmod: Update vfs_fat tests for new OO FatFs library. | Damien George | 2017-01-27 |
* | tests/extmod/vfs_fat_fileio: Add test for constructor of FileIO type. | Damien George | 2016-12-02 |
* | extmod/vfs_fat: Implement POSIX behaviour of rename, allow to overwrite. | Damien George | 2016-12-02 |
* | extmod/vfs_fat_file: Make file.close() a no-op if file already closed. | Damien George | 2016-10-24 |
* | tests/extmod/vfs_fat: Improve VFS test coverage. | Alex March | 2016-10-24 |