summaryrefslogtreecommitdiff
path: root/src/components/ble/FSService.cpp
AgeCommit message (Collapse)Author
2021-12-10Fix more initializersTim Keller
2021-12-10Fix large file support that broke due to a refactor.Tim Keller
2021-12-10Force variable cleanup because LFS makes assumptions about variable ↵Tim Keller
initialization state
2021-12-10Attempt at a more robust File handlerTim Keller
2021-12-10Change read to return LFS return values when reading a directory or ↵Tim Keller
nonexistant file
2021-12-10Fix string nullterminations,Tim Keller
Expand error codes.
2021-12-10Added move functionTim Keller
2021-12-10Fix lvgl_open to respect littlefs open errorsTim Keller
2021-12-10Write worksTim Keller
2021-12-10Reading Seems to work?Tim Keller
2021-12-10Actually fix memory corruption, seems stable nowTim Keller
ListDir MKDIR delete all seem to work Co-authored-by: Iambian <Iambian@users.noreply.github.com>
2021-12-10List Dir works?Tim Keller
2021-12-10Focus on getting flash access working properlyTim Keller
2021-12-10Start of read commandTim Keller
2021-12-10Added Delete fileTim Keller
Added FS Stat.
2021-12-10Fix folder count in outputTim Keller
2021-12-10More reliable FS listingTim Keller
2021-12-10direcetory listings maybe?Tim Keller
Added LISTDIR command and notify responses.
2021-12-10Added Blank FSService that exposes only version infoTim Keller