2020-01-22 14:38:32 +01:00
|
|
|
# TODO
|
|
|
|
|
|
|
|
Currently the focus for WASP is both to meet feature parity with a dumb
|
|
|
|
watch and to have a bootloader and watchdog strategy that is robust enough
|
|
|
|
to allow a PineTime case to be confidently glued shut.
|
|
|
|
|
|
|
|
The TODO list helps keep track on progress towards that goal. It is not
|
|
|
|
(yet) a place for the wishlist!
|
|
|
|
|
|
|
|
## Bootloader
|
|
|
|
|
|
|
|
* [X] Basic board ports (PineTime, DS-D6, 96Boards Nitrogen)
|
|
|
|
* [X] OTA application update
|
|
|
|
* [ ] OTA bootloader update
|
|
|
|
* [X] Enable watchdog before starting the application
|
|
|
|
* [ ] Splash screen
|
|
|
|
|
|
|
|
## Micropython
|
|
|
|
|
|
|
|
* [X] Basic board ports (PineTime, DS-D6, 96Boards Nitrogen)
|
2020-01-22 14:40:16 +01:00
|
|
|
* [ ] Long press reset (conditional feeding of the watchdog)
|
2020-01-22 14:38:32 +01:00
|
|
|
- [X] Feed dog from REPL polling loop
|
|
|
|
- [ ] Feed dog from a tick interrupt
|
|
|
|
* [ ] Basic (WFI) power saving
|
|
|
|
* [ ] Implement machine.RTC for nrf52
|
|
|
|
* [ ] Implement machine.ADC for nrf52
|
|
|
|
|
|
|
|
## WASP
|
|
|
|
|
2020-01-22 14:40:16 +01:00
|
|
|
* [ ] Display driver
|
|
|
|
- [X] Display initialization
|
2020-01-22 14:38:32 +01:00
|
|
|
- [ ] Bitmap blitting
|
|
|
|
- [ ] RLE coder and decoder
|
|
|
|
* [ ] Backlight driver
|
|
|
|
* [ ] Button driver (interrupt based)
|
|
|
|
* [ ] Battery/charger driver
|
|
|
|
* [ ] Simple clock and battery level application
|