文件名称:Cheap_Flash_fs
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2016-11-05
- 文件大小:
- 1.68mb
- 下载次数:
- 0次
- 提 供 者:
- 闭**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Cheap_flash_fs精简版版本完全兼容FAT16/FAT32文件系统总共两种格式,兼容长文件名兼容文字编码GB2312/UNICODE汉字编码(文件名完全支持中文),
实现了支持子目录,实现了支持文件的读取,写入,删除,创建等文件系统常用功能。总之,本文件系统代码全部使用C代码编写,可以移植去各种单片机平台上面实现文件系统模块。本文件系统是精简版,适合在嵌入式上使用,相当于cheap_flash_fs的精简版。支持多扇区操作。-Cheap_flash_fs Lite version is fully compatible with FAT16/FAT32 file system total of two formats, compatible with long file names compatible with the text encoding GB2312/UNICODE Chinese character encoding (file name fully supports Chinese)
The realization of the support of the subdirectory, to achieve the support file read, write, delete, create and other file system commonly used functions. In short, the file system code all use C code, you can transplant to a variety of single-chip platform to achieve the above file system module. This file system is a compact version, suitable for use in the embedded, the equivalent of cheap_flash_fs Lite. Support multi-sector operation.
实现了支持子目录,实现了支持文件的读取,写入,删除,创建等文件系统常用功能。总之,本文件系统代码全部使用C代码编写,可以移植去各种单片机平台上面实现文件系统模块。本文件系统是精简版,适合在嵌入式上使用,相当于cheap_flash_fs的精简版。支持多扇区操作。-Cheap_flash_fs Lite version is fully compatible with FAT16/FAT32 file system total of two formats, compatible with long file names compatible with the text encoding GB2312/UNICODE Chinese character encoding (file name fully supports Chinese)
The realization of the support of the subdirectory, to achieve the support file read, write, delete, create and other file system commonly used functions. In short, the file system code all use C code, you can transplant to a variety of single-chip platform to achieve the above file system module. This file system is a compact version, suitable for use in the embedded, the equivalent of cheap_flash_fs Lite. Support multi-sector operation.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Cheap_Flash_fs精简版\Cheap_Flash_fs精简版版本说明.txt
....................\嵌入式FAT16_32文件系统.doc
....................\CN_fat32_ver_filesystem_2008_05_22_multidisks\fat_filesystem.dsp
....................\.............................................\fat_filesystem.dsw
....................\.............................................\fat_filesystem.ncb
....................\.............................................\fat_filesystem.plg
....................\.............................................\include\gb2312_to_unicode_table.h
....................\.............................................\.......\types.h
....................\.............................................\.......\fat_cfg.h
....................\.............................................\Flash_Management\flash_management.h
....................\.............................................\................\flash_management.c
....................\.............................................\.AT\fat.h
....................\.............................................\...\time.c
....................\.............................................\...\time.h
....................\.............................................\...\fat.c
....................\.............................................\main.C
....................\.............................................\Debug\vc60.idb
....................\.............................................\.....\vc60.pdb
....................\.............................................\.....\flash_management.sbr
....................\.............................................\.....\flash_management.obj
....................\.............................................\.....\fat.sbr
....................\.............................................\.....\fat.obj
....................\.............................................\.....\time.sbr
....................\.............................................\.....\time.obj
....................\.............................................\.....\main.sbr
....................\.............................................\.....\fat_filesystem.pch
....................\.............................................\.....\main.obj
....................\.............................................\.....\fat_filesystem.ilk
....................\.............................................\.....\fat_filesystem.exe
....................\.............................................\.....\fat_filesystem.pdb
....................\.............................................\.....\fat_filesystem.bsc
....................\.............................................\.....\readed.rar
....................\.............................................\fat_filesystem.opt
....................\Cheap_Flash_fs精简版 Code的使用说明.doc
....................\.N_fat32_ver_filesystem_2008_05_22_multidisks\include
....................\.............................................\Flash_Management
....................\.............................................\FAT
....................\.............................................\Debug
....................\CN_fat32_ver_filesystem_2008_05_22_multidisks
Cheap_Flash_fs精简版