# FatFs **Repository Path**: mirrors_stm32duino/FatFs ## Basic Information - **Project Name**: FatFs - **Description**: 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. - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.