From 98ac61c91d17fd0c598ee27d25f6740318301c1e Mon Sep 17 00:00:00 2001 From: optixx Date: Tue, 11 Aug 2009 11:49:32 +0200 Subject: [PATCH] update docs --- tools/ff/doc/00index_e.html | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/tools/ff/doc/00index_e.html b/tools/ff/doc/00index_e.html index f4bd167..63ebfcd 100644 --- a/tools/ff/doc/00index_e.html +++ b/tools/ff/doc/00index_e.html @@ -3,6 +3,8 @@ + + ELM - FAT File System Module @@ -14,7 +16,7 @@
layer -

FatFs is a generic file system module to implement the FAT file system to small embedded systems. The FatFs is written in compliance with ANSI C, therefore it is independent of hardware architecture. It can be incorporated into cheap microcontrollers, such as 8051, PIC, AVR, SH, Z80, H8, ARM and etc..., without any change.

+

FatFs is a generic FAT file system module for small embedded systems. The FatFs is written in compliance with ANSI C and completely separated from the disk I/O layer. Therefore it is independent of hardware architecture. It can be incorporated into cheap microcontrollers, such as 8051, PIC, AVR, SH, Z80, H8, ARM and etc..., without any change. Petit FatFs module is also available here.

Features

Disk I/O Interface

-

Since the FatFs module is completely separated from disk I/O layer, it requires following functions to lower layer to read/write physical disk and to get current time. The low level disk I/O module is not a part of FatFs module and it must be provided by user. The sample drivers are also available in the resources.

+

Since the FatFs module is completely separated from disk I/O layer, it requires following functions to lower layer to read/write the physical disk and to get current time. The low level disk I/O module is not a part of FatFs module and it must be provided by user. The sample drivers are also available in the resources.