From 75e1e7a5e26491e942fb2b25f518d8e2e3112721 Mon Sep 17 00:00:00 2001 From: inmarket Date: Fri, 15 Aug 2014 02:22:02 +1000 Subject: Add GFILE support for PetitFS (a very tiny FAT implementation) --- 3rdparty/petitfs-0.03/doc/00index_p.html | 77 ++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 3rdparty/petitfs-0.03/doc/00index_p.html (limited to '3rdparty/petitfs-0.03/doc/00index_p.html') diff --git a/3rdparty/petitfs-0.03/doc/00index_p.html b/3rdparty/petitfs-0.03/doc/00index_p.html new file mode 100644 index 00000000..fe5ada00 --- /dev/null +++ b/3rdparty/petitfs-0.03/doc/00index_p.html @@ -0,0 +1,77 @@ + + + + + + + + + + + +Petit FAT File System Module + + + +

Petit FAT File System Module

+
+ +
+layer +

Petit FatFs is a sub-set of FatFs module for tiny 8-bit microcontrollers. It is written in compliance with ANSI C and completely separated from the disk I/O layer. It can be incorporated into the tiny microcontrollers with limited memory even if the RAM size is less than sector size. Also full featured FAT file system module is available here↗.

+ +

Features

+ +
+ + +
+

Application Interface

+

Petit FatFs module provides following functions.

+ +
+ + +
+

Disk I/O Interface

+

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

+ +
+ + +
+

Resources

+

The Petit FatFs module is a free software and is opened for education, research and development. You can use, modify and/or redistribute it for personal, non-profit or commercial use without any restriction under your responsibility. For further information, refer to the application note.

+ +
+ + +
+

Return

+ + -- cgit v1.2.3