https://github.com/stm32duino/fatfs
FatFs is a generic FAT file system module for small embedded systems. The FatFs is written in compliance with ANSI C and completely separated from the disk I/O layer. Therefore it is independent of hardware architecture.
https://github.com/stm32duino/fatfs
Last synced: 22 days ago
JSON representation
FatFs is a generic FAT file system module for small embedded systems. The FatFs is written in compliance with ANSI C and completely separated from the disk I/O layer. Therefore it is independent of hardware architecture.
- Host: GitHub
- URL: https://github.com/stm32duino/fatfs
- Owner: stm32duino
- License: bsd-3-clause
- Created: 2017-08-30T07:37:57.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T12:35:04.000Z (7 months ago)
- Last Synced: 2025-03-22T19:07:49.465Z (29 days ago)
- Language: C
- Size: 1.99 MB
- Stars: 97
- Watchers: 4
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FatFs
FatFs is a generic FAT file system module for small embedded systems. The FatFs is written in compliance with ANSI C and completely separated from the disk I/O layer. Therefore it is independent of hardware architecture.FatFs has being developped as a personal project of the author, ChaN.
See [elm-chan.org/fsw/ff](http://elm-chan.org/fsw/ff/00index_e.html)
Modified by ST, used source from [stm32_mw_fatfs](https://github.com/STMicroelectronics/stm32_mw_fatfs) and modified to fit Arduino libraries specifications.
It is used by the [STM32SD](https://github.com/stm32duino/STM32SD) library.