summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-02-19 19:48:43 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-02-19 19:57:08 (GMT)
commita26bfd33ce62bda792c046bc4bc149008d875597 (patch)
tree5c76d31922d67f7c054dac7ab7fc023952b433b9 /TODO.md
parentb508f4dc266be0c5142faf8089be09e9924e28f1 (diff)
wasp: Update TODO to match current status.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/TODO.md b/TODO.md
index ee35e74..7292794 100644
--- a/TODO.md
+++ b/TODO.md
@@ -8,10 +8,8 @@ to allow a PineTime case to be confidently glued shut.
* [X] Basic board ports (PineTime, DS-D6, 96Boards Nitrogen)
* [X] OTA application update
- * [ ] OTA bootloader update
* [X] Enable watchdog before starting the application
* [X] Splash screen
- * [ ] Stay in bootloader after battery run down
* [X] Ignore start button for first few seconds
## MicroPython
@@ -23,15 +21,15 @@ to allow a PineTime case to be confidently glued shut.
## WASP
- * [ ] Display driver
+ * [X] Display driver
- [X] Display initialization
- - [ ] Bitmap blitting
+ - [X] Bitmap blitting
- [X] RLE coder and decoder
- - [ ] Optimized RLE inner loops
+ - [X] Optimized RLE inner loops
* [X] Backlight driver
* [X] Button driver (polling)
* [X] Battery/charger driver
- * [ ] Simple clock and battery level application
+ * [X] Simple clock and battery level application
* [X] Basic (WFI) power saving
* [X] Implement simple RTC for nrf52
@@ -46,14 +44,16 @@ applications.
## Bootloader
+ * [ ] OTA bootloader update
+ * [ ] Stay in bootloader after battery run down
* [ ] Implement power off support (no splash screen)
* [ ] RTC time measurement whilst in bootloader
## MicroPython
- * [ ] SPI FLASH driver
- * [ ] Enable LittleFS on SPI FLASH (at boot)
- * [ ] BLE file transfer
+ * [X] SPI FLASH driver
+ * [X] Enable LittleFS on SPI FLASH (at boot)
+ * [X] BLE file transfer
* [ ] Full power saving
## WASP
@@ -64,7 +64,7 @@ applications.
* [ ] Event driven application framework
* [ ] Stopwatch app
* [ ] Settings app
- * [ ] PC-hosted simulation platform
+ * [X] PC-hosted simulation platform
* [ ] Documentation
- [ ] Sphinx framework and integration with github.io
- [ ] Document bootloader protocols