EFSL
2008-08-15 19:50:32.591318+02 by Dan Lyke 0 comments
EFSL, a FAT filesystem library, supports FAT12, FAT16 and FAT32 on the TI TMS C6000 DSP and Atmel's ATMega microcontrollers, with the promise that it's relatively easy to implement new ones, just add a read and write for a 512 byte block. RAM requirements are 1.5k, the license is GPL with an exception that allows you to statically link to the library, so the requirement is that you push changes to the library code back upstream.