Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ fileFreeFileSystem
Function
fileFreeFileSystem
Sming/Core/FileSystem.h:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
void fileSetFileSystem(IFS::IFileSystem* fileSystem);
81
82
inline void fileFreeFileSystem()
83
{
84
fileSetFileSystem(nullptr);
85
}
86
87
/**
88
* @brief Mount a constructed filesystem with debug messages
Callers
4
initFileSystem
Function · 0.85
cycleFlash
Method · 0.85
spiffs_unmount
Function · 0.85
spiffs_format
Function · 0.85
Calls
1
fileSetFileSystem
Function · 0.85
Tested by
no test coverage detected