summaryrefslogtreecommitdiff
path: root/src/systemtask/SystemTask.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-07-14Multiple wakeup sources (#290)Kozova11-9/+9
2021-07-14Update touchpad driverRiku Isokoski1-1/+1
2021-07-11Notify battery level every 10 minutes when connected to a BLE host.Jean-François Milants1-0/+5
2021-07-11Using littlefs (#438)joaquim.org1-3/+8
2021-06-19Add support for BMA425 acceleration sensor. (#440)JF0021-0/+1
2021-06-12Move most of the code from the constructor of the objects statically initiali...Jean-François Milants1-1/+2
2021-06-10Minor improvements: use std::make_unique when creating unique_ptr, check the ...Jean-François Milants1-6/+18
2021-06-06Initialize SystemTask, DisplayApp and HeartRateTask as global static variable...Jean-François Milants1-38/+37
2021-05-20Timer App (#355)Florian1-2/+15
2021-05-17Fix wrong initialization of 'pinPowerPresent' pin that would prevent the touc...Jean-François Milants1-3/+6
2021-05-16Emit event on power-present toggle (#320)David Ventura1-5/+17
2021-05-16cleaned up the code and reduced the size of the diff by removing things like ...Florian Kraupa1-1/+1
2021-05-16only activate the timeout on call notification previews after they have been ...Florian Kraupa1-1/+1
2021-05-16implemented continuous vibration pattern for incoming callsFlorian Kraupa1-1/+5
2021-05-02short vibration when enabling itpetter1-0/+1
2021-04-24Reformatted all the files according to clang-format styleAvamander1-87/+107
2021-04-16Disable the reading of the motion values in sleep mode when the wake up mode ...Jean-François Milants1-0/+3
2021-04-16In order to stabilize the battery reading,Joaquim1-2/+7
2021-04-09Merge branch 'develop' into motion-sensorJean-François Milants1-7/+44
2021-04-08TwiMaster is now based on the NRFX TWI driver, as it handles more edge cases ...Jean-François Milants1-2/+6
2021-04-05Fix wake up lock in twiJoaquim1-10/+16
2021-04-05array in SettingWakeUp wrong sizeJoaquim José Almeida Pereira1-1/+1
2021-04-04Reset the step count every day at midnight.Jean-François Milants1-2/+12
2021-04-04Handle return code from BMA driver, and set a flag is the initialization fail...Jean-François Milants1-0/+1
2021-04-04Code cleaning in BMA421 driver. Do the axis inversion in the driver and not i...Jean-François Milants1-2/+2
2021-04-04First integration of the motion sensor (bma 421) : step counting + wake on wr...Jean-François Milants1-3/+25
2021-04-04double tap wakeup error fixJoaquim1-10/+10
2021-04-04Big UI and navigation RewriteJoaquim1-9/+38
2021-03-22replaced all unique_ptr.reset calls with std::make_uniqueNiall Cooling1-1/+1
2021-03-22Updated to include WatchFaceAnalog and fixed clashesNiall Cooling1-12/+16
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