summaryrefslogtreecommitdiff
path: root/src/components/fs/FS.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-06-05Apply clang-format to all C++ filesFinlay Davidson1-2/+2
2021-12-10Added move functionTim Keller1-1/+3
2021-12-10Fix lvgl_open to respect littlefs open errorsTim Keller1-7/+8
2021-12-10Remove DirDelete, implementation did not work and memory contraints are recur...Tim Keller1-17/+0
2021-12-10Remove mount/unmount. No longer neededTim Keller1-9/+1
2021-12-10Write worksTim Keller1-1/+3
2021-12-10Focus on getting flash access working properlyTim Keller1-2/+10
2021-12-10Added Delete fileTim Keller1-0/+4
2021-12-10More reliable FS listingTim Keller1-1/+3
2021-12-10direcetory listings maybe?Tim Keller1-28/+35
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-1/+1
2021-07-11Using littlefs (#438)joaquim.org1-0/+197