Blame | Last modification | View Log | Download | RSS feed
Petit FatFs Module Source Files R0.03a (C)ChaN, 2019FILESpff.h Common include file for Petit FatFs and application module.pff.c Petit FatFs module.diskio.h Common include file for Petit FatFs and disk I/O module.diskio.c Skeleton of low level disk I/O module.Low level disk I/O module is not included in this archive because the PetitFatFs module is only a generic file system layer and not depend on anyspecific storage device. You have to provide a low level disk I/O module thatwritten to control your storage device.AGREEMENTSPetit FatFs module is an open source software to implement FAT file system tosmall embedded systems. This is a free software and is opened for education,research and commercial developments under license policy of following trems.Copyright (C) 2019, ChaN, all right reserved.* The Petit FatFs module is a free software and there is NO WARRANTY.* No restriction on use. You can use, modify and redistribute it forpersonal, non-profit or commercial use UNDER YOUR RESPONSIBILITY.* Redistributions of source code must retain the above copyright notice.REVISION HISTORYJun 15, 2009 R0.01a First release (Branched from FatFs R0.07b)Dec 14, 2009 R0.02 Added multiple code page support.Added write funciton.Changed stream read mode interface.Dec 07,'2010 R0.02a Added some configuration options.Fixed fails to open objects with DBCS character.Jun 10, 2014 R0.03 Separated out configuration options to pffconf.h.Added _USE_LCC option.Added _FS_FAT16 option.Jan 30, 2019 R0.03a Supported stdint.h for C99 and later.Removed _WORD_ACCESS option.Changed prefix of configuration options, _ to PF_.Added some code pages.Removed some code pages actually not valid.