Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
include/ | 18-Mar-2025 | - | 818 | 395 | ||
option/ | 18-Mar-2025 | - | 15,803 | 15,575 | ||
zephyr/ | 18-Mar-2025 | - | 4 | 3 | ||
README | D | 18-Mar-2025 | 437 | 12 | 8 | |
diskio.c | D | 18-Mar-2025 | 5.2 KiB | 230 | 107 | |
ff.c | D | 18-Mar-2025 | 253.7 KiB | 7,107 | 5,726 |
README
1This implementaion of file system is developed by ELM Chan 2http://elm-chan.org/fsw/ff/00index_e.html. 3 4This is based on FAT file system specification. It provides 5an interface to physical storage management through its disk io 6API in diskio.c. The disk io interfaces are updated to interface 7with Zephyr flash memory management. 8 9Current revision in the tree is 0.15a 10 11URL to current version: http://elm-chan.org/fsw/ff/arc/ff15a.zip 12