summaryrefslogtreecommitdiff
path: root/src/systemtask
AgeCommit message (Expand)AuthorFilesLines
2021-08-30Merge remote-tracking branch 'upstream/develop' into timer_battery_readingRiku Isokoski1-6/+8
2021-08-28Fix wake on tap/double tap.Jean-François Milants1-6/+8
2021-08-28Merge branch 'develop' into timer_battery_readingRiku Isokoski2-23/+22
2021-08-28Fix touchinfo typo in SystemTask.Jean-François Milants1-1/+1
2021-08-28Merge branch 'twimaster_rework' of https://github.com/Riksu9000/InfiniTime in...Jean-François Milants1-16/+5
2021-08-18Merge branch 'develop' into new_touch_handlerRiku Isokoski1-3/+2
2021-08-14Merge branch 'develop' into timer_battery_readingRiku Isokoski1-3/+2
2021-08-14Make battery reading periodic. Add events. Disable pullupRiku Isokoski3-18/+27
2021-08-10Make diff smaller and revert some changes in DisplayAppRiku Isokoski1-0/+1
2021-08-10Rework TouchHandler into not a taskRiku Isokoski1-3/+5
2021-08-10Only enable the bus when neededRiku Isokoski1-9/+0
2021-08-01Remove leftoverRiku Isokoski1-5/+0
2021-08-01ImprovementsRiku Isokoski1-4/+5
2021-08-01Merge branch 'develop' into HEADRiku Isokoski3-99/+208
2021-07-25Merge branch 'develop' into new_touch_handlerRiku Isokoski2-12/+36
2021-07-24Dim screen before sleep (#464)Riku Isokoski2-14/+38
2021-07-23Merge branch 'develop' into new_touch_handlerRiku Isokoski1-3/+8
2021-07-22Make firmware updating more foolproof (#469)Riku Isokoski1-3/+8
2021-07-18UpdateRiku Isokoski1-0/+3
2021-07-16Fix touch wakeup and code cleanupRiku Isokoski2-23/+28
2021-07-16Fix most issuesRiku Isokoski1-1/+1
2021-07-15New touch handler, with issuesRiku Isokoski1-1/+0
2021-07-14Multiple wakeup sources (#290)Kozova11-9/+9
2021-07-11Notify battery level every 10 minutes when connected to a BLE host.Jean-François Milants2-0/+7
2021-07-11Using littlefs (#438)joaquim.org2-7/+16
2021-06-26SPI flash sleep if bootloader >= 1.0.0 (#322)Neil O'Fix1-0/+4
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 Milants3-70/+84
2021-05-20Timer App (#355)Florian2-2/+18
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 Ventura2-6/+20
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-24Changed access modified indentationAvamander2-6/+6
2021-04-24Reformatted all the files according to clang-format styleAvamander3-197/+233
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 Milants2-10/+46
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 twiJoaquim2-11/+17
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 Milants2-5/+16
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 Milants2-3/+31
2021-04-04double tap wakeup error fixJoaquim1-10/+10