Helpers.h File Reference
#include "FileSystem.h"
Include dependency graph for Helpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 IFS
 

Functions

IFileSystem * IFS::createSpiffsFilesystem (Storage::Partition partition)
 Create a SPIFFS filesystem. More...
 
IFileSystem * IFS::createFirmwareFilesystem (Storage::Partition partition)
 Create a firmware filesystem. More...
 
IFileSystem * IFS::createHybridFilesystem (Storage::Partition fwfsPartition, Storage::Partition spiffsPartition)
 Create a hybrid filesystem. More...