diff --git a/doc/00index_e.html b/doc/00index_e.html index 76d91da..bc585c1 100644 --- a/doc/00index_e.html +++ b/doc/00index_e.html @@ -29,7 +29,7 @@
There are some configuration options to eliminate unused functions to reduce module size. Following tables are memory consumption in unit of byte on avr-gcc.
+There are some configuration options to eliminate unused functions to reduce module size. Following tables are the memory consumption in unit of byte on avr-gcc.
| Section | Std cfg. | Min cfg. | 
|---|---|---|
| Program (R/W cfg.) | 8554 | 6020 | 
| Program (R/O cfg.) | 4170 | 3400 | 
| Program (R/W cfg.) | 8526 | 6042 | 
| Program (R/O cfg.) | 4172 | 3402 | 
| Static Work Area | 2- | |
| Dynamic Work Area | 544 + 540 * <files>+ | |
| Dynamic Work Area | 548 + 540 * <files> | |
| Section | Std cfg. | Min cfg. | 
|---|---|---|
| Program (R/W cfg.) | 7112 | 4836 | 
| Program (R/O cfg.) | 3538 | 2774 | 
| Program (R/W cfg.) | 7138 | 4862 | 
| Program (R/O cfg.) | 3542 | 2778 | 
| Static Work Area | 2 | |
| Dynamic Work Area | 538 + 24 * <files> | |
| Dynamic Work Area | 540 + 24 * <files> | |
Since the FatFs/Tiny-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.
+Since the FatFs/Tiny-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. These functions must be provided by user.
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.