MCPcopy Create free account
hub / github.com/SmingHub/Sming / createSpiffsFilesystem

Function createSpiffsFilesystem

Sming/Libraries/Spiffs/src/Spiffs.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace IFS
28{
29FileSystem* createSpiffsFilesystem(Storage::Partition partition)
30{
31 auto fs = new SPIFFS::FileSystem(partition);
32 return FileSystem::cast(fs);
33}
34
35} // namespace IFS
36

Callers 4

initFileSystemFunction · 0.85
mountSpiffsFromFileMethod · 0.85
spiffs_mountFunction · 0.85
hyfs_mountFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected