This version provides many improvements since version 0.1.0 :
- The date and time should be correctly processed (Monday 23:59 + 1 minute => Tuesday 00:00).
- BLE disconnect is now managed, and the display is updated accordingly.
- Support for Black Magic Probe (and other programmer/debugger using GDB client) has been added in CMake targets.
- Battery life should be improved by disabling the SPI and I²C peripherals during sleep.
- The version of the firmware is displayed on the bottom of the screen.
Some bugs have also been fixed:
- Fixed a stack overflow when waking-up, which would make the soft crash after ~7 wake-ups.
- Fix an error that would prevent building the project if the file nrf_common.ld was not in a subdirectory of the project.
- Improve the time tracking process so that the soft keep track of the time even when it's sleeping for more than 4 hours.
This release also provides a "-full" binary that contains the pinetime application and the Nordic Semiconductor SoftDevice needed for the BLE stack.