Adaptation of the official mbed FATFileSystem repository to allow more than one file system volume
Dependents: DMSupport DMSupport DMSupport
Fork of DM_FATFileSystem by
History
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)
2014-12-11, by embeddedartists [Thu, 11 Dec 2014 11:07:47 +0000] rev 7
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)
RTOS adaptation. Made functions reentrant, moved stacks to the heap, fixed compiler error in lock functions.
2014-12-02, by embeddedartists [Tue, 02 Dec 2014 15:09:28 +0000] rev 6
RTOS adaptation. Made functions reentrant, moved stacks to the heap, fixed compiler error in lock functions.
Updated to allow 3 volumes instead of the default 1.
2014-10-10, by embeddedartists [Fri, 10 Oct 2014 07:11:28 +0000] rev 5
Updated to allow 3 volumes instead of the default 1.
Synchronized with git revision fee50a80ffdc8f9d9ee97be545ff36b5a986f041
2014-08-28, by mbed_official [Thu, 28 Aug 2014 13:15:31 +0100] rev 4
Synchronized with git revision fee50a80ffdc8f9d9ee97be545ff36b5a986f041
Full URL: https://github.com/mbedmicro/mbed/commit/fee50a80ffdc8f9d9ee97be545ff36b5a986f041/
Added code documentation and fixed compile warning
2014-03-17, by screamer [Mon, 17 Mar 2014 14:09:00 +0000] rev 3
Added code documentation and fixed compile warning
Update mbed debug header name
2012-11-29, by emilmont [Thu, 29 Nov 2012 10:56:08 +0000] rev 2
Update mbed debug header name
Commit FATFileSystem code
2012-11-27, by emilmont [Tue, 27 Nov 2012 17:31:18 +0000] rev 1
Commit FATFileSystem code
FATFileSystem
2012-11-27, by mbed_official [Tue, 27 Nov 2012 17:22:08 +0000] rev 0
FATFileSystem