summaryrefslogtreecommitdiff
path: root/TODO.rst
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2021-01-17 14:55:57 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2021-01-17 14:55:57 (GMT)
commit5170b974913129bce381d3061d967767a064f2f0 (patch)
tree91fb5c25264890940228363daf32174a65afea98 /TODO.rst
parent2805c1f84e0ccfa2d2a1756796987337b2e14d11 (diff)
docs: appguide: Document how to upload pre-compiled files
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'TODO.rst')
-rw-r--r--TODO.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO.rst b/TODO.rst
index 42480ef..8924bf9 100644
--- a/TODO.rst
+++ b/TODO.rst
@@ -29,6 +29,8 @@ Micropython
* [ ] Use SoftDevice sleep logic
* [ ] Fix BLE hangs
+* [ ] Allow asynchronous control of the SPI chip select signals (this will
+ allow for double buffered graphics updates)
Wasp-os
~~~~~~~
@@ -76,9 +78,9 @@ Wasp-os
* [X] Introduce an analog watch face
* [X] Add a configuration tool to enable disable applications
-* [ ] Documentation
+* [X] Documentation
- * [ ] Describe how to upload pre-compiled modules
+ * [X] Describe how to upload pre-compiled modules
0.3 (a.k.a. M3): Smartwatch
---------------------------