aboutsummaryrefslogtreecommitdiffstats
path: root/src/systemtask
Commit message (Expand)AuthorAgeFilesLines
* Fix wake up lock in twiJoaquim2021-04-052-11/+17
* array in SettingWakeUp wrong sizeJoaquim José Almeida Pereira2021-04-051-1/+1
* double tap wakeup error fixJoaquim2021-04-041-10/+10
* Big UI and navigation RewriteJoaquim2021-04-042-12/+40
* replaced all unique_ptr.reset calls with std::make_uniqueNiall Cooling2021-03-221-1/+1
* Updated to include WatchFaceAnalog and fixed clashesNiall Cooling2021-03-222-13/+29
|\
| * Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants2021-03-202-3/+11
| |\
| | * Multi face support, analog clock, 12/24 configJoaquim2021-02-242-3/+10
| * | Merge branch 'develop' into recovery-firmwareJean-François Milants2021-03-072-8/+13
| |\|
| * | Generate pinetime-recovery : a light version of InfiniTime design to be used ...Jean-François Milants2021-01-262-11/+19
* | | Resolved C++14 Cmake build issues so correctly building to C99/C++14 standardsNiall Cooling2021-03-161-2/+4
| |/ |/|
* | Fix merge conflict.Jean-François Milants2021-02-142-3/+10
|\ \
| * | add vibration togglepetter2021-02-071-1/+1
| * | trigger vibration from systemtaskpetter2021-02-051-3/+4
| * | create motorcontroller in main and pass by referencepetter2021-01-252-2/+8
| |/
* | Handle call notification the same way than other notifications.Jean-François Milants2021-01-242-8/+2
* | Add incoming call functionalityRasmus Schenstrom2021-01-212-1/+5
|/
* Add heart rate BLE service.Jean-François Milants2021-01-172-3/+3
* HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ...Jean-François Milants2021-01-172-8/+3
* HR Sensor : do not go to sleep when the HR app is running.Jean-François Milants2021-01-102-1/+9
* First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants2021-01-102-5/+22
* Merge pull request #136 from okaestne/include-cleanupJF0022020-12-012-19/+33
|\
| * Include cleanup: componentsokaestne2020-11-162-19/+33
* | Jeez this is what I get for rushing 😬Samuel Archibald2020-11-191-1/+1
* | Whoops! Don't look at this XDSamuel Archibald2020-11-191-1/+1
* | Readability and fixSamuel Archibald2020-11-191-1/+2
* | This is the actual fix, reducing the time between LCD is turned back on and t...Samuel Archibald2020-11-021-7/+4
* | Fixed displaying last displayed time for ~100ms on wakeSamuel Archibald2020-11-021-4/+4
|/
* Disable sleep mode on the SPI NOR Flash when the version is unknown. This is ...JF2020-10-271-1/+6
* Made sure to unsuppress the diagnostic check after the infinite loop declarationAvamander2020-10-091-0/+2
* Minor formatting, diagnostic and documentation changesAvamander2020-10-091-1/+4
* Merge pull request #80 from Avamander/patch-1JF0022020-10-081-1/+1
|\
| * Replaced NULL with nullptrAvamander2020-10-041-1/+1
* | Merge remote-tracking branch 'origin-origin/patch-3'Avamander2020-10-041-2/+2
|\ \
| * | Minor #include improvementsAvamander2020-10-041-4/+6
| |/
* / Fixed a typo in SystemTaskAvamander2020-10-042-4/+4
|/
* Fixed all the includes that were broken due to the renamesAvamander2020-10-022-7/+8
* Renamed SystemTask/ to systemtask/Avamander2020-10-023-0/+385