summaryrefslogtreecommitdiff
path: root/TODO.rst
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-05-21 19:45:50 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-05-21 19:45:50 (GMT)
commite49a67f0f39c6867cb54367181e7d150024b0c74 (patch)
treecd0c99da9ce3632f4bb36987702dfbe32fc99e6c /TODO.rst
parent0ea809c6d1398ced141de52e2a98776af5b294f0 (diff)
Add the reloader to the roadmap
Diffstat (limited to 'TODO.rst')
-rw-r--r--TODO.rst12
1 files changed, 10 insertions, 2 deletions
diff --git a/TODO.rst b/TODO.rst
index 0b20ad7..40cae85 100644
--- a/TODO.rst
+++ b/TODO.rst
@@ -87,10 +87,10 @@ Wasp-os
* [X] Application Launcher
* [X] Debug notifications
-* [o] Multi-colour RLE images
+* [X] Multi-colour RLE images
* [X] Optimized "2-bit" RLE encoder and decoder
- * [ ] Logarithmic RBG332 <-> RGB56516bit color space conversion
+ * [X] Logarithmic RBG332 <-> RGB56516bit color space conversion
M3: Smartwatch
--------------
@@ -104,6 +104,14 @@ Bootloader
* [ ] Stay in bootloader after battery run down
* [ ] Implement power off support (no splash screen)
+Reloader
+~~~~~~~~
+
+* [ ] Board identity check
+* [ ] Pre-flash image verification
+* [ ] Post-flash image verification
+* [ ] Error checking
+
Micropython
~~~~~~~~~~~