summaryrefslogtreecommitdiff
path: root/src/systemtask
AgeCommit message (Collapse)AuthorFilesLines
2021-01-17Add heart rate BLE service.Jean-François Milants2-3/+3
2021-01-17HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ↵Jean-François Milants2-8/+3
ON when the app is closed), display the HR value on the Clock app.
2021-01-10HR Sensor : do not go to sleep when the HR app is running.Jean-François Milants2-1/+9
2021-01-10First implementation of the HR sensor using 100% foss code (ported from waspos)Jean-François Milants2-5/+22
2020-12-01Merge pull request #136 from okaestne/include-cleanupJF0022-19/+33
Includes cleanup
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: componentsokaestne2-19/+33
2020-11-02This is the actual fix, reducing the time between LCD is turned back on and ↵Samuel Archibald1-7/+4
the next task which will display the time is started.
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
because the current bootloader (which does not exposes its version) cannot initialize the chip when it's in sleep mode. This feature will be re-enabled when the bootloader expses it's version.
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-08Merge pull request #80 from Avamander/patch-1JF0021-1/+1
Switched from NULL to nullptr
2020-10-04Merge remote-tracking branch 'origin-origin/patch-3'Avamander1-2/+2
# Conflicts: # src/systemtask/SystemTask.cpp
2020-10-04Fixed a typo in SystemTaskAvamander2-4/+4
2020-10-04Minor #include improvementsAvamander1-4/+6
2020-10-04Replaced NULL with nullptrAvamander1-1/+1
2020-10-02Fixed all the includes that were broken due to the renamesAvamander2-7/+8
2020-10-02Renamed SystemTask/ to systemtask/Avamander3-0/+385