aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/alarm
Commit message (Expand)AuthorAgeFilesLines
* Alarm persist to flash (#1367)NeroBurner2024-09-282-27/+120
* SystemTask: Move MotorController to DisplayAppRiku Isokoski2023-02-251-1/+0
* Format header filesFinlay Davidson2023-01-091-0/+6
* Update clang-tidy configuration and fix some warnings (#1474)Riku Isokoski2022-12-181-1/+1
* AlarmController: add const to SecondsToAlarm() functionReinhold Gschweicher2022-09-272-2/+2
* Switch to freertos timers (#1095)Michele Bini2022-06-062-17/+14
* Apply clang-format to all C++ filesFinlay Davidson2022-06-051-2/+1
* AlarmController: allow loss of precision for alarmTime castReinhold Gschweicher2022-03-291-1/+2
* AlarmController: remove unused app_timer.h include in headerReinhold Gschweicher2021-12-091-1/+0
* Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-1/+1
* Fixes per Riksu9000's feedbackMark Russell2021-09-162-7/+7
* License header fix, add missing bracesMark Russell2021-09-132-3/+12
* Fixes based on code reviews (formatting, UI code)Mark Russell2021-09-132-35/+40
* Created basic alarm appMark Russell2021-09-102-0/+168