|
TARFS 0.1.5
Read-only TAR filesystem for ESP32
|
Go to the source code of this file.
Macros | |
| #define | CONFIG_TARFS_VERSION 0x00000105 |
| Edit this file to change TARFS compile-time setting. | |
| #define | CONFIG_TARFS_MAX_FS 4 |
| #define | CONFIG_TARFS_MAX_FDS 16 |
| #define | CONFIG_TARFS_INTEGRITY 0 |
| #define | CONFIG_TARFS_EXTMEM 1 |
| #define | CONFIG_TARFS_HAVE_FDOPENDIR 1 |
| #define | CONFIG_TARFS_HAVE_MMAP 1 |
| #define | CONFIG_TARFS_HAVE_DUPFD 1 |
| #define | CONFIG_TARFS_HAVE_STATVFS 1 |
| #define | CONFIG_TARFS_HAVE_SENDFILE 1 |
| #define | CONFIG_TARFS_COUNTERS 1 |
| #define CONFIG_TARFS_EXTMEM 1 |
| #define CONFIG_TARFS_HAVE_FDOPENDIR 1 |
Support for fdopendir()
| #define CONFIG_TARFS_HAVE_MMAP 1 |
| #define CONFIG_TARFS_HAVE_SENDFILE 1 |
Support for zero-overhead sendfile()
| #define CONFIG_TARFS_INTEGRITY 0 |
| #define CONFIG_TARFS_MAX_FDS 16 |
| #define CONFIG_TARFS_MAX_FS 4 |