Files | |
file | fs.h |
Primary File System. |
For example, to make the FSEE module (uses a I2C EEPROM as storage medium) the primary File System, the following define must be added to the code (It is normally added to the "projdefs.h" file):
#define FSEE_IS_PRIMARY_FS
#define FSFRAM_IS_PRIMARY_FS
The Modtronix TCP/IP stack has been designed so other mediums can easily be used as the file system. For example, to use a SD Card as the file system, the "fsee.c" and "fsee.h" files can be used as a starting point, and modified for a SD Card. Future versions of this stack might contain implementations for using Atmel DataFlash chips and SD Cards as the primary file system.