arduino-pico/libraries/VFS/library.properties
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

10 lines
413 B
INI

name=VFS
version=1.0
author=Earle F. Philhower, III <earlephilhower@yahoo.com>
maintainer=Earle F. Philhower, III <earlephilhower@yahoo.com>
sentence=Use POSIX fopen/etc. with Arduino filesystems like LittleFS, SD, etc.
paragraph=Use POSIX fopen/etc. with Arduino filesystems like LittleFS, SD, etc.
category=Data Storage
url=https://gifhub.com/earlephilhower/arduino-pico
architectures=rp2040
dot_a_linkage=true