summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-04-26 18:21:28 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-04-26 18:21:28 (GMT)
commitdc4ea4ab6205bcdb27278367f7d5147b56cf78b8 (patch)
tree75f4e312f2ad624025d6b71603f1b1be4feec896 /TODO.md
parent17a8cfc34638d14167d33c1f2b094813446e5c5b (diff)
reloader: OTA flashing tool for wasp-os
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index 52b3698..c3a77ca 100644
--- a/TODO.md
+++ b/TODO.md
@@ -46,7 +46,7 @@ applications.
### Bootloader
- * [ ] OTA bootloader update
+ * [X] OTA bootloader update
* [ ] Stay in bootloader after battery run down
* [ ] Implement power off support (no splash screen)
* [ ] RTC time measurement whilst in bootloader
@@ -64,14 +64,14 @@ applications.
* [X] Button driver (interrupt based)
* [X] Touch sensor driver
* [X] Event driven application framework
- * [ ] Stopwatch app
+ * [X] Stopwatch app
* [X] Settings app
* [X] PC-hosted simulation platform
* [.] Documentation
- [X] Sphinx framework and integration with github.io
- [ ] Document bootloader protocols
- [ ] Write full docstring documentation for all WASP components
- * [ ] Application Launcher
+ * [X] Application Launcher
* [X] Debug notifications
* [o] Multi-colour RLE images
- [X] Optimized "2-bit" RLE encoder and decoder