summaryrefslogtreecommitdiff
path: root/src/components/fs/FS.cpp
AgeCommit message (Collapse)Author
2022-06-05Apply clang-format to all C++ filesFinlay Davidson
2021-12-10Added move functionTim Keller
2021-12-10Fix lvgl_open to respect littlefs open errorsTim 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-11-15Update includes to to be relative to src directoryReinhold Gschweicher
Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
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