PetitFS DOS Compatible SD card OS - douggilliland/Retro-Computers GitHub Wiki
PetitFs is a File System for SD cards that is DOS format compatible.
- Source Code - copy
pff.h Common include file for Petit FatFs and application module. pff.c Petit FatFs module. diskio.h Common include file for Petit FatFs and disk I/O module. diskio.c Skeleton of low level disk I/O module.
- Low level disk I/O module is not included in this archive
- Petit FatFs module is only a generic file system layer and not depend on any specific storage device
- You have to provide a low level disk I/O module that written to control your storage device