diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-05-09 13:07:06 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-05-09 13:07:06 (GMT) |
| commit | d53b02ada3c355831f077ddc5e3144db68a6fe78 (patch) | |
| tree | 624be580152b43b13b26645c1af1f920b3e371cc | |
| parent | dc4ea4ab6205bcdb27278367f7d5147b56cf78b8 (diff) | |
TODO: Defer a couple of (fairly exotic) M2 features to M3
| -rw-r--r-- | TODO.md | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -47,8 +47,6 @@ applications. ### Bootloader * [X] OTA bootloader update - * [ ] Stay in bootloader after battery run down - * [ ] Implement power off support (no splash screen) * [ ] RTC time measurement whilst in bootloader ### MicroPython @@ -56,7 +54,6 @@ applications. * [X] SPI FLASH driver * [X] Enable LittleFS on SPI FLASH (at boot) * [X] BLE file transfer - * [ ] Full power saving ### WASP @@ -82,6 +79,16 @@ applications. At M3 we start to build out full fitness tracking and notification functionality. +### Bootloader + + * [ ] Stay in bootloader after battery run down + * [ ] Implement power off support (no splash screen) + +### Micropython + + * [ ] Use SoftDevice sleep logic + * [ ] Automatically enter SPI flash power saving mode + ### WASP * [ ] Enable heart rate sensor |
