index
:
infinitime.git
analog24
calc-onto-analog24
calc-onto-edge
develop
edge
heartdev
images
jumpdev
semiredux
ultraredux
ultraredux-heart
ultraredux2
ultraredux2-pwmbacklight
Unnamed repository; edit this file 'description' to name the repository.
Michele Bini
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
components
/
ble
/
FSService.cpp
Age
Commit message (
Collapse
)
Author
2021-12-10
Fix more initializers
Tim Keller
2021-12-10
Fix large file support that broke due to a refactor.
Tim Keller
2021-12-10
Force variable cleanup because LFS makes assumptions about variable ↵
Tim Keller
initialization state
2021-12-10
Attempt at a more robust File handler
Tim Keller
2021-12-10
Change read to return LFS return values when reading a directory or ↵
Tim Keller
nonexistant file
2021-12-10
Fix string nullterminations,
Tim Keller
Expand error codes.
2021-12-10
Added move function
Tim Keller
2021-12-10
Fix lvgl_open to respect littlefs open errors
Tim Keller
2021-12-10
Write works
Tim Keller
2021-12-10
Reading Seems to work?
Tim Keller
2021-12-10
Actually fix memory corruption, seems stable now
Tim Keller
ListDir MKDIR delete all seem to work Co-authored-by: Iambian <Iambian@users.noreply.github.com>
2021-12-10
List Dir works?
Tim Keller
2021-12-10
Focus on getting flash access working properly
Tim Keller
2021-12-10
Start of read command
Tim Keller
2021-12-10
Added Delete file
Tim Keller
Added FS Stat.
2021-12-10
Fix folder count in output
Tim Keller
2021-12-10
More reliable FS listing
Tim Keller
2021-12-10
direcetory listings maybe?
Tim Keller
Added LISTDIR command and notify responses.
2021-12-10
Added Blank FSService that exposes only version info
Tim Keller