aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ble/FSService.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix various typosluz paz2022-06-051-6/+6
| | | | Found via `codespell -q 3 -S ./src/libs -L ans,doubleclick,trough`
* Fix more initializersTim Keller2021-12-101-12/+10
|
* Fix large file support that broke due to a refactor.Tim Keller2021-12-101-1/+1
|
* Force variable cleanup because LFS makes assumptions about variable ↵Tim Keller2021-12-101-7/+5
| | | | initialization state
* Attempt at a more robust File handlerTim Keller2021-12-101-8/+15
|
* Change read to return LFS return values when reading a directory or ↵Tim Keller2021-12-101-12/+12
| | | | nonexistant file
* Fix string nullterminations,Tim Keller2021-12-101-13/+23
| | | | Expand error codes.
* Added move functionTim Keller2021-12-101-0/+15
|
* Fix lvgl_open to respect littlefs open errorsTim Keller2021-12-101-4/+2
|
* Write worksTim Keller2021-12-101-12/+40
|
* Reading Seems to work?Tim Keller2021-12-101-39/+39
|
* Actually fix memory corruption, seems stable nowTim Keller2021-12-101-64/+39
| | | | | ListDir MKDIR delete all seem to work Co-authored-by: Iambian <Iambian@users.noreply.github.com>
* List Dir works?Tim Keller2021-12-101-13/+28
|
* Focus on getting flash access working properlyTim Keller2021-12-101-4/+6
|
* Start of read commandTim Keller2021-12-101-7/+114
|
* Added Delete fileTim Keller2021-12-101-24/+72
| | | | Added FS Stat.
* Fix folder count in outputTim Keller2021-12-101-2/+2
|
* More reliable FS listingTim Keller2021-12-101-5/+12
|
* direcetory listings maybe?Tim Keller2021-12-101-3/+70
| | | | Added LISTDIR command and notify responses.
* Added Blank FSService that exposes only version infoTim Keller2021-12-101-0/+55