Fork of SD file system with changes to prevent stalling if card is missing during initialization. Also uses a FAT file system that exposes the FILINFO of the current file, so true file sizes can be obtained, among other things
Dependencies: FATFileSystemWithFilinfo
Fork of SDFileSystem by
Revision 4:821cb4545836, committed 2014-10-30
- Comitter:
- uci1
- Date:
- Thu Oct 30 06:27:23 2014 +0000
- Parent:
- 3:7b35d1709458
- Child:
- 5:7bdd92175879
- Commit message:
- Use FATFileSystemWithFilinfo instead of FATFileSystem
Changed in this revision
| FATFileSystem.lib | Show diff for this revision Revisions of this file |
| FATFileSystemWithFilinfo.lib | Show annotated file Show diff for this revision Revisions of this file |
--- a/FATFileSystem.lib Mon Mar 17 14:34:01 2014 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/mbed_official/code/FATFileSystem/#e960e2b81a3c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/FATFileSystemWithFilinfo.lib Thu Oct 30 06:27:23 2014 +0000 @@ -0,0 +1,1 @@ +http://developer.mbed.org/users/uci1/code/FATFileSystemWithFilinfo/#f40c1ca31913
