summaryrefslogtreecommitdiff
path: root/src/systemtask/SystemTask.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-09-13Merge branch 'develop' into disable_notif_onlyRiku Isokoski1-25/+32
2021-09-13Merge branch 'refactor_adv' of https://github.com/evergreen22/InfiniTime into...Jean-François Milants1-2/+3
2021-09-13Merge pull request #549 from hubmartin/pinmapJF0021-9/+11
2021-09-13docs: Fix a few typos (#606)Tim Gates1-1/+1
2021-09-13Merge branch 'develop' into pinmaphubmartin1-15/+20
2021-09-12Toggle notifications only, keep vibrations.Riku Isokoski1-3/+5
2021-09-10Created basic alarm appMark Russell1-0/+14
2021-09-05Advertise fast for at least 30 secs then slow downJames A. Jerkins1-0/+3
2021-08-30Merge remote-tracking branch 'upstream/develop' into timer_battery_readingRiku Isokoski1-6/+8
2021-08-29WIP Refactor ble advertisingJames A. Jerkins1-2/+0
2021-08-29Merge branch 'develop' into pinmaphubmartin1-26/+22
2021-08-28Fix wake on tap/double tap.Jean-François Milants1-6/+8
2021-08-28Merge branch 'develop' into update_touch_driverRiku Isokoski1-20/+14
2021-08-28Merge branch 'develop' into timer_battery_readingRiku Isokoski1-20/+14
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-22Merge branch 'develop' into pinmaphubmartin1-3/+2
2021-08-19Move Backup to the system task.Tim Keller1-0/+1
2021-08-18Merge branch 'develop' into new_touch_handlerRiku Isokoski1-3/+2
2021-08-18Automatic error detectionRiku Isokoski1-2/+7
2021-08-17Merge branch 'develop' into update_touch_driverRiku Isokoski1-17/+44
2021-08-14Merge branch 'develop' into timer_battery_readingRiku Isokoski1-3/+2
2021-08-14Make battery reading periodic. Add events. Disable pullupRiku Isokoski1-15/+20
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-03PinMap with namespace and constexprhubmartin1-9/+11
2021-08-01Remove leftoverRiku Isokoski1-5/+0
2021-08-01ImprovementsRiku Isokoski1-4/+5
2021-08-01Merge branch 'develop' into HEADRiku Isokoski1-67/+145
2021-07-25Merge branch 'develop' into new_touch_handlerRiku Isokoski1-9/+32
2021-07-24Dim screen before sleep (#464)Riku Isokoski1-11/+34
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 Isokoski1-19/+19
2021-07-16Fix most issuesRiku Isokoski1-1/+1
2021-07-15New touch handler, with issuesRiku Isokoski1-1/+0
2021-07-15Merge branch 'develop' into update_touch_driverRiku Isokoski1-9/+9
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