From 20236a8a990cae729bca1f7a4e0d619e92a5e37d Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 20 Dec 2014 21:15:16 +0000 Subject: stmhal: Upgrade to latest fatfs driver. --- stmhal/fatfs/doc/00index_e.html | 118 ---------------------------------------- 1 file changed, 118 deletions(-) delete mode 100644 stmhal/fatfs/doc/00index_e.html (limited to 'stmhal/fatfs/doc/00index_e.html') diff --git a/stmhal/fatfs/doc/00index_e.html b/stmhal/fatfs/doc/00index_e.html deleted file mode 100644 index 27e85cc48..000000000 --- a/stmhal/fatfs/doc/00index_e.html +++ /dev/null @@ -1,118 +0,0 @@ - - -
- - - - - - - -
-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 low cost microcontrollers, such as AVR, 8051, PIC, ARM, Z80, 68k and etc..., without any change. Petit FatFs module is also available here.
- -FatFs module provides following functions to the applications. In other words, this list describes what FatFs can do to access the FAT volumes.
-Since the FatFs module is completely separated from disk I/O layer, it requires following functions to access the physical media. When O/S related feature is enabled, it will require process/memory functions in addition. However the low level disk I/O module is not a part of FatFs module, so that it must be provided by user. The sample implementations are also available in the downloads.
-The FatFs module is a free software opened for education, research and development. You can use, modify and/or redistribute it for personal projects or commercial products without any restriction under your responsibility. For further information, refer to the application note.
-