ESP32 Virtual File System for the LittleFS. The default mount point is "/littlefs" DRAFT implementation: not tested See https://github.com/espressif/esp-idf/tree/master/examples/storage/sd_card/sdspi.
More...
#include <VFS_LittleFS.h>
|
| const char * | expand (const char *file) |
| | expands the file name with the mount point
|
| |
ESP32 Virtual File System for the LittleFS. The default mount point is "/littlefs" DRAFT implementation: not tested See https://github.com/espressif/esp-idf/tree/master/examples/storage/sd_card/sdspi.
- Note
- Supported only by ESP32 (Arduino and IDF)
- Author
- Phil Schatzmann
- Copyright
- GPLv3
◆ VFS_LittleFS()
◆ begin()
mount the file systems
Reimplemented from VFS.
◆ end()
unmount the file system
Reimplemented from VFS.
◆ exists() [1/2]
| bool exists |
( |
const char * |
path | ) |
|
|
inlineinherited |
◆ exists() [2/2]
| bool exists |
( |
const std::string & |
path | ) |
|
|
inlineinherited |
◆ expand()
| const char * expand |
( |
const char * |
file | ) |
|
|
inlineprotectedinherited |
expands the file name with the mount point
◆ mkdir() [1/2]
| bool mkdir |
( |
const char * |
path | ) |
|
|
inlineinherited |
◆ mkdir() [2/2]
| bool mkdir |
( |
const std::string & |
path | ) |
|
|
inlineinherited |
◆ mountPoint()
| const char * mountPoint |
( |
| ) |
|
|
inlineinherited |
provides the actual mount point
◆ open() [1/2]
◆ open() [2/2]
◆ remove() [1/2]
| bool remove |
( |
const char * |
path | ) |
|
|
inlineinherited |
◆ remove() [2/2]
| bool remove |
( |
const std::string & |
path | ) |
|
|
inlineinherited |
◆ rename() [1/2]
| bool rename |
( |
const char * |
pathFrom, |
|
|
const char * |
pathTo |
|
) |
| |
|
inlineinherited |
◆ rename() [2/2]
| bool rename |
( |
const std::string & |
pathFrom, |
|
|
const std::string & |
pathTo |
|
) |
| |
|
inlineinherited |
◆ rmdir() [1/2]
| bool rmdir |
( |
const char * |
path | ) |
|
|
inlineinherited |
◆ rmdir() [2/2]
| bool rmdir |
( |
const std::string & |
path | ) |
|
|
inlineinherited |
◆ setMountPoint()
| void setMountPoint |
( |
const char * |
mp | ) |
|
|
inlinevirtual |
provide the mount point (root directory for the file system)
Reimplemented from VFS.
◆ conf
| esp_vfs_littlefs_conf_t conf |
|
protected |
◆ format_if_mount_failed
| bool format_if_mount_failed = true |
|
protected |
◆ max_files
◆ mount_point
| const char* mount_point = "/" |
|
protectedinherited |
◆ tmp
The documentation for this class was generated from the following file: