文件名称:Fatfs_GCC
- 所属分类:
- 其他嵌入式/单片机内容
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2015-11-23
- 文件大小:
- 537kb
- 下载次数:
- 0次
- 提 供 者:
- 孙**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
FatFs gcc 编译工程
FatFs Module是一种完全免费开源的FAT文件系统模块,专门为小型的嵌入式系统而设计。它完全用标准C语言编写,所以具有良好的硬件平*立性,可以移植到8051、PIC、AVR、SH、Z80、H8、ARM等系列单片机上而只需做简单的修改。它支持FATl2、FATl6和FAT32,支持多个存储媒介;有独立的缓冲区,可以对多个文件进行读/写,并特别对8位单片机和16位单片机做了优化。-FatFs Module is a completely free open source of FAT file system Module, designed specifically for small embedded systems. It is completely written in a standard C language, so it has good hardware platform independence, can be transplanted into 8051, PIC, AVR, SH, series single chip microcomputer Z80, H8, ARM, and just do simple modification. It supports FATl2, FATl6 and FAT32, support multiple storage medium Have independent buffer, the multiple files can be read/write, and particularly of 8-bit MCU and 16-bit single chip microcomputer has been optimized.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Fatfs_GCC\apps\Hsmmc.c
.........\....\Hsmmc.h
.........\....\main.c
.........\....\Makefile
.........\....\RTC.c
.........\....\RTC.h
.........\....\UART0.c
.........\....\UART0.h
.........\config.mk
.........\Fatfs\00readme.txt
.........\.....\diskio.c
.........\.....\diskio.h
.........\.....\ff.c
.........\.....\ff.h
.........\.....\ffconf.h
.........\.....\integer.h
.........\.....\Makefile
.........\.....\option\cc932.c
.........\.....\......\cc936.c
.........\.....\......\cc949.c
.........\.....\......\cc950.c
.........\.....\......\ccsbcs.c
.........\.....\......\syscall.c
.........\.....\......\unicode.c
.........\Makefile
.........\rules.mk
.........\start_code\Exception.c
.........\..........\Exception.h
.........\..........\LowLevelInit.S
.........\..........\Makefile
.........\..........\MMU.c
.........\..........\MMU.h
.........\..........\NAND.c
.........\..........\NAND.h
.........\..........\s3c2416.h
.........\..........\s3c2416.lds
.........\..........\s3c2416.S
.........\Fatfs\option
.........\apps
.........\Fatfs
.........\start_code
Fatfs_GCC