summaryrefslogtreecommitdiff
path: root/src/systemtask/Messages.h
AgeCommit message (Collapse)AuthorFilesLines
2021-09-16resolve conflict in src/systemtask/Messages.hMark Russell1-1/+3
2021-09-16Revert "Merge upstream"Mark Russell1-3/+1
This reverts commit 1d43adcdfa7bd15ba45c0c9d7c59c0ff99176b9c.
2021-09-16Merge upstreamMark Russell1-1/+3
2021-09-10Created basic alarm appMark Russell1-1/+3
2021-08-14Make battery reading periodic. Add events. Disable pullupRiku Isokoski1-1/+3
2021-06-06Initialize SystemTask, DisplayApp and HeartRateTask as global static ↵Jean-François Milants1-0/+26
variable instead of variables on the heap. We don't need them on the heap as we know their size at build time, it'll reduce memory fragmentation and it'll make memory analysis easier.