mbed-os/features/filesystem/fat
Colin Hogben c065e02653 FATFileSystem: provide working dir_rewind and dir_seek
The index field of FATFS_DIR does not encapsulate all the context
required to reposition the directory traversal.  ChaN provides
f_rewinddir() but no directory seek, so rewind if necessary then step
through until the desired index is reached.
2017-12-01 17:01:43 +00:00
..
ChaN fatfs: Adopted the trim function in the FAT filesystem 2017-09-24 21:34:28 +01:00
FATFileSystem.cpp FATFileSystem: provide working dir_rewind and dir_seek 2017-12-01 17:01:43 +00:00
FATFileSystem.h Merge pull request #4843 from geky/fat-min-block 2017-09-04 16:52:05 +01:00