搜索资源列表
UCOS-IIbook
- UCOS-II文件系统使用手册. It describes the functionality and user API of μC/FS FAT File System.
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. Intron flash file system driver
DevelopingSamplesOfARMEmbededSystem
- 本书详细介绍当前几大热点ARM嵌入式系统软件模块的c/c++以及UCOSii的编程方法和技巧及其在AM7上的实现。分为5个压缩软件包,每个压缩软件包介绍一种模块的编程方法和技巧。第1个压缩软件包演示了FAT文件系统的基础知识,以及兼容FAT12、FAT16和FAT32的文件系统模块ZLG/FS的源码分析。第2个压缩软件包演示了USB模块驱动程序的设计思想及实现过程。第3个压缩软件包演示了CF卡和IDE硬盘及相应软件模块ZLG/CF的设计思想及实现过程。第4个压缩软件包演示了TCP/IP及相应软件
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 initializing....\n") } Uart_Printf(
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 endian into consideration. It mu
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
SD FATFS
- 一个SD 卡上的FAT 文件系统,比较不错。基于MDK开发环境。
g2553_fat_sd
- This the MSP430 and SD Card interface source code. The SD Card library is Chan s FAT FS library. The microcontoller is MSP430G2553. All CCS v5 project files is included.-This is the MSP430 and SD Card interface source code. The SD Card library is Cha
WAV-files-from-SD
- WAV file player from SD card with FAT FS.
target nand fs
- TargetFFS-NAND and atmel fat code
FATFS-V0.08A-SD-Card
- Fat FS for Keil write in c
fat demo
- fat fs demo keil uvision arm
FAT_file_system_code
- 嵌入式FAT文件系统免费源码下载 本版本代码完全兼容FAT16/FAT32文件系统总共两种格式,兼容长文件名, 兼容文字编码GB2312/UNICODE汉字编码(文件名完全支持中文), 实现了支持子目录,实现了支持文件的读取,写入,删除,创建等文件系统常用功能。 总之,本文件系统代码全部使用C代码编写,可以移植去各种单片机平台上面实现文件系统模块。 版本: 1.最新_1_目录下的文件名和目录名不可以相同,即改进了建文件和目录的判断算法. 2.最新_2_长文件名生成短文件
