diff options
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``. |
