summaryrefslogtreecommitdiff
path: root/src/components/ble/FSService.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-06-05Fix various typosluz paz1-6/+6
2021-12-10Fix more initializersTim Keller1-12/+10
2021-12-10Fix large file support that broke due to a refactor.Tim Keller1-1/+1
2021-12-10Force variable cleanup because LFS makes assumptions about variable initializ...Tim Keller1-7/+5
2021-12-10Attempt at a more robust File handlerTim Keller1-8/+15
2021-12-10Change read to return LFS return values when reading a directory or nonexista...Tim Keller1-12/+12
2021-12-10Fix string nullterminations,Tim Keller1-13/+23
2021-12-10Added move functionTim Keller1-0/+15
2021-12-10Fix lvgl_open to respect littlefs open errorsTim Keller1-4/+2
2021-12-10Write worksTim Keller1-12/+40
2021-12-10Reading Seems to work?Tim Keller1-39/+39
2021-12-10Actually fix memory corruption, seems stable nowTim Keller1-64/+39
2021-12-10List Dir works?Tim Keller1-13/+28
2021-12-10Focus on getting flash access working properlyTim Keller1-4/+6
2021-12-10Start of read commandTim Keller1-7/+114
2021-12-10Added Delete fileTim Keller1-24/+72
2021-12-10Fix folder count in outputTim Keller1-2/+2
2021-12-10More reliable FS listingTim Keller1-5/+12
2021-12-10direcetory listings maybe?Tim Keller1-3/+70
2021-12-10Added Blank FSService that exposes only version infoTim Keller1-0/+55