Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Releases: Dreamcast-Projects/libfatfs

libfatfs now with less mem consumption

09 Oct 23:24
Compare
Choose a tag to compare

The entire file system is no longer cached by default. This saves a lot of (ram) memory but access times might be slower when opening, making, or removing a file/folder. The amount of time it takes to read and write to files is not affected.

If you want to enable the cache, (in the Makefile) add -DFATFS_CACHEALL to KOS_CFLAGS.

Stable

30 Sep 01:53
Compare
Choose a tag to compare

Implements most of FAT16 & FAT32 including long filenames, reading, writing, creating files/folders, deleting files/folders.