https://github.com/riot-os/fatfs
Generic FatFs Module (http://elm-chan.org/fsw/ff/00index_e.html)
https://github.com/riot-os/fatfs
Last synced: 11 months ago
JSON representation
Generic FatFs Module (http://elm-chan.org/fsw/ff/00index_e.html)
- Host: GitHub
- URL: https://github.com/riot-os/fatfs
- Owner: RIOT-OS
- Created: 2017-05-30T19:23:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T10:09:22.000Z (about 3 years ago)
- Last Synced: 2025-03-05T03:32:55.657Z (over 1 year ago)
- Language: C
- Size: 3.81 MB
- Stars: 2
- Watchers: 36
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generic FatFs git repository
This repository is intended to create a git version of the upstream sources located on http://elm-chan.org/fsw/ff/00index_e.html.
The most recent version mirrored here is R0.13a (form Oct 14, 2017) which can be downloaded from http://elm-chan.org/fsw/ff/archives.html http://elm-chan.org/fsw/ff/archives.html.
All modifications to align FatFs to the build process of RIOT packages can be seen from the commit log in the *_patched branch.