summaryrefslogtreecommitdiff
path: root/src/components/fs/FS.h
AgeCommit message (Collapse)Author
2021-12-10Added move functionTim Keller
2021-12-10Remove DirDelete, implementation did not work and memory contraints are ↵Tim Keller
recursive. Better implemented on client side...
2021-12-10Remove mount/unmount. No longer neededTim Keller
2021-12-10Write worksTim Keller
2021-12-10Focus on getting flash access working properlyTim Keller
2021-12-10Added Delete fileTim Keller
Added FS Stat.
2021-12-10More reliable FS listingTim Keller
2021-12-10direcetory listings maybe?Tim Keller
Added LISTDIR command and notify responses.
2021-09-27Fix the size of the filesystem.Daniel Jackson
Correct typo: 0x400000 - 0x0B4000 = 0x34C000.
2021-07-11Using littlefs (#438)joaquim.org
* 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