summaryrefslogtreecommitdiff
path: root/src/components/alarm
AgeCommit message (Expand)AuthorFilesLines
2023-01-09Format header filesFinlay Davidson1-0/+6
2022-12-18Update clang-tidy configuration and fix some warnings (#1474)Riku Isokoski1-1/+1
2022-09-27AlarmController: add const to SecondsToAlarm() functionReinhold Gschweicher2-2/+2
2022-06-06Switch to freertos timers (#1095)Michele Bini2-17/+14
2022-06-05Apply clang-format to all C++ filesFinlay Davidson1-2/+1
2022-03-29AlarmController: allow loss of precision for alarmTime castReinhold Gschweicher1-1/+2
2021-12-09AlarmController: remove unused app_timer.h include in headerReinhold Gschweicher1-1/+0
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-1/+1
2021-09-16Fixes per Riksu9000's feedbackMark Russell2-7/+7
2021-09-13License header fix, add missing bracesMark Russell2-3/+12
2021-09-13Fixes based on code reviews (formatting, UI code)Mark Russell2-35/+40
2021-09-10Created basic alarm appMark Russell2-0/+168