README 659 B

12345678910111213141516171819202122
  1. This implementaion of file system is developed by ELM Chan
  2. http://elm-chan.org/fsw/ff/00index_e.html.
  3. This is based on FAT file system specification. It provides
  4. an interface to physical storage management through its disk io
  5. API in diskio.c. The disk io interfaces are updated to interface
  6. with Zephyr flash memory management.
  7. Current revision in the tree is 0.12b
  8. The file system provides options to configure the source. The configurations
  9. are stored in include/ffconf.h. Following configurations are updated.
  10. _USE_MKFS 1
  11. _CODE_PAGE 1
  12. _FS_TINY 1
  13. _FS_NORTC 1
  14. The following configurations are exposed as kconfig options.
  15. _USE_LFN
  16. _MAX_LFN
  17. _CODE_PAGE