| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
| |
In my PR updating clang-format, I forgot to also format the headers.
|
| | |
|
| | |
|
| |
|
|
|
| |
ListDir MKDIR delete all seem to work
Co-authored-by: Iambian <Iambian@users.noreply.github.com>
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Added FS Stat.
|
| | |
|
| |
|
|
| |
Added LISTDIR command and notify responses.
|
| |
|