Litet fint FS för eeprom mm

PIC, AVR, Arduino, Raspberry Pi, Basic Stamp, PLC mm.
Användarvisningsbild
TomasL
EF Sponsor
Inlägg: 45270
Blev medlem: 23 september 2006, 23:54:55
Ort: Borås
Kontakt:

Litet fint FS för eeprom mm

Inlägg av TomasL »

Hittade detta:
http://opensource.gsfc.nasa.gov/projects/eefs/index.php
The EEPROM File System (EEFS) is a simple, reliable file system for embedded systems. The EEFS is intended for non-block oriented devices such as EEPROM, ROM, or RAM. The EEFS trades complexity and the ability to handle block devices for simplicity and understandability.


EEPROM File System (EEFS) Goals

The EEPROM File System (EEFS) is a simple, reliable file system for embedded systems. The primary purpose of the EEFS is to provide a file system abstraction for EEPROM, PROM, or RAM memory devices that is simple, efficient, and reliable. The EEFS can be used on embedded systems where a file system is needed to access data from EEPROM, PROM, or RAM devices, but otherwise might not have the resources to deploy a full file system such as the MSDOS file system. The EEPROM file system can also be used in systems where the ability to dump, patch, and diagnose files is required.
Verkar vid första anblicken vara rätt trevligt och kompakt.