|
ProtoCore v0.0.2
Deterministic, zero-heap network stack for embedded targets
|
Unified VFS - dispatch + RAM backend (+ Arduino FS backend on ESP32). More...
#include "services/storage/vfs/vfs.h"Go to the source code of this file.
Unified VFS - dispatch + RAM backend (+ Arduino FS backend on ESP32).
The RAM backend is a fixed pool of named in-BSS files and a fixed handle table; everything is bounded and host-identical. The Arduino backend maps handles to a pool of fs::File objects over a real filesystem. The public pc_vfs_* calls just forward to whichever backend is mounted.
Definition in file vfs.cpp.