Add VFS to enable POSIX file I/O operations (#2333)
* Add VFS to enable POSIX file I/O operations Enables use of FILE * operations on internal and external storage. fopen, fclose, fseek, fprintf, fscanf, etc. supported. * Add FS/File::stat and support POSIX stat/fstat
Showing
libraries/VFS/keywords.txt
0 → 100644
libraries/VFS/src/VFS.cpp
0 → 100644
libraries/VFS/src/VFS.h
0 → 100644
Please register or sign in to comment