Adaptation of the official mbed FATFileSystem repository to allow more than one file system volume
Dependents: DMSupport DMSupport DMSupport
Fork of DM_FATFileSystem by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
7:edfd01fea6d7 | 2014-12-11 | embeddedartists | Fixed the implementation of opendir() and mkdir() functions so that they work in multi-volume environments (e.g. when using MCI and USB file systems at the same time) |
6:4b97221ac12e | 2014-12-02 | embeddedartists | RTOS adaptation. Made functions reentrant, moved stacks to the heap, fixed compiler error in lock functions. |
5:e9018c2396af | 2014-10-10 | embeddedartists | Updated to allow 3 volumes instead of the default 1. |
4:3ff2606d5713 | 2014-08-28 | mbed_official | Synchronized with git revision fee50a80ffdc8f9d9ee97be545ff36b5a986f041 |
3:e960e2b81a3c | 2014-03-17 | screamer | Added code documentation and fixed compile warning |
2:b6669c987c8e | 2012-11-29 | emilmont | Update mbed debug header name |
1:46ce1e16c870 | 2012-11-27 | emilmont | Commit FATFileSystem code |
0:a846fcbeb0a2 | 2012-11-27 | mbed_official | FATFileSystem |