diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-11-08 17:02:51 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-11-08 17:02:51 (GMT) |
| commit | 81bf153243e771400296fd5d9ee1063ab4361651 (patch) | |
| tree | a92a2a493e01876fa9d1eec5f101c848c7538114 /TODO.rst | |
| parent | 83e6df80932b7ff7c9f17739bcde18231fc29462 (diff) | |
TODO: Update to reflect current status
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'TODO.rst')
| -rw-r--r-- | TODO.rst | 33 |
1 files changed, 18 insertions, 15 deletions
@@ -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 |
