代码搜索:FATFS
找到约 722 项符合「FATFS」的源代码
代码结果 722
www.eeworm.com/read/11019/193646
c main.c
#include"config.h"
BYTE buffer[512];
FATFS fs;
FIL fl;
unsigned int r,w,i;
void Init_Mcu()
{
SPI_Init();
SPI_Low();
PORTA |= (1
www.eeworm.com/read/13297/270974
uv2 sd_fat.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0004 // Tools: 'ARM-ADS'
Group (User)
Group (FatFS)
Group (Core)
Group (FWLib)
File 1,1,
www.eeworm.com/read/209559/4974427
makefile
#
# Makefile for the Linux fat filesystem support.
#
obj-$(CONFIG_FAT_FS) += fat.o
fat-objs := cache.o dir.o file.o inode.o misc.o fatfs_syms.o
www.eeworm.com/read/312645/3653427
changelog
2007-07-31 Hajime Ishitani
* src/fatfs.c: When removing a directory, first remove . and
.. nodes.
2007-02-05 Ya-Chau Yang
www.eeworm.com/read/164783/10088387
am makefile.am
##
## $Id: Makefile.am,v 1.3 2001/11/26 10:00:55 jack Exp $
##
AUTOMAKE_OPTIONS = foreign 1.4
INCLUDES = -I.
LIBNAME = libdosfs
LIB = ${ARCH}/${LIBNAME}.a
FATFS_C_FILES = fat.c fat_fat_operations
www.eeworm.com/read/282522/4099141
txt updates.txt
R0.04b, May 05, 2007
Added _USE_NTFLAG option.
Added FSInfo support.
Fixed some problems corresponds to FAT32. (Tiny-FatFs)
Fixed DBCS name can result FR_INVALID_NAME.
Fixed short seek
www.eeworm.com/read/186526/8928547
makefile
UCLINUX_LDFLAGS = -Wl,-elf2flt="-s32768"
UCLINUXDIR = $(EM85xx_ROOT)/uClinux-2.4/include
ATADIR = $(EM85xx_ROOT)/atadrv
FATFSDIR = $(EM85xx_ROOT)/libraries/libfatfs
FATFSLIB = $(FATFSDIR)/fatfs.a
KE
www.eeworm.com/read/16496/673192
plg usbhostlite.plg
礦ision Build Log
Project:
E:\code\arm\2011.8.1(New Examples)\2011.8.1(New Examples)\USBHostLite_LPC17xx.001(FATFS)\USBHostLite.uvproj
Project File Date: 04
www.eeworm.com/read/17190/721448
c mp3.c
#include "mp3.h"
extern uint8_t music[512]; //存储一个扇区的字节 512 Byte
uint8_t mp3_open_play()
{
FATFS fs; //Work area (file system object) for logical drive
FIL file; //file
www.eeworm.com/read/13297/271106
__i ff.__i
-c --device DARMSTM -g -O0 --apcs=interwork -I "D:\DevTool\Keil\ARM\INC\ST\STM32F10x" -o ".\Obj\ff.o" --omf_browse ".\Obj\ff.crf" --depend ".\Obj\ff.d" "User\FATFS\ff.c"