DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
vfs.cpp File Reference

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

#include "services/vfs/vfs.h"

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 detws_vfs_* calls just forward to whichever backend is mounted.

Definition in file vfs.cpp.