summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-02-03 19:24:09 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-02-03 19:26:08 (GMT)
commit3892f07e62fcbbac128401f183bec66361f08db1 (patch)
tree877ebbb5d856c8a3539417872f148932fedae75d /TODO.md
parentfc74f7e37b3db9024d6cecf9fabdddf602b88b3c (diff)
wasp: Add simple clock app
At this point both the simulator and a PineTime will come up and show a clock (although in the case of the PineTime the clock will just come up at 12:00).
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/TODO.md b/TODO.md
index 2142408..6e8b2d7 100644
--- a/TODO.md
+++ b/TODO.md
@@ -17,11 +17,9 @@ to allow a PineTime case to be confidently glued shut.
## MicroPython
* [X] Basic board ports (PineTime, DS-D6, 96Boards Nitrogen)
- * [ ] Long press reset (conditional feeding of the watchdog)
+ * [X] Long press reset (conditional feeding of the watchdog)
- [X] Feed dog from REPL polling loop
- - [ ] Feed dog from a tick interrupt
- * [ ] Basic (WFI) power saving
- * [ ] Implement machine.RTC for nrf52
+ - [X] Feed dog from a tick interrupt
## WASP
@@ -31,9 +29,11 @@ to allow a PineTime case to be confidently glued shut.
- [X] RLE coder and decoder
- [ ] Optimized RLE inner loops
* [X] Backlight driver
- * [ ] Button driver (interrupt based)
+ * [X] Button driver (polling)
* [X] Battery/charger driver
* [ ] Simple clock and battery level application
+ * [X] Basic (WFI) power saving
+ * [X] Implement simple RTC for nrf52
# M2: Great developer experience
@@ -58,6 +58,7 @@ applications.
## WASP
+ * [ ] Button driver (interrupt based)
* [ ] Touch sensor driver
* [ ] Event driven application framework
* [ ] Stopwatch app