----------------------------------------------------------------------------
Revision history of FatFs module
----------------------------------------------------------------------------
R0.00 (February 26, 2006)
Prototype.
R0.01 (April 29, 2006)
First stable version.
R0.02 (June 01, 2006)
Added FAT12 support.
Removed unbuffered mode.
Fixed a problem on small (<32M) partition.
R0.02a (June 10, 2006)
Added a configuration option (_FS_MINIMUM).
R0.03 (September 22, 2006)
Added f_rename().
Changed option _FS_MINIMUM to _FS_MINIMIZE.
R0.03a (December 11, 2006)
Improved cluster scan algorithm to write files fast.
Fixed f_mkdir() creates incorrect directory on FAT32.
R0.04 (February 04, 2007)
Added f_mkfs().
Supported multiple drive system.
Changed some interfaces for multiple drive system.
Changed f_mountdrv() to f_mount().
R0.04a (April 01, 2007)
Supported multiple partitions on a physical drive.
Added a capability of extending file size to f_lseek().
Added minimization level 3.
Fixed an endian sensitive code in f_mkfs().
R0.04b (May 05, 2007)
Added a configuration option _USE_NTFLAG.
Added FSINFO support.
Fixed DBCS name can result FR_INVALID_NAME.
Fixed short seek (<= csize) collapses the file object.
R0.05 (August 25, 2007)
Changed arguments of f_read(), f_write() and f_mkfs().
Fixed f_mkfs() on FAT32 creates incorrect FSINFO.
Fixed f_mkdir() on FAT32 creates incorrect directory.
R0.05a (February 03, 2008)
Added f_truncate() and 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.
R0.06 (April 01, 2008)
Added fputc(), fputs(), fprintf() and fgets().
Improved performance of f_lseek() on moving to the same or following cluster.
R0.07 (April 01, 2009)
Merged Tiny-FatFs as a configuration option. (_FS_TINY)
Added long file name feature. (_USE_LFN)
Added multiple code page feature. (_CODE_PAGE)
Added re-entrancy for multitask operation. (_FS_REENTRANT)
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.
R0.07a (April 14, 2009)
Septemberarated out OS dependent code on reentrant cfg.
Added multiple sector size feature.
R0.07c (June 21, 2009)
Fixed f_unlink() can return FR_OK on error.
Fixed wrong cache control in f_lseek().
Added relative path feature.
Added f_chdir() and f_chdrive().
Added proper case conversion to extended character.
R0.07e (November 03, 2009)
Septemberarated out configuration options from ff.h to ffconf.h.
Fixed f_unlink() fails to remove a sub-directory on _FS_RPATH.
Fixed name matching error on the 13 character boundary.
Added a configuration option, _LFN_UNICODE.
Changed f_readdir() to return the SFN with always upper case on non-LFN cfg.
R0.08 (May 15, 2010)
Added a memory configuration option. (_USE_LFN = 3)
Added file lock feature. (_FS_SHARE)
Added fast seek feature. (_USE_FASTSEEK)
Changed some types on the API, XCHAR->TCHAR.
Changed .fname in the FILINFO structure on Unicode cfg.
String functions support UTF-8 encoding files on Unicode cfg.
R0.08a (August 16, 2010)
Added f_getcwd(). (_FS_RPATH = 2)
Added sector erase feature. (_USE_ERASE)
Moved file lock semaphore table from fs object to the bss.
Fixed f_mkfs() creates wrong FAT32 volume.
R0.08b (January 15, 2011)
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().
Ignores duplicated directory separators in given path name.
R0.09 (September 06, 2011)
f_mkfs() supports multiple partition to complete the multiple partition feature.
Added f_fdisk().
R0.09a (August 27, 2012)
Changed f_open() and f_opendir() reject null object pointer to avoid crash.
Changed option name _FS_SHARE to _FS_LOCK.
Fixed assertion failure due to OS/2 EA on FAT12/16 volume.
R0.09b (January 24, 2013)
Added f_setlabel() and f_getlabel().
R0.10 (October 02, 2013)
Added selection of character encoding on the file. (_STRF_ENCODE)
Added f_closedir().
Added forced full FAT scan for f_getfree(). (_FS_NOFSINFO)
Added forced mount feature with changes of f_mount().
Improved behavior of volume auto detection.
Improved write throughput of f_puts() and f_printf().
Changed argument of f_chdrive(), f_mkfs(), disk_read() and disk_write().
Fixed f_write() can be truncated when the file size is close to 4GB.
Fixed f_open(), f_mkdir() and f_setlabel() can return incorrect value on error.
R0.10a (January 15, 2014)
Added arbitrary strings as drive number in the path name. (_STR_VOLUME_ID)
Added a configuration option of minimum sector size. (_MIN_SS)
2nd argument of f_rename() can have a drive number and it will be ignored.
Fixed f_mount() with forced mount fails when drive number is >= 1. (appeared at R0.10)
Fixed f_close() invalidates the file object without volume lock.
Fixed f_closedir() returns but the volume lock is left acquired. (appeared at R0.10)
Fixed creation of an entry with LFN fails on too many SFN collisions. (appeared at R0.07)
R0.10b (May 19, 2014)
Fixed a hard error in the disk I/O layer can collapse the directory entry.
Fixed LFN entry is not deleted on delete/rename an object with lossy converted SFN. (appeared at R0.07)
R0.10c (November 09, 2014)
Added a configuration option for the platforms without RTC. (_FS_NORTC)
Changed option name _USE_ERASE to _USE_TRIM.
Fixed volume label created by Mac OS X cannot be retrieved with f_getlabel(). (appeared at R0.09b)
Fixed a potential problem of FAT access that can appear on disk error.
Fixed null pointer dereference on attempting to delete the root direcotry. (appeared at R0.08)
R0.11 (February 09, 2015)
Added f_findfirst(), f_findnext() and f_findclose(). (_USE_FIND)
Fixed f_unlink() does not remove cluster chain of the file. (appeared at R0.10c)
Fixed _FS_NORTC option does not work properly. (appeared at R0.10c)
R0.11a (September 05, 2015)
Fixed wrong media change can lead a deadlock at thread-safe configuration.
Added code page 771, 860, 861, 863, 864, 865 and 869. (_CODE_PAGE)
Removed some code pages actually not exist on the standard systems. (_CODE_PAGE)
Fixed errors in the case conversion teble of code page 437 and 850 (ff.c).
Fixed errors in the case conversion teble of Unicode (cc*.c).
R0.12 (April 12, 2016)
Added support of exFAT file system. (_FS_EXFAT)
Added f_expand(). (_USE_EXPAND)
Changed some members in FINFO structure and behavior of f_readdir().
Added an option _USE_CHMOD and removed an option _WORD_ACCESS.
Fixed errors in the case conversion teble of Unicode (cc*.c).
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
教育部认可的大学生竞赛备赛资料代码,源码,竞赛总结,所有源码均经过严格测试,可以直接运行,可以放心下载使用。有任何使用问题欢迎随时与博主沟通 全国电子设计大赛、全国大学生智能汽车竞赛、蓝桥杯、集成电路创新创业大赛、光电设计竞赛、挑战杯、大创项目、互联网+、三创赛、计算机设计竞赛、创新创业大赛、ACM-ICPC国际大学生程序设计竞赛、全国大学生数学建模竞赛、全国大学生电子商务“创新、创意及创业”挑战赛、全国大学生节能减排社会实践与科技竞赛、全国大学生工程训练综合能力竞赛、全国大学生机器人大赛-RoboMaster、RoboCon、“西门子杯”中国智能制造挑战赛、中国大学生计算机设计大赛、世界技能大赛、中国高校计算机大赛-大数据挑战赛、团体程序设计天梯赛、移动应用创新赛、网络技术挑战赛、全国大学生信息安全竞赛、“中国软件杯”大学生软件设计大赛、全国大学生光电设计竞赛、中国机器人及人工智能大赛、“大唐杯”全国大学生移动通信5G技术大赛、华为ICT大赛、全国大学生嵌入式芯片与系统设计竞赛、中国高校智能机器人创意大赛
资源推荐
资源详情
资源评论
收起资源包目录
竞赛资料源码-2020年TI杯江苏省大学生电子设计竞赛 无线运动传感器节点设计(A题).zip (326个子文件)
keilkilll.bat 372B
cc936.c 697KB
cc949.c 546KB
cc950.c 434KB
cc932.c 240KB
ff.c 184KB
stm32f7xx_hal_tim.c 174KB
stm32f7xx_hal_i2c.c 152KB
stm32f7xx_hal_cryp.c 117KB
stm32f7xx_hal_jpeg.c 117KB
stm32f7xx_hal_dfsdm.c 105KB
stm32f7xx_hal_sd.c 103KB
inv_mpu.c 101KB
stm32f7xx_hal_cryp_ex.c 101KB
stm32f7xx_hal_spi.c 87KB
stm32f7xx_hal_tim_ex.c 85KB
stm32f7xx_hal_qspi.c 75KB
stm32f7xx_hal_eth.c 71KB
stm32f7xx_hal_dsi.c 70KB
stm32f7xx_hal_uart.c 69KB
stm32f7xx_hal_sai.c 67KB
lcd.c 66KB
stm32f7xx_hal_usart.c 63KB
stm32f7xx_hal_ltdc.c 61KB
stm32f7xx_hal_dma2d.c 61KB
stm32f7xx_hal_adc.c 60KB
stm32f7xx_hal_hash.c 58KB
stm32f7xx_hal_rtc_ex.c 57KB
inv_mpu_dmp_motion_driver.c 56KB
stm32f7xx_hal_rcc_ex.c 55KB
stm32f7xx_hal_irda.c 54KB
stm32f7xx_hal_rtc.c 53KB
stm32f7xx_hal_lptim.c 51KB
stm32f7xx_hal_hash_ex.c 51KB
stm32f7xx_hal_i2s.c 51KB
stm32f7xx_ll_usb.c 48KB
stm32f7xx_hal_smartcard.c 46KB
stm32f7xx_hal_nand.c 45KB
data_builder.c 44KB
stm32f7xx_hal_can.c 43KB
stm32f7xx_hal_rcc.c 41KB
stm32f7xx_hal_spdifrx.c 40KB
stm32f7xx_hal_dma.c 40KB
stm32f7xx_hal_adc_ex.c 40KB
stm32f7xx_ll_fmc.c 40KB
stm32f7xx_hal_flash_ex.c 39KB
stm32f7xx_hal_pcd.c 36KB
stm32f7xx_hal_hcd.c 35KB
stm32f7xx_hal_nor.c 32KB
stm32f7xx_hal_dac.c 31KB
stm32f7xx_hal_dcmi.c 29KB
stm32f7xx_hal_sdram.c 26KB
stm32f7xx_hal_flash.c 25KB
nand.c 25KB
ccsbcs.c 24KB
ml_math_func.c 24KB
stm32f7xx_hal_cec.c 22KB
stm32f7xx_hal_sram.c 22KB
stm32f7xx_hal_pwr.c 21KB
stm32f7xx_hal_pwr_ex.c 20KB
stm32f7xx_hal_gpio.c 19KB
stm32f7xx_hal_mdios.c 19KB
stm32f7xx_hal_cortex.c 19KB
stm32f7xx_ll_sdmmc.c 18KB
ftl.c 17KB
stm32f7xx_hal.c 17KB
hal_outputs.c 17KB
stm32f7xx_hal_crc.c 17KB
ltdc.c 17KB
common.c 16KB
stm32f7xx_hal_rng.c 16KB
results_holder.c 15KB
stm32f7xx_hal_dac_ex.c 15KB
touch.c 15KB
usmart.c 15KB
stm32f7xx_hal_wwdg.c 13KB
stm32f7xx_hal_timebase_rtc_alarm_template.c 12KB
stm32f7xx_hal_timebase_rtc_wakeup_template.c 12KB
exfuns.c 11KB
usmart_str.c 11KB
stm32f7xx_hal_dma_ex.c 11KB
eMPL_outputs.c 11KB
stm32f7xx_hal_iwdg.c 10KB
w25qxx.c 10KB
app4.c 10KB
sdmmc_sdcard.c 9KB
system_stm32f7xx.c 9KB
usart.c 9KB
stm32f7xx_hal_i2c_ex.c 8KB
stm32f7xx_hal_crc_ex.c 8KB
mlx90614.c 8KB
gt9147.c 8KB
stm32f7xx_hal_ltdc_ex.c 7KB
mpu9250.c 7KB
diskio.c 7KB
sdram.c 7KB
wifista.c 7KB
fontupd.c 7KB
apsta.c 7KB
fattester.c 7KB
共 326 条
- 1
- 2
- 3
- 4
资源评论
妄北y
- 粉丝: 1w+
- 资源: 1万+
下载权益
C知道特权
VIP文章
课程特权
开通VIP
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功