mbed-os/features/filesystem/fat
Colin Hogben 452e290821 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-11-16 12:24:04 +00:00
..
ChaN fatfs: Adopted the trim function in the FAT filesystem 2017-09-05 11:16:15 -05:00
FATFileSystem.cpp FATFileSystem: provide working dir_rewind and dir_seek 2017-11-16 12:24:04 +00:00
FATFileSystem.h Merge pull request #4843 from geky/fat-min-block 2017-09-04 16:52:05 +01:00