TODO: Defer a couple of (fairly exotic) M2 features to M3
This commit is contained in:
parent
dc4ea4ab62
commit
d53b02ada3
1 changed files with 10 additions and 3 deletions
13
TODO.md
13
TODO.md
|
@ -47,8 +47,6 @@ applications.
|
||||||
### Bootloader
|
### Bootloader
|
||||||
|
|
||||||
* [X] OTA bootloader update
|
* [X] OTA bootloader update
|
||||||
* [ ] Stay in bootloader after battery run down
|
|
||||||
* [ ] Implement power off support (no splash screen)
|
|
||||||
* [ ] RTC time measurement whilst in bootloader
|
* [ ] RTC time measurement whilst in bootloader
|
||||||
|
|
||||||
### MicroPython
|
### MicroPython
|
||||||
|
@ -56,7 +54,6 @@ applications.
|
||||||
* [X] SPI FLASH driver
|
* [X] SPI FLASH driver
|
||||||
* [X] Enable LittleFS on SPI FLASH (at boot)
|
* [X] Enable LittleFS on SPI FLASH (at boot)
|
||||||
* [X] BLE file transfer
|
* [X] BLE file transfer
|
||||||
* [ ] Full power saving
|
|
||||||
|
|
||||||
### WASP
|
### WASP
|
||||||
|
|
||||||
|
@ -82,6 +79,16 @@ applications.
|
||||||
At M3 we start to build out full fitness tracking and notification
|
At M3 we start to build out full fitness tracking and notification
|
||||||
functionality.
|
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
|
### WASP
|
||||||
|
|
||||||
* [ ] Enable heart rate sensor
|
* [ ] Enable heart rate sensor
|
||||||
|
|
Loading…
Reference in a new issue