Revised to support ability to have both SD and USB drives mounted.
Dependents: Multi-FileSystem Multi-FileSystem
Fork of FATFileSystem by
History
Reduce the number of sectors definition
2017-07-29, by WiredHome [Sat, 29 Jul 2017 12:39:03 +0000] rev 12
Reduce the number of sectors definition
Revised a malloc reservation. It was reserving 2000 pointers to 512 byte sectors (far exceeding available memory). I'm not exactly sure how this works, but refactored to the 2000 to a #define of 500, so far with no apparent side effects.
2017-07-20, by WiredHome [Thu, 20 Jul 2017 10:58:56 +0000] rev 11
Revised a malloc reservation. It was reserving 2000 pointers to 512 byte sectors (far exceeding available memory). I'm not exactly sure how this works, but refactored to the 2000 to a #define of 500, so far with no apparent side effects.
API changes to be more secure from buffer overruns.
2016-03-13, by WiredHome [Sun, 13 Mar 2016 19:11:54 +0000] rev 10
API changes to be more secure from buffer overruns.
allocate filename buffers based on _MAX_LFN, not a hard-coded '64'.
2016-03-13, by WiredHome [Sun, 13 Mar 2016 00:58:52 +0000] rev 9
allocate filename buffers based on _MAX_LFN, not a hard-coded '64'.
Changed to support simultaneous SD and USB FileSystem
2016-03-12, by WiredHome [Sat, 12 Mar 2016 23:58:38 +0000] rev 8
Changed to support simultaneous SD and USB FileSystem
Synchronized with git revision bee1c953f03a0e4f6a4c397e97409076516614a4
2015-12-11, by mbed_official [Fri, 11 Dec 2015 16:16:25 +0000] rev 7
Synchronized with git revision bee1c953f03a0e4f6a4c397e97409076516614a4
Full URL: https://github.com/mbedmicro/mbed/commit/bee1c953f03a0e4f6a4c397e97409076516614a4/
FATFileSystem -Fixed API integer widths
Synchronized with git revision 7fcda4012c43cb7904b7250986e326d5c007a32a
2015-11-26, by mbed_official [Thu, 26 Nov 2015 13:30:57 +0000] rev 6
Synchronized with git revision 7fcda4012c43cb7904b7250986e326d5c007a32a
Full URL: https://github.com/mbedmicro/mbed/commit/7fcda4012c43cb7904b7250986e326d5c007a32a/
[FATFileSystem] Updated FatFs to R0.11a & fixed sync bug
Synchronized with git revision ab6a668ec18ad1530649c4cf1067a42816c6a7f8
2015-08-13, by mbed_official [Thu, 13 Aug 2015 10:15:39 +0100] rev 5
Synchronized with git revision ab6a668ec18ad1530649c4cf1067a42816c6a7f8
Full URL: https://github.com/mbedmicro/mbed/commit/ab6a668ec18ad1530649c4cf1067a42816c6a7f8/
FATFileSystem - Updated FatFs to R0.11
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