earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 and RP2350 boards
GNU Lesser General Public License v2.1
1.96k stars 406 forks source link

Add VFS to enable POSIX file I/O operations #2333

Closed earlephilhower closed 3 weeks ago

earlephilhower commented 3 weeks ago

Enables use of FILE * operations on internal and external storage. fopen, fclose, fseek, fprintf, fscanf, etc. supported.