aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ble/FSService.h
Commit message (Collapse)AuthorAgeFilesLines
* Setting to disable DFU and FS access (#1891)Dāvis Mošenkovs2025-09-031-0/+6
| | | | | | | | | | | | | | * Expose SystemTask dependency controllers Expose NotificationManager and Settings for use by the feature in next commit. This is a memory efficient way for accessing SystemTask dependencies from controllers that have SystemTask injected as a dependency. Looks like each direct dependency injection uses 4 bytes RAM. As InfiniTime is close to running out of RAM (using 16 more bytes causes build to fail with "ld: region RAM overflowed with stack") it might be helpful to use this approach more. * Add setting to disable DFU and FS access
* Format header filesFinlay Davidson2023-01-091-0/+6
| | | | In my PR updating clang-format, I forgot to also format the headers.
* Added move functionTim Keller2021-12-101-3/+14
|
* Write worksTim Keller2021-12-101-3/+28
|
* Actually fix memory corruption, seems stable nowTim Keller2021-12-101-1/+4
| | | | | ListDir MKDIR delete all seem to work Co-authored-by: Iambian <Iambian@users.noreply.github.com>
* List Dir works?Tim Keller2021-12-101-3/+5
|
* Focus on getting flash access working properlyTim Keller2021-12-101-1/+1
|
* Start of read commandTim Keller2021-12-101-12/+44
|
* Added Delete fileTim Keller2021-12-101-4/+16
| | | | Added FS Stat.
* Fix folder count in outputTim Keller2021-12-101-18/+38
|
* direcetory listings maybe?Tim Keller2021-12-101-3/+24
| | | | Added LISTDIR command and notify responses.
* Added Blank FSService that exposes only version infoTim Keller2021-12-101-0/+65