summaryrefslogtreecommitdiff
path: root/src/systemtask/SystemTask.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-09Format header filesFinlay Davidson1-0/+3
2022-05-08Systemtask : replace enum SystemTaskState by an enum class.Jean-François Milants1-3/+3
2022-05-08Simplify systemtask statesRiku Isokoski1-5/+4
2022-03-08SystemMonitor: implement FreeRtosMonitor only if trace facility is setReinhold Gschweicher1-5/+1
2022-02-19SystemTask: forward declare BatteryController to fix of cyclic dependencyReinhold Gschweicher1-1/+1
2022-01-16SystemTask: add missing queue.h include for QueueHandle_tReinhold Gschweicher1-0/+1
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-2/+2
2021-10-25Make it so special actions can be input while sleeping, like in #480Riku Isokoski1-0/+2
2021-10-25Return button action instead of pushing messagesRiku Isokoski1-0/+2
2021-10-25Newer buttonhandlerRiku Isokoski1-2/+5
2021-10-04Improve battery percentage calculation and reportingRiku Isokoski1-2/+0
2021-09-18Merge branch 'PersistantStorage' of git://github.com/geekbozu/InfiniTime into...Jean-François Milants1-0/+1
2021-09-16resolve conflict in src/systemtask/Messages.hMark Russell1-11/+5
2021-09-16Revert "Merge upstream"Mark Russell1-5/+11
2021-09-16Merge upstreamMark Russell1-11/+5
2021-09-13Merge branch 'develop' into pinmaphubmartin1-2/+4
2021-09-10Created basic alarm appMark Russell1-0/+3
2021-08-29Merge branch 'develop' into pinmaphubmartin1-3/+8
2021-08-28Merge branch 'develop' into timer_battery_readingRiku Isokoski1-3/+8
2021-08-19Move Backup to the system task.Tim Keller1-0/+1
2021-08-14Make battery reading periodic. Add events. Disable pullupRiku Isokoski1-2/+4
2021-08-03PinMap with namespace and constexprhubmartin1-9/+0
2021-08-02DRAFT: Put gpio pins to separate filehubmartin1-1/+2
2021-07-25Merge branch 'develop' into new_touch_handlerRiku Isokoski1-3/+4
2021-07-24Dim screen before sleep (#464)Riku Isokoski1-3/+4
2021-07-16Fix touch wakeup and code cleanupRiku Isokoski1-4/+9
2021-07-11Notify battery level every 10 minutes when connected to a BLE host.Jean-François Milants1-0/+2
2021-07-11Using littlefs (#438)joaquim.org1-4/+8
2021-06-26SPI flash sleep if bootloader >= 1.0.0 (#322)Neil O'Fix1-0/+4
2021-06-06Initialize SystemTask, DisplayApp and HeartRateTask as global static variable...Jean-François Milants1-32/+21
2021-05-20Timer App (#355)Florian1-0/+3
2021-05-16Emit event on power-present toggle (#320)David Ventura1-1/+3
2021-04-24Changed access modified indentationAvamander1-2/+2
2021-04-24Reformatted all the files according to clang-format styleAvamander1-84/+102
2021-04-09Merge branch 'develop' into motion-sensorJean-François Milants1-3/+2
2021-04-05Fix wake up lock in twiJoaquim1-1/+1
2021-04-04Reset the step count every day at midnight.Jean-François Milants1-3/+4
2021-04-04First integration of the motion sensor (bma 421) : step counting + wake on wr...Jean-François Milants1-0/+6
2021-04-04Big UI and navigation RewriteJoaquim1-3/+2
2021-03-20Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants1-1/+5
2021-03-07Merge branch 'develop' into recovery-firmwareJean-François Milants1-4/+5
2021-02-24Multi face support, analog clock, 12/24 configJoaquim1-1/+4
2021-02-14Fix merge conflict.Jean-François Milants1-0/+3
2021-01-26Generate pinetime-recovery : a light version of InfiniTime design to be used ...Jean-François Milants1-0/+9
2021-01-25create motorcontroller in main and pass by referencepetter1-0/+3
2021-01-24Handle call notification the same way than other notifications.Jean-François Milants1-2/+1
2021-01-21Add incoming call functionalityRasmus Schenstrom1-1/+1
2021-01-17Add heart rate BLE service.Jean-François Milants1-1/+1
2021-01-17HR Sensor : Add start/stop button to the HeartRate app (the HR sensors stays ...Jean-François Milants1-2/+1
2021-01-10HR Sensor : do not go to sleep when the HR app is running.Jean-François Milants1-1/+2