- Introduction
- Status
- Generic info
- eLua internals
- Reference Manual
eLua file systems
eLua file systems
You can compile and use more than one file system in eLua, as listed below:
- the ROM file system: a very simple, very low footprint read-only file system that can be included in the eLua binary image. Check here for details.
- the FAT file system: a read-write FAT file system implementation (platform independent) that can currently be used with SD/MMC memory cards. Check here for details. (new in 0.7)
- the remote file system (RFS): a read-write file system that allows eLua to 'share' a directory on a PC, effectively accesing its contents as if it was a local file system. Check here for details. (new in 0.8)