diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-01-03 14:59:14 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-01-03 14:59:14 (GMT) |
| commit | 3813eb29114d7c2fd73584c8a3a0ab89238bfe84 (patch) | |
| tree | dd899c16fcabc2330b069b52260e2009035f63e5 /docs | |
| parent | 231f3b6fdd531b1f3fcec927bc297f4c89853aec (diff) | |
manager: Enable Software by default
Enabling software by default allows us disable several other applications
by default because there is now a GUI based route to enable them.
This does require a few tweaks to the test suite and allows allows us to
remove a lot of boilerplate text from the application library document
since it is no longer relavent.
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/apps.rst | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/docs/apps.rst b/docs/apps.rst index f8779f0..ae9fb15 100644 --- a/docs/apps.rst +++ b/docs/apps.rst @@ -25,52 +25,18 @@ Watch faces .. automodule:: apps.chrono -This application is very simple and largely serves as an example of how to -implement traditional watch faces. -It is not included by default in any image. -Instead it can be transferred to the device dynamically using wasptool: - -.. code-block:: sh - - ./tools/wasptool --exec wasp/apps/chrono.py --eval 'wasp.system.register(ChronoApp())' - .. automodule:: apps.fibonacci_clock -This app is enabled by default in the simulator. -The app is also frozen into the firmware image but it is disabled by -default in order to keep RAM available for user developed applications. -It can be enabled by modifying ``main.py``. - Games ----- .. automodule:: apps.gameoflife -This app is enabled by default in the simulator. -The app is also frozen into the firmware image but it is disabled by -default in order to keep RAM available for user developed applications. -It can be enabled by modifying ``main.py``. - .. automodule:: apps.snake -This app is enabled by default in the simulator. -The app is also frozen into the firmware image but it is disabled by -default in order to keep RAM available for user developed applications. -It can be enabled by modifying ``main.py``. - Integration ----------- .. automodule:: apps.alarm -This app is enabled by default in the simulator. -The app is also frozen into the firmware image but it is disabled by -default in order to keep RAM available for user developed applications. -It can be enabled by modifying ``main.py``. - .. automodule:: apps.musicplayer - -This app is enabled by default in the simulator. -The app is also frozen into the firmware image but it is disabled by -default in order to keep RAM available for user developed applications. -It can be enabled by modifying ``main.py``. |
