diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-01-03 14:54:34 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-01-03 14:54:34 (GMT) |
| commit | 231f3b6fdd531b1f3fcec927bc297f4c89853aec (patch) | |
| tree | ea3c9e004d318e85c9809dd41fdca18112f0743c /res | |
| parent | ed6b126e2e19cff12fa0af6e9ddcb29e7aff4fc9 (diff) | |
apps: software: Add an apps to enable/disable other apps
Currently wasp-os enables a narrow set of applications because we don't
want to consume RAM by importing the module and constructing the
application. We can improve on this situation by providing a small
(stateless) application that can be used to enable or diable applications.
This allows all the ROMed applications to be enabled using the GUI
without compromising on the ability to develop applications.
In fact this application significantlly reduces the RAM consumed in the
default case becasue the Self Test app does not need to maintain its
state.
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'res')
| -rw-r--r-- | res/app_icon.png | bin | 6996 -> 7442 bytes |
| -rw-r--r-- | res/software_icon.png | bin | 0 -> 6996 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/res/app_icon.png b/res/app_icon.png Binary files differindex 438cded..48a31db 100644 --- a/res/app_icon.png +++ b/res/app_icon.png diff --git a/res/software_icon.png b/res/software_icon.png Binary files differnew file mode 100644 index 0000000..438cded --- /dev/null +++ b/res/software_icon.png |
