• Home
  • History
  • Annotate
Name
Date
Size
#Lines
LOC

..--

include/18-Mar-2025-818395

option/18-Mar-2025-15,80315,575

zephyr/18-Mar-2025-43

READMED18-Mar-2025437 128

diskio.cD18-Mar-20255.2 KiB230107

ff.cD18-Mar-2025253.7 KiB7,1075,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