TODO: Updates after progress on bootloader
This commit is contained in:
parent
7241fce7e4
commit
564200757c
1 changed files with 6 additions and 3 deletions
9
TODO.md
9
TODO.md
|
@ -13,7 +13,10 @@ The TODO list helps keep track on progress towards that goal. It is not
|
||||||
* [X] OTA application update
|
* [X] OTA application update
|
||||||
* [ ] OTA bootloader update
|
* [ ] OTA bootloader update
|
||||||
* [X] Enable watchdog before starting the application
|
* [X] Enable watchdog before starting the application
|
||||||
* [ ] Splash screen
|
* [X] Splash screen
|
||||||
|
* [ ] Stay in bootloader after battery run down
|
||||||
|
* [X] Ignore start button for first few seconds
|
||||||
|
* [ ] Implement power off support (no splash screen)
|
||||||
|
|
||||||
## Micropython
|
## Micropython
|
||||||
|
|
||||||
|
@ -23,14 +26,14 @@ The TODO list helps keep track on progress towards that goal. It is not
|
||||||
- [ ] Feed dog from a tick interrupt
|
- [ ] Feed dog from a tick interrupt
|
||||||
* [ ] Basic (WFI) power saving
|
* [ ] Basic (WFI) power saving
|
||||||
* [ ] Implement machine.RTC for nrf52
|
* [ ] Implement machine.RTC for nrf52
|
||||||
* [ ] Implement machine.ADC for nrf52
|
|
||||||
|
|
||||||
## WASP
|
## WASP
|
||||||
|
|
||||||
* [ ] Display driver
|
* [ ] Display driver
|
||||||
- [X] Display initialization
|
- [X] Display initialization
|
||||||
- [ ] Bitmap blitting
|
- [ ] Bitmap blitting
|
||||||
- [ ] RLE coder and decoder
|
- [X] RLE coder and decoder
|
||||||
|
- [ ] Optimized RLE inner loops
|
||||||
* [ ] Backlight driver
|
* [ ] Backlight driver
|
||||||
* [ ] Button driver (interrupt based)
|
* [ ] Button driver (interrupt based)
|
||||||
* [ ] Battery/charger driver
|
* [ ] Battery/charger driver
|
||||||
|
|
Loading…
Reference in a new issue