* 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
10 lines
413 B
INI
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
|