aboutsummaryrefslogtreecommitdiffstats
path: root/src/SystemTask/SystemTask.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve DFU procedure :JF2020-06-011-0/+1
* Add driver for writing into the internal flash.JF2020-05-241-27/+7
* Refactor CMake files to allow building 2 binaries : one standalone and one co...JF2020-05-241-5/+5
* Working demo of OTA using MCUBoot https://github.com/lupyuen/pinetime-rust-my...JF2020-05-241-0/+29
* Fix race conditions on SPI and integrate the SPI NOR Flash driver into DFUSer...JF2020-05-111-8/+6
* Add SPI NOR Flash driver, WIP.JF2020-05-071-2/+4
* Merge branch 'nimble' into nimble-otaJF2020-05-021-2/+2
|\
| * Re-enable watchdogJF2020-04-271-2/+2
* | Add new screen that is displayed during the OTA transfert.JF2020-05-021-0/+6
* | Defer the discovery of services using the system task.JF2020-05-011-0/+16
|/
* BLE : Display the actual status of the connection on the screen.JF2020-04-271-1/+2
* Remove references to BLE ManagerAdam Pigg2020-04-271-1/+0
* NimbleController : CTS & ANS working but not at the same time (conflict durin...JF2020-04-251-1/+1
* NimbleController : support CTSJF2020-04-221-1/+1
* Encapsulate nimble code into NimbleController.JF2020-04-191-75/+4
* Integration of nimble, work in progress.JF2020-04-191-6/+84
* Encapsulate Notification management in NotificationManager. It implement a st...JF2020-03-281-6/+9
* Add support for BLE notification (ANS client).JF2020-03-251-1/+7
* Add new App : Sysinfo. It displays various info about the running system : ve...JF2020-03-221-2/+4
* Display battery level and BLE connection status using icon on Clock screen.JF2020-03-141-3/+3
* When a full screen refresh is done, apply a vertical scroll during the refres...JF2020-03-081-2/+2
* Call ble_manager_init_peer_manager() _after_ the scheduler has been started. ...JF2020-03-061-0/+1
* Re-Enable BLEJF2020-03-021-1/+1
* Add new Screens (gauge, meter,...)JF2020-02-261-1/+1
* Enable watchdog, and issue a WDT reset when the button is pushed for more tha...JF2020-02-231-1/+7
* Re-enable BLE, BLE status on display and battery level on display.JF2020-02-231-2/+4
* Do not compile GFX and older fonts anymore.JF2020-02-231-0/+115