Add LittleFS, SD, and SDFS Filesystems and File:: interface (#49)
Pull in the ESP8266 File/Dir/etc. filesystem and port LittleFS and SD/SDFS to the RP2040. See https://arduino-esp8266.readthedocs.io/en/latest/filesystem.html for more information
Showing
cores/rp2040/FS.cpp
0 → 100644
This diff is collapsed.
cores/rp2040/FS.h
0 → 100644
cores/rp2040/FSImpl.h
0 → 100644
This diff is collapsed.
libraries/LittleFS/src/lfs.c
0 → 100644
libraries/SD/README.md
0 → 100644
libraries/SD/keywords.txt
0 → 100644
libraries/SD/src/SD.cpp
0 → 100644
libraries/SD/src/SD.h
0 → 100644
libraries/SDFS/src/SDFS.cpp
0 → 100644
libraries/SDFS/src/SDFS.h
0 → 100644
This diff is collapsed.
Please register or sign in to comment