FatFs Module Source Files R0.09 (C)ChaN, 2011
FILES
ffconf.h Configuration file for FatFs module.
ff.h Common include file for FatFs and application module.
ff.c FatFs module.
diskio.h Common include file for FatFs and disk I/O module.
integer.h Alternative type definitions for integer variables.
option Optional external 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 not depend on any specific
storage device. You have to provide a low level disk I/O module that written
to control your storage device.
AGREEMENTS
FatFs module is an open source software to implement FAT file system to
small embedded systems. This is a free software and is opened for education,
research and commercial developments under license policy of following trems.
Copyright (C) 2011, ChaN, all right reserved.
* The FatFs module is a free software and there is NO WARRANTY.
* No restriction on use. You can use, modify and redistribute it for
personal, non-profit or commercial product UNDER YOUR RESPONSIBILITY.
* Redistributions of source code must retain the above copyright notice.
REVISION HISTORY
Feb 26, 2006 R0.00 Prototype
Apr 29, 2006 R0.01 First release.
Jun 01, 2006 R0.02 Added FAT12.
Removed unbuffered mode.
Fixed a problem on small (<32M) patition.
Jun 10, 2006 R0.02a Added a configuration option _FS_MINIMUM.
Sep 22, 2006 R0.03 Added f_rename.
Changed option _FS_MINIMUM to _FS_MINIMIZE.
Dec 11, 2006 R0.03a Improved cluster scan algolithm to write files fast.
Fixed f_mkdir creates incorrect directory on FAT32.
Feb 04, 2007 R0.04 Supported multiple drive system. (FatFs)
Changed some APIs for multiple drive system.
Added f_mkfs. (FatFs)
Added _USE_FAT32 option. (Tiny-FatFs)
Apr 01, 2007 R0.04a Supported multiple partitions on a plysical drive. (FatFs)
Fixed an endian sensitive code in f_mkfs. (FatFs)
Added a capability of extending the file size to f_lseek.
Added minimization level 3.
Fixed a problem that can collapse a sector when recreate an
existing file in any sub-directory at non FAT32 cfg. (Tiny-FatFs)
May 05, 2007 R0.04b Added _USE_NTFLAG option.
Added FSInfo support.
Fixed some problems corresponds to FAT32. (Tiny-FatFs)
Fixed DBCS name can result FR_INVALID_NAME.
Fixed short seek (0 < ofs <= csize) collapses the file object.
Aug 25, 2007 R0.05 Changed arguments of f_read, f_write.
Changed arguments of f_mkfs. (FatFs)
Fixed f_mkfs on FAT32 creates incorrect FSInfo. (FatFs)
Fixed f_mkdir on FAT32 creates incorrect directory. (FatFs)
Feb 03, 2008 R0.05a Added f_truncate().
Added f_utime().
Fixed off by one error at FAT sub-type determination.
Fixed btr in f_read() can be mistruncated.
Fixed cached sector is not flushed when create and close without write.
Apr 01, 2008 R0.06 Added f_forward(). (Tiny-FatFs)
Added string functions: fputc(), fputs(), fprintf() and fgets().
Improved performance of f_lseek() on move to the same or following cluster.
Apr 01, 2009, R0.07 Merged Tiny-FatFs as a buffer configuration option.
Added long file name support.
Added multiple code page support.
Added re-entrancy for multitask operation.
Added auto cluster size selection to f_mkfs().
Added rewind option to f_readdir().
Changed result code of critical errors.
Renamed string functions to avoid name collision.
Apr 14, 2009, R0.07a Separated out OS dependent code on reentrant cfg.
Added multiple sector size support.
Jun 21, 2009, R0.07c Fixed f_unlink() may return FR_OK on error.
Fixed wrong cache control in f_lseek().
Added relative path feature.
Added f_chdir().
Added f_chdrive().
Added proper case conversion for extended characters.
Nov 03, 2009 R0.07e Separated out configuration options from ff.h to ffconf.h.
Added a configuration option, _LFN_UNICODE.
Fixed f_unlink() fails to remove a sub-dir on _FS_RPATH.
Fixed name matching error on the 13 char boundary.
Changed f_readdir() to return the SFN with always upper case on non-LFN cfg.
May 15, 2010, R0.08 Added a memory configuration option. (_USE_LFN)
Added file lock feature. (_FS_SHARE)
Added fast seek feature. (_USE_FASTSEEK)
Changed some types on the API, XCHAR->TCHAR.
Changed fname member in the FILINFO structure on Unicode cfg.
String functions support UTF-8 encoding files on Unicode cfg.
Aug 16,'10 R0.08a Added f_getcwd(). (_FS_RPATH = 2)
Added sector erase feature. (_USE_ERASE)
Moved file lock semaphore table from fs object to the bss.
Fixed a wrong directory entry is created on non-LFN cfg when the given name contains ';'.
Fixed f_mkfs() creates wrong FAT32 volume.
Jan 15,'11 R0.08b Fast seek feature is also applied to f_read() and f_write().
f_lseek() reports required table size on creating CLMP.
Extended format syntax of f_printf function.
Ignores duplicated directory separators in given path names.
Sep 06,'11 R0.09 f_mkfs() supports multiple partition to finish the multiple partition feature.
Added f_fdisk(). (_MULTI_PARTITION = 2)
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
【目标受众】: 本项目适合IT相关专业各种计算机技术的源代码和项目资料,如计科、人工智能、通信工程、自动化和电子信息等的在校学生、老师或者企业员工下载使用。 也适合小白学习进阶,可以用作比赛项目、可以进行项目复刻去参加同赛道比赛。 【资源内容】: 源码与竞赛资料:教育部认可的大学生竞赛备赛资料代码、源码、竞赛总结。 功能与质量保证:这个资源库是一个宝贵的学习平台,有助于他们深入了解计算机技术的原理和应用。这些源码经过测试和验证,可以直接运行,方便学生快速上手并开始实践。 【应用场景】: 竞赛准备:适用于各种教育部认可的竞赛,如全国电子设计大赛、全国大学生智能汽车竞赛等,他们可以借助这些资料了解竞赛的规则、要求和技巧。 学习与项目开发:可以用作毕设、课设、作业和竞赛项目的开发基础,可以使用这些源码作为项目开发的基础,快速构建出具有竞争力的作品。 【互动与交流】: 资料鼓励下载和使用这些资源,并欢迎学习者进行沟通交流、互相学习、共同进步。这种互动式的学习方式有助于形成良好的学习氛围,促进知识的共享和传播,为计算机相关专业的学习者提供了一个全面的学习和发展平台。
资源推荐
资源详情
资源评论
收起资源包目录
竞赛资料源码-第十四届全国大学生智能车竞赛(双车组).zip (1099个子文件)
iar_cortexM4l_math.a 1.34MB
iar_cortexM4l_math.a 1.34MB
iar_cortexM4lf_math.a 1.33MB
iar_cortexM4lf_math.a 1.33MB
vcan_Kinetis.DZ10_Debug.cspy.bat 2KB
vcan_Kinetis.DZ10_Debug.cspy.bat 2KB
vcan_Kinetis.FX15_Debug.cspy.bat 2KB
vcan_Kinetis.FX15_Debug.cspy.bat 2KB
删除临时文件.bat 267B
删除临时文件.bat 267B
vcan_Kinetis.pbd.browse 2.67MB
vcan_Kinetis.pbd.browse 2.26MB
vcan_Kinetis.pbd.browse 2.26MB
vcan_Kinetis.pbd.browse 2.09MB
vcan_sd_app.c 959KB
vcan_sd_app.c 959KB
cc936.c 729KB
cc936.c 729KB
cc949.c 571KB
cc949.c 571KB
cc950.c 453KB
cc950.c 453KB
cc932.c 251KB
cc932.c 251KB
ff.c 163KB
ff.c 163KB
ccsbcs.c 30KB
ccsbcs.c 30KB
MK60_sdhc.c 25KB
MK60_sdhc.c 25KB
MK60_ftm.c 25KB
MK60_ftm.c 25KB
VCAN_NRF24L0.c 21KB
VCAN_NRF24L0.c 21KB
steer.c 18KB
MK60_uart.c 18KB
MK60_uart.c 18KB
MK60_can.c 17KB
MK60_can.c 17KB
MK60_lptmr.c 17KB
MK60_lptmr.c 17KB
MK60_spi.c 17KB
MK60_spi.c 17KB
main.c 16KB
main.c 15KB
diskio.c 14KB
diskio.c 14KB
USB.c 12KB
USB.c 12KB
steer.c 12KB
VCAN_UI_VAR.c 12KB
VCAN_UI_VAR.c 12KB
VCAN_LCD.c 11KB
VCAN_LCD.c 11KB
VCAN_ASCII.c 11KB
VCAN_ASCII.c 11KB
Vcan_touch.c 11KB
Vcan_touch.c 11KB
MK60_conf.c 11KB
MK60_conf.c 11KB
MK60_mcg.c 11KB
MK60_mcg.c 11KB
MK60_flash.c 11KB
MK60_flash.c 11KB
VCAN_LCD_ST7735R.c 10KB
VCAN_LCD_ST7735R.c 10KB
VCAN_LCD_ST7735S.c 10KB
VCAN_LCD_ST7735S.c 10KB
MK60_i2c.c 9KB
MK60_i2c.c 9KB
VCAN_LCD_ILI9341.c 8KB
VCAN_LCD_ILI9341.c 8KB
fuzzy.c 8KB
FUZZ.c 8KB
motor.c 8KB
picture.c 8KB
MK60_adc.c 7KB
MK60_adc.c 7KB
picture.c 7KB
MK60_dma.c 7KB
MK60_dma.c 7KB
motor.c 7KB
VCAN_OV7725_Eagle.c 7KB
VCAN_OV7725_Eagle.c 7KB
VCAN_key.c 7KB
VCAN_key.c 7KB
VCAN_OV7725_Wolf.c 7KB
VCAN_OV7725_Wolf.c 7KB
VCAN_BMP.c 6KB
VCAN_BMP.c 6KB
VCAN_SCCB.c 6KB
VCAN_SCCB.c 6KB
VCAN_TSL1401.c 6KB
VCAN_TSL1401.c 6KB
VCAN_RTC_count.C 6KB
VCAN_RTC_count.C 6KB
MK60_PIT.c 6KB
MK60_PIT.c 6KB
AD.c 5KB
VCAN_LCD_CH.c 5KB
共 1099 条
- 1
- 2
- 3
- 4
- 5
- 6
- 11
资源评论
妄北y
- 粉丝: 2w+
- 资源: 1万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 2025海洋知识竞赛题库及答案(通用版).docx
- 【新增】-004 -餐厅薪酬制度.doc
- 【新增】-007 -餐饮管理公司薪酬管理体系设计.doc
- 【新增】-001 -(完整版)生产型企业薪酬管理制度.doc
- 【新增】-009 -超市门店薪酬结构方案.doc
- 【新增】-010 -超市薪酬管理制度.doc
- 【新增】-008 -测绘公司薪酬方案.doc
- 【新增】-013 -代理记账公司绩效工资考核方案.doc
- 【新增】-011 -超市薪酬管理制度的副本.doc
- 【新增】-015 -电器公司薪酬方案.doc
- 【新增】-020 -店面销售人员薪酬方案制定.doc
- 【新增】-018 -电子科技公司薪酬体系设计方案.doc
- 【新增】-016 -电器公司薪酬设计方案.doc
- 【新增】-025 -房地产开发公司薪酬福利管理制度.doc
- 【新增】-030 -服装店提成办法.doc
- 【新增】-031 -服装店行业薪资方案.doc
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功