OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [Common/] [FileSystem/] [FatFs-0.7e/] [doc/] [updates.txt] - Blame information for rev 606

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 606 jeremybenn
R0.07e, Nov 3, 2009
2
  Separated out configuration options from ff.h to ffconf.h.
3
  Added a configuration option, _LFN_UNICODE.
4
  Fixed f_unlink() fails to remove a sub-dir on _FS_RPATH.
5
  Fixed name matching error on the 13 char boundary.
6
  Changed f_readdir() to return the SFN with always upper case on non-LFN cfg.
7
 
8
R0.07c, Jun 21, 2009
9
  Fixed f_unlink() may return FR_OK on error.
10
  Fixed wrong cache control in f_lseek().
11
  Added relative path feature.
12
  Added f_chdir().
13
  Added f_chdrive().
14
  Added proper case conversion to extended characters.
15
 
16
R0.07a, Apr 14, 2009
17
  Separated out OS dependent code on re-entrant configuration.
18
  Added multiple sector size support.
19
 
20
R0.07, Apr 01, 2009
21
  Merged Tiny-FatFs into FatFs as a buffer configuration option.
22
  Added long file name support.
23
  Added multiple code page support.
24
  Added re-entrancy for multitask operation.
25
  Added auto cluster size selection to f_mkfs().
26
  Added rewind option to f_readdir().
27
  Changed result code of critical errors.
28
  Renamed string functions to avoid name collision.
29
 
30
R0.06, Apr 01, 2008
31
  Added f_forward. (Tiny-FatFs)
32
  Added string functions: fgets, fputc, fputs and fprintf.
33
  Improved performance of f_lseek on moving to the same or following cluster.
34
 
35
R0.05a, Feb 03, 2008
36
  Added f_truncate.
37
  Added f_utime.
38
  Fixed off by one error at FAT sub-type determination.
39
  Fixed btr in f_read can be mistruncated.
40
  Fixed cached sector is left not flushed when create and close without write.
41
 
42
R0.05, Aug 26, 2007
43
  Changed arguments of f_read, f_write.
44
  Changed arguments of f_mkfs. (FatFs)
45
  Fixed f_mkfs on FAT32 creates incorrect FSInfo. (FatFs)
46
  Fixed f_mkdir on FAT32 creates incorrect directory. (FatFs)
47
 
48
R0.04b, May 05, 2007
49
  Added _USE_NTFLAG option.
50
  Added FSInfo support.
51
  Fixed some problems corresponds to FAT32. (Tiny-FatFs)
52
  Fixed DBCS name can result FR_INVALID_NAME.
53
  Fixed short seek (<= csize) collapses the file object.
54
 
55
R0.04a, Apr 01, 2007
56
  Supported multiple partitions on a plysical drive. (FatFs)
57
  Added minimization level 3.
58
  Added a capability of extending file size to f_lseek.
59
  Fixed an endian sensitive code in f_mkfs. (FatFs)
60
  Fixed a problem corresponds to FAT32 support. (Tiny-FatFs)
61
 
62
R0.04, Feb 04, 2007
63
  Supported multiple drive system. (FatFs)
64
  Changed some APIs for multiple drive system.
65
  Added f_mkfs. (FatFs)
66
  Added _USE_FAT32 option. (Tiny-FatFs)
67
 
68
R0.03a, Dec 11, 2006
69
  Improved cluster scan algolithm to write files fast.
70
  Fixed f_mkdir creates incorrect directory on FAT32.
71
 
72
R0.03, Sep 22, 2006
73
  Added f_rename.
74
  Changed option _FS_MINIMUM to _FS_MINIMIZE.
75
 
76
R0.02a, Jun 10, 2006
77
  Added a configuration option _FS_MINIMUM.
78
 
79
R0.02, Jun 01, 2006
80
  Added FAT12.
81
  Removed unbuffered mode.
82
  Fixed a problem on small (<32M) patition.
83
 
84
R0.01, Apr 29, 2006
85
  First release
86
 
87
R0.00, Feb 26, 2006
88
  Prototype (not released)
89
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.