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>
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.
- 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]
◆ exists() [2/2]
◆ expand()
expands the file name with the mount point
◆ mkdir() [1/2]
◆ mkdir() [2/2]
◆ mountPoint()
provides the actual mount point
◆ open() [1/2]
◆ open() [2/2]
◆ remove() [1/2]
◆ remove() [2/2]
◆ rename() [1/2]
◆ rename() [2/2]
| bool rename |
( |
const std::string & |
pathFrom, |
|
|
const std::string & |
pathTo |
|
) |
| |
|
inlineinherited |
◆ rmdir() [1/2]
◆ rmdir() [2/2]
◆ setMountPoint()
provide the mount point (root directory for the file system)
Reimplemented from VFS.
◆ conf
◆ format_if_mount_failed
◆ max_files
◆ mount_point
◆ tmp
The documentation for this class was generated from the following file: