From 81bf153243e771400296fd5d9ee1063ab4361651 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Sun, 8 Nov 2020 17:02:51 +0000 Subject: [PATCH] TODO: Update to reflect current status Signed-off-by: Daniel Thompson --- TODO.rst | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/TODO.rst b/TODO.rst index 1404ec3..f706c93 100644 --- a/TODO.rst +++ b/TODO.rst @@ -21,23 +21,11 @@ Bootloader * [ ] Stay in bootloader after battery run down * [ ] Implement power off support (no splash screen) -Reloader -~~~~~~~~ - -* [ ] Board identity check -* [ ] UICR update support -* [ ] Improve linker map (everything except linker table at +256K) -* [ ] mcuboot - - * [ ] Reconfigurable entry point (allow reloader to run from mcuboot) - * [ ] Allow reloader to install mcuboot and flash app (from wasp-bootloader) - * [ ] Allow reloader to install wasp-os (from mcuboot) - Micropython ~~~~~~~~~~~ * [ ] Use SoftDevice sleep logic -* [ ] Automatically enter SPI flash power saving mode +* [ ] Rebase on later version of MicroPython Wasp-os ~~~~~~~ @@ -48,6 +36,11 @@ Wasp-os * [ ] Set date/time * [ ] Fully fledged wasp-os device class +wasptool +~~~~~~~~ + +* [ ] Integrate a more powerful minifier into the wasptool paste() method + 0.3 (a.k.a. M3): Smartwatch --------------------------- @@ -59,6 +52,14 @@ Reloader * [X] Pre-flash image verification * [X] Post-flash image verification +* [X] Board identity check +* [X] UICR update support +* [X] Improve linker map (everything except linker table at +256K) +* [X] mcuboot + + * [X] Reconfigurable entry point (allow reloader to run from mcuboot) + * [X] Allow reloader to install mcuboot and flash app (from wasp-bootloader) + * [X] Allow reloader to install wasp-os (from mcuboot) Wasp-os ~~~~~~~ @@ -81,10 +82,12 @@ Wasp-os * [X] BMA421 driver * [X] Step counter app -* [ ] Documentation +* [X] Automatically enter SPI flash power saving mode + +* [X] Documentation * [X] Contributors guide (and code of conduct) - * [ ] Debugging and troubleshooting guide + * [X] Debugging and troubleshooting guide * [X] Screenshots for bootloader and all applications * [X] Improve the install guide