Commit Graph

14 Commits

Author SHA1 Message Date
Christopher Williams a353339125 FatFs R0.12b, released September 4, 2016 R0.12b 2017-05-10 19:12:34 -07:00
Christopher Williams 9798d01a6c FatFs R0.12a, released July 10, 2016 R0.12a 2017-05-10 19:06:26 -07:00
Christopher Williams 73b919bedf FatFs R0.12, released April 12, 2016 R0.12 2017-05-10 19:03:44 -07:00
Christopher Williams 95374bbf12 FatFs R0.11a, released September 5, 2015 R0.11a 2015-10-19 09:15:49 -07:00
Christopher Williams 095cc0fc01 R0.11 with patch 1
March 9, 2015

At the thread-safe configuration (_FS_REENTRANT == 1), an unexpected
operation to the volume can result a wrong volume lock. For example,
f_open() ==> media change ==> f_close(), in this case the volume gets
left locked and following function calls to the volume will be locked
out until a forced initialization of the volume by f_mount(). To solve
this problem, apply this patch to the ff.c.
R0.11
2015-03-11 11:05:58 -07:00
Christopher Williams 9acb379950 FatFs R0.11, released Febrary 9, 2015 2015-03-11 11:05:10 -07:00
Christopher Williams 9ca3490602 Merge branch 'R0.10c+patch2' R0.10c 2015-01-31 09:59:02 -07:00
Christopher Williams 9f9053a1f0 Merge branch 'R0.10c+patch1' 2015-01-31 09:58:59 -07:00
Christopher Williams 40fee11f59 R0.10c with patch 2
November 26, 2014

_FS_NORTC feature does not work properly.
2015-01-31 09:57:42 -07:00
Christopher Williams f253f45166 R0.10c with patch 1
November 13, 2014

f_unlink function does not remove cluster chain of the file. It reads to
a lost cluster of the FAT volume. This is added at a bugfix of R0.10c.
2015-01-31 09:53:27 -07:00
Christopher Williams 0e89a5798f FatFs R0.10c, released November 9, 2014 2015-01-31 09:34:51 -07:00
Christopher Williams 762b341574 FatFS R0.10b, released May 19, 2014 R0.10b 2015-01-31 09:26:48 -07:00
Christopher Williams 935031e4e5 Add some information about FatFs 2014-01-14 21:27:17 -07:00
Christopher Williams 31bdc9a22d Initial commit R0.10a 2014-01-14 21:11:56 -07:00