diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-02-03 19:24:09 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-02-03 19:26:08 (GMT) |
| commit | 3892f07e62fcbbac128401f183bec66361f08db1 (patch) | |
| tree | 877ebbb5d856c8a3539417872f148932fedae75d /TODO.md | |
| parent | fc74f7e37b3db9024d6cecf9fabdddf602b88b3c (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.md | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 |
