PetitFS DOS Compatible SD card OS - douggilliland/Retro-Computers GitHub Wiki

Table of Contents

Petit FatFs Module Source Files R0.03a

PetitFs is a File System for SD cards that is DOS format compatible.

FILES

  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 I/O

  • 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

Links

⚠️ **GitHub.com Fallback** ⚠️