From e49a67f0f39c6867cb54367181e7d150024b0c74 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Thu, 21 May 2020 20:45:50 +0100 Subject: [PATCH] Add the reloader to the roadmap --- TODO.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/TODO.rst b/TODO.rst index 0b20ad7..40cae85 100644 --- a/TODO.rst +++ b/TODO.rst @@ -87,10 +87,10 @@ Wasp-os * [X] Application Launcher * [X] Debug notifications -* [o] Multi-colour RLE images +* [X] Multi-colour RLE images * [X] Optimized "2-bit" RLE encoder and decoder - * [ ] Logarithmic RBG332 <-> RGB56516bit color space conversion + * [X] Logarithmic RBG332 <-> RGB56516bit color space conversion M3: Smartwatch -------------- @@ -104,6 +104,14 @@ Bootloader * [ ] Stay in bootloader after battery run down * [ ] Implement power off support (no splash screen) +Reloader +~~~~~~~~ + +* [ ] Board identity check +* [ ] Pre-flash image verification +* [ ] Post-flash image verification +* [ ] Error checking + Micropython ~~~~~~~~~~~