ProtoCore v0.0.2
Deterministic, zero-heap network stack for embedded targets
Loading...
Searching...
No Matches
vfs.cpp File Reference

Unified VFS - dispatch + RAM backend (+ Arduino FS backend on ESP32). More...

Go to the source code of this file.

Detailed Description

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.