summaryrefslogtreecommitdiff
path: root/src/systemtask/SystemTask.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-03-20Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants1-2/+6
2021-03-16Resolved C++14 Cmake build issues so correctly building to C99/C++14 standardsNiall Cooling1-2/+4
2021-03-07Merge branch 'develop' into recovery-firmwareJean-François Milants1-4/+8
2021-02-24Multi face support, analog clock, 12/24 configJoaquim1-2/+6
2021-02-14Fix merge conflict.Jean-François Milants1-3/+7
2021-02-07add vibration togglepetter1-1/+1
2021-02-05trigger vibration from systemtaskpetter1-3/+4
2021-01-26Generate pinetime-recovery : a light version of InfiniTime design to be used ...Jean-François Milants1-11/+10
2021-01-25create motorcontroller in main and pass by referencepetter1-2/+5
2021-01-24Handle call notification the same way than other notifications.Jean-François Milants1-6/+1
2021-01-21Add incoming call functionalityRasmus Schenstrom1-0/+4
2021-01-17Add heart rate BLE service.Jean-François Milants1-2/+2
2021-01-17HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ...Jean-François Milants1-6/+2
2021-01-10HR Sensor : do not go to sleep when the HR app is running.Jean-François Milants1-0/+7
2021-01-10First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants1-3/+13
2020-12-01Merge pull request #136 from okaestne/include-cleanupJF0021-12/+20
2020-11-19Jeez this is what I get for rushing 😬Samuel Archibald1-1/+1
2020-11-19Whoops! Don't look at this XDSamuel Archibald1-1/+1
2020-11-19Readability and fixSamuel Archibald1-1/+2
2020-11-16Include cleanup: componentsokaestne1-12/+20
2020-11-02This is the actual fix, reducing the time between LCD is turned back on and t...Samuel Archibald1-7/+4
2020-11-02Fixed displaying last displayed time for ~100ms on wakeSamuel Archibald1-4/+4
2020-10-27Disable sleep mode on the SPI NOR Flash when the version is unknown. This is ...JF1-1/+6
2020-10-09Made sure to unsuppress the diagnostic check after the infinite loop declarationAvamander1-0/+2
2020-10-09Minor formatting, diagnostic and documentation changesAvamander1-1/+4
2020-10-04Merge remote-tracking branch 'origin-origin/patch-3'Avamander1-2/+2
2020-10-04Fixed a typo in SystemTaskAvamander1-3/+3
2020-10-04Minor #include improvementsAvamander1-4/+6
2020-10-02Fixed all the includes that were broken due to the renamesAvamander1-3/+3
2020-10-02Renamed SystemTask/ to systemtask/Avamander1-0/+247