- Added support for UTF-8 encoding on the API. (FF_LFN_UNICODE = 2) - Added options for file name output buffer. (FF_LFN_BUF, FF_SFN_BUF). - Added dynamic memory allocation option for working buffer of f_mkfs() and f_fdisk(). - Fixed f_fdisk() and f_mkfs() create the partition table with wrong CHS parameters. (appeared at R0.09) - Fixed f_unlink() can cause lost clusters at fragmented file on the exFAT volume. (appeared at R0.12c) - Fixed f_setlabel() rejects some valid characters for exFAT volume. (appeared at R0.12)
		
			
				
	
	
		
			23 lines
		
	
	
		
			894 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			894 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| FatFs Module Source Files R0.13a
 | |
| 
 | |
| 
 | |
| FILES
 | |
| 
 | |
|   00readme.txt   This file.
 | |
|   00history.txt  Revision history.
 | |
|   ff.c           FatFs module.
 | |
|   ffconf.h       Configuration file of FatFs module.
 | |
|   ff.h           Common include file for FatFs and application module.
 | |
|   diskio.h       Common include file for FatFs and disk I/O module.
 | |
|   diskio.c       An example of glue function to attach existing disk I/O module to FatFs.
 | |
|   integer.h      Integer type definitions for FatFs.
 | |
|   ffunicode.c    Optional Unicode utility functions.
 | |
|   ffsystem.c     An example of optional O/S related functions.
 | |
| 
 | |
| 
 | |
|   Low level disk I/O module is not included in this archive because the FatFs
 | |
|   module is only a generic file system layer and it does not depend on any specific
 | |
|   storage device. You need to provide a low level disk I/O module written to
 | |
|   control the storage device that attached to the target system.
 | |
| 
 |