Home
last modified time | relevance | path

Searched refs:FatFs (Results 1 – 8 of 8) sorted by relevance

/third_party/FatFs/
DLICENSE.txt1 FatFs License
3 FatFs has being developped as a personal project of the author, ChaN. It is free from the code anyo…
6 / FatFs - Generic FAT Filesystem Module Rx.xx /
11 / FatFs module is an open source software. Redistribution and use of FatFs in
24FatFs license is one of the BSD-style licenses, but there is a significant feature. FatFs is mainl…
DREADME1 FatFs Module Source Files R0.15
8 ff.c FatFs module.
9 ffconf.h Configuration file of FatFs module.
10 ff.h Common include file for FatFs and application module.
11 diskio.h Common include file for FatFs and disk I/O module.
12 diskio.c An example of glue function to attach existing disk I/O module to FatFs.
17 Low level disk I/O module is not included in this archive because the FatFs
DREADME.OpenSource3 "Name" : "FatFs",
9FatFs is a generic FAT/exFAT filesystem module for small embedded systems. The FatFs module is wri…
DFatFs.gni30 "//third_party/FatFs/source/diskio.c",
31 "//third_party/FatFs/source/ff.c",
32 "//third_party/FatFs/source/ffsystem.c",
33 "//third_party/FatFs/source/ffunicode.c",
36 FATFS_INCLUDE_DIRS = [ "//third_party/FatFs/source" ]
/third_party/FatFs/source/
D00readme.txt1 FatFs Module Source Files R0.15
8 ff.c FatFs module.
9 ffconf.h Configuration file of FatFs module.
10 ff.h Common include file for FatFs and application module.
11 diskio.h Common include file for FatFs and disk I/O module.
12 diskio.c An example of glue function to attach existing disk I/O module to FatFs.
17 Low level disk I/O module is not included in this archive because the FatFs
D00history.txt2 Revision history of FatFs module
98 Merged Tiny-FatFs as a configuration option. (_FS_TINY)
350 …Made FatFs uses standard library <string.h> for copy, compare and search instead of built-in strin…
362 …synchronization functions in order to completely eliminate the platform dependency from FatFs code.
Dff.c375 static FATFS* FatFs[FF_VOLUMES]; /* Pointer to the filesystem objects (logical drives) */ variable
886 if (FatFs[index]) in f_checkopenlock()
887 return empty_lock(FatFs[index]); in f_checkopenlock()
2824 fs = FatFs[vol]; /* Get pointer to the filesystem object */ in mount_volume()
3073 cfs = FatFs[vol]; /* Pointer to the filesystem object of the volume */ in f_mount()
3097 FatFs[vol] = fs; /* Register new fs object */ in f_mount()
3945 for (i = FF_VOLUMES - 1; i && fs != FatFs[i]; i--) ; /* Set current drive */ in f_chdir()
5648 if (FatFs[vol]) FatFs[vol]->fs_type = 0; /* Clear the fs object if mounted */
6891 if (FatFs[vol] == fat)
/third_party/littlefs/
DREADME.md253 - [ChaN's FatFs] - A lightweight reimplementation of the infamous FAT filesystem
273 [ChaN's FatFs]: http://elm-chan.org/fsw/ff/00index_e.html