summaryrefslogtreecommitdiff
path: root/src/components/fs/FS.h
AgeCommit message (Collapse)AuthorFilesLines
2022-06-05Apply clang-format to all C++ filesFinlay Davidson1-1/+1
2021-12-10Added move functionTim Keller1-0/+1
2021-12-10Remove DirDelete, implementation did not work and memory contraints are ↵Tim Keller1-1/+2
recursive. Better implemented on client side...
2021-12-10Remove mount/unmount. No longer neededTim Keller1-8/+7
2021-12-10Write worksTim Keller1-2/+6
2021-12-10Focus on getting flash access working properlyTim Keller1-23/+24
2021-12-10Added Delete fileTim Keller1-0/+1
Added FS Stat.
2021-12-10More reliable FS listingTim Keller1-0/+1
2021-12-10direcetory listings maybe?Tim Keller1-0/+3
Added LISTDIR command and notify responses.
2021-09-27Fix the size of the filesystem.Daniel Jackson1-1/+1
Correct typo: 0x400000 - 0x0B4000 = 0x34C000.
2021-07-11Using littlefs (#438)joaquim.org1-0/+71
* add submodule littlefs * base fs * Save settings using littlefs * Small fixes and suggestions from PR * More small fixes from PR suggestions * Code clean up * Change SpiNorFlash functions to be private in FS