summaryrefslogtreecommitdiff
path: root/src/components/fs
AgeCommit message (Expand)AuthorFilesLines
2023-01-04Update clang-{format,tidy} to 14Finlay Davidson1-0/+5
2022-06-05Apply clang-format to all C++ filesFinlay Davidson2-3/+3
2021-12-10Added move functionTim Keller2-1/+4
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 Keller2-18/+2
2021-12-10Remove mount/unmount. No longer neededTim Keller2-17/+8
2021-12-10Write worksTim Keller2-3/+9
2021-12-10Focus on getting flash access working properlyTim Keller2-25/+34
2021-12-10Added Delete fileTim Keller2-0/+5
2021-12-10More reliable FS listingTim Keller2-1/+4
2021-12-10direcetory listings maybe?Tim Keller2-28/+38
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-1/+1
2021-09-27Fix the size of the filesystem.Daniel Jackson1-1/+1
2021-07-11Using littlefs (#438)joaquim.org2-0/+268