2020-05-20 23:17:33 +02:00
|
|
|
.. _Roadmap:
|
|
|
|
|
2020-05-15 20:52:49 +02:00
|
|
|
Roadmap
|
|
|
|
=======
|
|
|
|
|
2020-08-16 19:54:11 +02:00
|
|
|
.. contents::
|
|
|
|
:local:
|
|
|
|
:depth: 1
|
|
|
|
|
2020-08-16 19:52:16 +02:00
|
|
|
0.4: Integration, Fit and finish
|
|
|
|
--------------------------------
|
2020-05-15 20:52:49 +02:00
|
|
|
|
2020-08-16 19:52:16 +02:00
|
|
|
For 0.4 we focus on improving the watch/phone integration whilst also taking steps
|
2020-11-22 10:25:24 +01:00
|
|
|
to improve the general fit and finish.
|
2020-05-15 20:52:49 +02:00
|
|
|
|
|
|
|
Bootloader
|
|
|
|
~~~~~~~~~~
|
|
|
|
|
2020-08-16 19:52:16 +02:00
|
|
|
* [ ] Stay in bootloader after battery run down
|
|
|
|
* [ ] Implement power off support (no splash screen)
|
2020-05-15 20:52:49 +02:00
|
|
|
|
2020-08-16 19:52:16 +02:00
|
|
|
Micropython
|
2020-05-15 20:52:49 +02:00
|
|
|
~~~~~~~~~~~
|
|
|
|
|
2020-08-16 19:52:16 +02:00
|
|
|
* [ ] Use SoftDevice sleep logic
|
2020-05-15 20:52:49 +02:00
|
|
|
|
|
|
|
Wasp-os
|
|
|
|
~~~~~~~
|
|
|
|
|
2020-12-26 16:09:56 +01:00
|
|
|
* [X] Watch/phone integration with GadgetBridge
|
2020-05-15 20:52:49 +02:00
|
|
|
|
2020-12-26 16:09:56 +01:00
|
|
|
* [X] Set date/time
|
|
|
|
* [X] Fully fledged wasp-os device class
|
|
|
|
|
|
|
|
* [ ] Look and feel
|
|
|
|
|
|
|
|
* [X] Add a simple theming approach
|
|
|
|
* [ ] Update icon for Music player
|
|
|
|
* [ ] Introduce fwd/back/vol+/vol- buttons to the music player
|
|
|
|
* [ ] Update icon for Alarm app
|
|
|
|
* [ ] Update art work for buttons in Confirmation view
|
|
|
|
|
|
|
|
* [ ] Applications
|
|
|
|
|
|
|
|
* [ ] Introduce an analog watch face
|
|
|
|
* [ ] Add a sports/activity app (combined stopwatch and trip counter)
|
2020-05-15 20:52:49 +02:00
|
|
|
|
2020-11-08 18:02:51 +01:00
|
|
|
wasptool
|
|
|
|
~~~~~~~~
|
|
|
|
|
|
|
|
* [ ] Integrate a more powerful minifier into the wasptool paste() method
|
|
|
|
|
2020-07-30 23:45:05 +02:00
|
|
|
0.3 (a.k.a. M3): Smartwatch
|
|
|
|
---------------------------
|
2020-05-15 20:52:49 +02:00
|
|
|
|
|
|
|
At M3 we start to build out full fitness tracking and notification
|
|
|
|
functionality.
|
|
|
|
|
2020-05-21 21:45:50 +02:00
|
|
|
Reloader
|
|
|
|
~~~~~~~~
|
|
|
|
|
2020-06-25 23:23:28 +02:00
|
|
|
* [X] Pre-flash image verification
|
|
|
|
* [X] Post-flash image verification
|
2020-11-08 18:02:51 +01:00
|
|
|
* [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)
|
2020-05-15 20:52:49 +02:00
|
|
|
|
|
|
|
Wasp-os
|
|
|
|
~~~~~~~
|
|
|
|
|
2020-06-25 23:23:28 +02:00
|
|
|
* [X] Enable heart rate sensor
|
2020-05-15 20:52:49 +02:00
|
|
|
|
2020-06-25 23:23:28 +02:00
|
|
|
* [X] HRS3300 driver
|
|
|
|
* [X] HRS data post-processing
|
|
|
|
* [X] Heart rate counter app
|
2020-05-15 20:52:49 +02:00
|
|
|
|
2020-07-30 23:45:05 +02:00
|
|
|
* [X] Notifications
|
2020-05-15 20:52:49 +02:00
|
|
|
|
2020-07-30 23:45:05 +02:00
|
|
|
* [X] BLE notification protocol
|
|
|
|
* [X] Notification popups
|
|
|
|
* [X] Notification app (show notification history)
|
|
|
|
* [X] Add (out-of-tree) Gadgetbridge support
|
2020-05-15 20:52:49 +02:00
|
|
|
|
2020-06-25 23:23:28 +02:00
|
|
|
* [X] Step counting
|
2020-05-15 20:52:49 +02:00
|
|
|
|
2020-06-25 23:23:28 +02:00
|
|
|
* [X] BMA421 driver
|
|
|
|
* [X] Step counter app
|
2020-05-15 20:52:49 +02:00
|
|
|
|
2020-11-08 18:02:51 +01:00
|
|
|
* [X] Automatically enter SPI flash power saving mode
|
|
|
|
|
|
|
|
* [X] Documentation
|
2020-05-15 20:52:49 +02:00
|
|
|
|
2020-08-16 19:54:55 +02:00
|
|
|
* [X] Contributors guide (and code of conduct)
|
2020-11-08 18:02:51 +01:00
|
|
|
* [X] Debugging and troubleshooting guide
|
2020-08-16 19:54:55 +02:00
|
|
|
* [X] Screenshots for bootloader and all applications
|
2020-07-30 23:45:05 +02:00
|
|
|
* [X] Improve the install guide
|
2020-06-27 13:22:23 +02:00
|
|
|
|
|
|
|
* [X] Simulator
|
|
|
|
|
|
|
|
* [X] Add a simple skin for better screenshots
|
|
|
|
* [X] Full swipe detection (avoid keyboard)
|
2020-07-30 23:45:05 +02:00
|
|
|
|
2020-08-16 19:52:16 +02:00
|
|
|
0.2 (a.k.a. M2): Great developer experience
|
|
|
|
-------------------------------------------
|
2020-08-16 19:49:57 +02:00
|
|
|
|
2020-08-16 19:52:16 +02:00
|
|
|
The focus for M2 is to make development faster and easier by providing
|
|
|
|
a file system and file transfer code. This allows much faster
|
|
|
|
development cycles compared to full downloads of frozen modules.
|
|
|
|
Additionally support for multiple event-driven applications will be
|
|
|
|
added during M2 to further help developers by providing example
|
|
|
|
applications.
|
2020-07-30 23:45:05 +02:00
|
|
|
|
2020-08-16 19:49:57 +02:00
|
|
|
Bootloader
|
|
|
|
~~~~~~~~~~
|
|
|
|
|
2020-08-16 19:52:16 +02:00
|
|
|
* [X] OTA bootloader update
|
|
|
|
* [X] RTC time measurement whilst in bootloader
|
2020-08-16 19:49:57 +02:00
|
|
|
|
2020-08-16 19:52:16 +02:00
|
|
|
MicroPython
|
|
|
|
~~~~~~~~~~~
|
2020-08-16 19:49:57 +02:00
|
|
|
|
2020-08-16 19:52:16 +02:00
|
|
|
* [X] SPI FLASH driver
|
|
|
|
* [X] Enable LittleFS on SPI FLASH (at boot)
|
|
|
|
* [X] BLE file transfer
|
2020-08-16 19:49:57 +02:00
|
|
|
|
2020-08-16 19:52:16 +02:00
|
|
|
Wasp-os
|
|
|
|
~~~~~~~
|
2020-08-16 19:49:57 +02:00
|
|
|
|
2020-08-16 19:52:16 +02:00
|
|
|
* [X] Add dd/mm/yyyy support to RTC
|
|
|
|
* [X] Button driver (interrupt based)
|
|
|
|
* [X] Touch sensor driver
|
|
|
|
* [X] Event driven application framework
|
|
|
|
* [X] Stopwatch app
|
|
|
|
* [X] Settings app
|
|
|
|
* [X] PC-hosted simulation platform
|
|
|
|
* [X] Documentation
|
|
|
|
|
|
|
|
* [X] Sphinx framework and integration with github.io
|
|
|
|
* [X] Document bootloader protocols
|
|
|
|
* [X] Application writer's guide
|
|
|
|
* [X] Write full docstring documentation for all wasp-os components
|
|
|
|
|
|
|
|
* [X] Application Launcher
|
|
|
|
* [X] Debug notifications
|
|
|
|
* [X] Multi-colour RLE images
|
|
|
|
|
|
|
|
* [X] Optimized "2-bit" RLE encoder and decoder
|
|
|
|
* [X] Logarithmic RBG332 <-> RGB56516bit color space conversion
|
|
|
|
|
|
|
|
M1: Dumb watch feature parity
|
|
|
|
-----------------------------
|
|
|
|
|
|
|
|
The focus for M1 is to get wasp-os both to meet feature parity with a dumb
|
|
|
|
watch and to have a bootloader and watchdog strategy that is robust enough
|
|
|
|
to allow a PineTime case to be confidently glued shut.
|
|
|
|
|
|
|
|
Bootloader
|
|
|
|
~~~~~~~~~~
|
|
|
|
|
|
|
|
* [X] Basic board ports (PineTime, DS-D6, 96Boards Nitrogen)
|
|
|
|
* [X] OTA application update
|
|
|
|
* [X] Enable watchdog before starting the application
|
|
|
|
* [X] Splash screen
|
|
|
|
* [X] Ignore start button for first few seconds
|
|
|
|
|
|
|
|
MicroPython
|
2020-08-16 19:49:57 +02:00
|
|
|
~~~~~~~~~~~
|
|
|
|
|
2020-08-16 19:52:16 +02:00
|
|
|
* [X] Basic board ports (PineTime, DS-D6, 96Boards Nitrogen)
|
|
|
|
* [X] Long press reset (conditional feeding of the watchdog)
|
|
|
|
|
|
|
|
* [X] Feed dog from REPL polling loop
|
|
|
|
* [X] Feed dog from a tick interrupt
|
2020-07-30 23:45:05 +02:00
|
|
|
|
|
|
|
Wasp-os
|
|
|
|
~~~~~~~
|
|
|
|
|
2020-08-16 19:52:16 +02:00
|
|
|
* [X] Display driver
|
2020-07-30 23:45:05 +02:00
|
|
|
|
2020-08-16 19:52:16 +02:00
|
|
|
* [X] Display initialization
|
|
|
|
* [X] Bitmap blitting
|
|
|
|
* [X] RLE coder and decoder
|
|
|
|
* [X] Optimized RLE inner loops
|
|
|
|
|
|
|
|
* [X] Backlight driver
|
|
|
|
* [X] Button driver (polling)
|
|
|
|
* [X] Battery/charger driver
|
|
|
|
* [X] Simple clock and battery level application
|
|
|
|
* [X] Basic (WFI) power saving
|
|
|
|
* [X] Implement simple RTC for nrf52
|