summaryrefslogtreecommitdiff
path: root/TODO.rst
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-11-08 17:02:51 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-11-08 17:02:51 (GMT)
commit81bf153243e771400296fd5d9ee1063ab4361651 (patch)
treea92a2a493e01876fa9d1eec5f101c848c7538114 /TODO.rst
parent83e6df80932b7ff7c9f17739bcde18231fc29462 (diff)
TODO: Update to reflect current status
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'TODO.rst')
-rw-r--r--TODO.rst33
1 files changed, 18 insertions, 15 deletions
diff --git a/TODO.rst b/TODO.rst
index 1404ec3..f706c93 100644
--- a/TODO.rst
+++ b/TODO.rst
@@ -21,23 +21,11 @@ Bootloader
* [ ] Stay in bootloader after battery run down
* [ ] Implement power off support (no splash screen)
-Reloader
-~~~~~~~~
-
-* [ ] Board identity check
-* [ ] UICR update support
-* [ ] Improve linker map (everything except linker table at +256K)
-* [ ] mcuboot
-
- * [ ] Reconfigurable entry point (allow reloader to run from mcuboot)
- * [ ] Allow reloader to install mcuboot and flash app (from wasp-bootloader)
- * [ ] Allow reloader to install wasp-os (from mcuboot)
-
Micropython
~~~~~~~~~~~
* [ ] Use SoftDevice sleep logic
-* [ ] Automatically enter SPI flash power saving mode
+* [ ] Rebase on later version of MicroPython
Wasp-os
~~~~~~~
@@ -48,6 +36,11 @@ Wasp-os
* [ ] Set date/time
* [ ] Fully fledged wasp-os device class
+wasptool
+~~~~~~~~
+
+* [ ] Integrate a more powerful minifier into the wasptool paste() method
+
0.3 (a.k.a. M3): Smartwatch
---------------------------
@@ -59,6 +52,14 @@ Reloader
* [X] Pre-flash image verification
* [X] Post-flash image verification
+* [X] Board identity check
+* [X] UICR update support
+* [X] Improve linker map (everything except linker table at +256K)
+* [X] mcuboot
+
+ * [X] Reconfigurable entry point (allow reloader to run from mcuboot)
+ * [X] Allow reloader to install mcuboot and flash app (from wasp-bootloader)
+ * [X] Allow reloader to install wasp-os (from mcuboot)
Wasp-os
~~~~~~~
@@ -81,10 +82,12 @@ Wasp-os
* [X] BMA421 driver
* [X] Step counter app
-* [ ] Documentation
+* [X] Automatically enter SPI flash power saving mode
+
+* [X] Documentation
* [X] Contributors guide (and code of conduct)
- * [ ] Debugging and troubleshooting guide
+ * [X] Debugging and troubleshooting guide
* [X] Screenshots for bootloader and all applications
* [X] Improve the install guide