From 564200757cce485ba9cb7b12d25c5c98b3fe6e26 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Tue, 28 Jan 2020 21:27:12 +0000 Subject: [PATCH] TODO: Updates after progress on bootloader --- TODO.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index cf2aa5c..a94ea66 100644 --- a/TODO.md +++ b/TODO.md @@ -13,7 +13,10 @@ The TODO list helps keep track on progress towards that goal. It is not * [X] OTA application update * [ ] OTA bootloader update * [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 @@ -23,14 +26,14 @@ The TODO list helps keep track on progress towards that goal. It is not - [ ] Feed dog from a tick interrupt * [ ] Basic (WFI) power saving * [ ] Implement machine.RTC for nrf52 - * [ ] Implement machine.ADC for nrf52 ## WASP * [ ] Display driver - [X] Display initialization - [ ] Bitmap blitting - - [ ] RLE coder and decoder + - [X] RLE coder and decoder + - [ ] Optimized RLE inner loops * [ ] Backlight driver * [ ] Button driver (interrupt based) * [ ] Battery/charger driver