diff --git a/doc/00index_e.html b/doc/00index_e.html index bc585c1..e525a89 100644 --- a/doc/00index_e.html +++ b/doc/00index_e.html @@ -3,6 +3,8 @@
+ + -
-FatFs module is an experimental project to implement FAT file system to small embdded systems. The FatFs module is written in compliance with ANSI C, therefore it is independent of hardware architecture. It can be incorporated into most small microcontrollers, such as 8051, PIC, AVR, H8, Z80 and etc..., without any change. I created two modules in different configurations in consideration of various use. To use the FatFs module, low level disk I/O functions for each media must be provided by user.
+ +
+FatFs module is an experimental project to implement a FAT file system to small embdded systems. The FatFs module is written in compliance with ANSI C, therefore it is independent of hardware architecture. It can be incorporated into most small microcontrollers, such as 8051, PIC, AVR, H8, Z80 and etc..., without any change. I created two modules in different configurations in consideration of various use. To use the FatFs module, low level disk I/O functions for each media must be provided by user.
| Section | Std cfg. | Min cfg. | 
|---|---|---|
| Program (R/W cfg.) | 8526 | 6042 | 
| Program (R/O cfg.) | 4172 | 3402 | 
| Static Work Area | 2- | |
| Dynamic Work Area | 548 + 540 * <files>+ | |
| Program (R/W cfg.) | 8574 | 6094 | 
| Program (R/O cfg.) | 4268 | 3494 | 
| Static Work Area | 2 + 2*<drives>+ | |
| Dynamic Work Area | 550*<drives> + 544*<files> | |
| Section | Std cfg. | Min cfg. | 
|---|---|---|
| Program (R/W cfg.) | 7138 | 4862 | 
| Program (R/O cfg.) | 3542 | 2778 | 
| Static Work Area | 2 | |
| Dynamic Work Area | 540 + 24 * <files> | |
| Program (R/W cfg.) | 7164 | 4890 | 
| Program (R/O cfg.) | 3660 | 2946 | 
| Static Work Area | 4 | |
| Dynamic Work Area | 542 + 28*<files> | |
FatFs/Tiny-FatFs module provides following functions.
The FatFs/Tiny-FatFs module is a free software and is opened for education, research and development. You can use, modify and/or republish it for personal, non-profit or profit use without any restriction under your responsibility.
-