Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zephyrproject-rtos/fatfs
This implementation of file system is developed by ELM Chan
https://github.com/zephyrproject-rtos/fatfs
filesystem module
Last synced: about 2 months ago
JSON representation
This implementation of file system is developed by ELM Chan
- Host: GitHub
- URL: https://github.com/zephyrproject-rtos/fatfs
- Owner: zephyrproject-rtos
- Created: 2019-05-23T01:27:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T09:21:52.000Z (9 months ago)
- Last Synced: 2024-11-14T09:39:07.140Z (about 2 months ago)
- Topics: filesystem, module
- Language: C
- Homepage:
- Size: 890 KB
- Stars: 14
- Watchers: 2
- Forks: 29
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-zephyr-rtos - fats - Generic FAT/exFAT filesystem module for small embedded systems. (Libraries / Filesystem)
README
This implementaion of file system is developed by ELM Chan
http://elm-chan.org/fsw/ff/00index_e.html.This is based on FAT file system specification. It provides
an interface to physical storage management through its disk io
API in diskio.c. The disk io interfaces are updated to interface
with Zephyr flash memory management.Current revision in the tree is 0.15
URL to current version: http://elm-chan.org/fsw/ff/arc/ff15.zip