搜索资源列表
ucfs源码
- 一个小型的FAT文件系统源码-a small FAT file system source code
uCFSBook
- UCOS文件系统源代码。支持多种硬件系统,如:SMC, RAM,IDE,CF卡等。使用FAT文件系统,效率很高。但似乎不支持Flash的驱动。-UCOS file system source code. Support for multiple hardware systems, such as : SMC, RAM, IDE, and CF cards. The use of the FAT file system, high eff
UCOS-IIbook
- UCOS-II文件系统使用手册. It describes the functionality and user API of μC/FS FAT File System.-UCOS-II file system user manual. It describes the functionality and user API of μC/FS FAT File System.
ds_k9f2808u0c_rev29
- 一中常用的flash芯片,16*8M.使用该芯片和主控芯片搭成文件系统.可以将引导代码烧录其中. -used in a flash chips, 16* 8M. The use of the chip and chip-dominated swings file system. can be guided code copying them.
ucos-file
- ucos下的FAT文件系统源码。 config.h dir.C disk.C FAT.C Fat.h FDT.C file.C floppy.c floppy.h format.C format.h Harddisk.c HardDisk.h INCLUDES.H OS_CFG.H OSFile.c OSFile.h RWSec.C Test.c-OUT of
file_system_driver(based_uclinux_ucos2)
- 开发工具:ads1.2 或 gcc for linux 说明:可以供阅读嵌入式fs时参考。内含flash file system驱动原理介绍,以及uclinux和usos2下的各种文件系统实现(yaffs2,ffs,cf card,sd card,fat等),主要是周立功和优龙的代码。-Tools : ads1.2 or gcc for linux : can be read for Embedded fs reference. I
fs_lib
- fs_lib,arm9的fat文件系统,支持nor,nandflash,很有参考和实用价值-fs_lib, arm9 the fat file system, support nor, nandflash, useful reference and practical value
DevelopingSamplesOfARMEmbededSystem
- 本书详细介绍当前几大热点ARM嵌入式系统软件模块的c/c++以及UCOSii的编程方法和技巧及其在AM7上的实现。分为5个压缩软件包,每个压缩软件包介绍一种模块的编程方法和技巧。第1个压缩软件包演示了FAT文件系统的基础知识,以及兼容FAT12、FAT16和FAT32的文件系统模块ZLG/FS的源码分析。第2个压缩软件包演示了USB模块驱动程序的设计思想及实现过程。第3个压缩软件包演示了CF卡和IDE硬盘及相应软件模块ZLG/CF的设计
FS-FAT
- FAT16很有参考价值的文件系统,代码免费开放。
api
- uC/FS API函数源文件(sd卡的FAT驱动)-uC/FS API function source file (sd card FAT drive)
2410-fs-ldqmoon
- 这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针 unsigned char temp[24]="3.wav" // 文件明需要放在数组里 while(!initialize_media()) // 初始化sd卡 { Uart_Printf("sd initializin
pCFAT_Port_SPI
- The Fat Fs module is a middleware that written in ANSI C. There is no platform dependence, so long as the compiler is in compliance with ANSI C. However it handles the system portable FAT structures. You must take the en
M88_T24_fs04030814
- 我改写的在TFT上显示SD卡中BMP文件的程序,使用了一个日本人写的FAT FS-I have rewritten in TFT display BMP files in the SD card procedures, the use of a Japanese writing FAT FS
Mp3_20090919_22_53
- Keil 基于44B0的Mp3播放 44b0+UCOSII+FATFS+UC/FS+MP3Decoder+IDE硬盘驱动-Keil-based 44B0 of the Mp3 player 44b0+ UCOSII+ FATFS+ UC/FS+ MP3Decoder+ IDE hard disk drive
fatfs
- fatfs文件系统,移植很简单,非常好用,比周立功的好用多了,希望大家喜欢。-This is a fat file system,it can be easily used,fatfs is much more useful than ZLG/FS. I hope you can enjoy the FATFS.
R8CFAT
- Fat Fs system using R8C microcontroller
ircp.tar
- Before I knew about about fatsort I wrote this code to copy files to my iriver e150 which has a stupid fat fs. It uses QProcess::waitForFinished()
basic-fs-project-at91sam9g10-ek-iar
- Atmel At91SAM9G10平台FAT file system的porting.-Atmel At91SAM9G10 platform FAT file system for porting.
Working_with_FatFs
- FAT FS ON MMC WITH AVR MEGA32
FAT_file_system_code
- 嵌入式FAT文件系统免费源码下载 本版本代码完全兼容FAT16/FAT32文件系统总共两种格式,兼容长文件名, 兼容文字编码GB2312/UNICODE汉字编码(文件名完全支持中文), 实现了支持子目录,实现了支持文件的读取,写入,删除,创建等文件系统常用功能。 总之,本文件系统代码全部使用C代码编写,可以移植去各种单片机平台上面实现文件系统模块。 版本: 1.最新_1_目录下的文件名和目录名不可以相同,即改进了