arduino-pico/libraries/VFS
Earle F. Philhower, III 16d9609ac9
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
2024-08-16 13:37:23 -07:00
..
examples/VFSMultipleMounts Add VFS to enable POSIX file I/O operations (#2333) 2024-08-16 13:37:23 -07:00
src Add VFS to enable POSIX file I/O operations (#2333) 2024-08-16 13:37:23 -07:00
keywords.txt Add VFS to enable POSIX file I/O operations (#2333) 2024-08-16 13:37:23 -07:00
library.properties Add VFS to enable POSIX file I/O operations (#2333) 2024-08-16 13:37:23 -07:00