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

libfatfs now with less mem consumption

Latest
Compare
Choose a tag to compare
@andressbarajas andressbarajas released this 09 Oct 23:24
· 19 commits to master since this release

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.