aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/alarm/AlarmController.cpp
Commit message (Expand)AuthorAgeFilesLines
* SystemTask: Move MotorController to DisplayAppRiku Isokoski2023-02-251-1/+0
* Update clang-tidy configuration and fix some warnings (#1474)Riku Isokoski2022-12-181-1/+1
* AlarmController: add const to SecondsToAlarm() functionReinhold Gschweicher2022-09-271-1/+1
* Switch to freertos timers (#1095)Michele Bini2022-06-061-17/+11
* 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
* Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-1/+1
* Fixes per Riksu9000's feedbackMark Russell2021-09-161-3/+3
* License header fix, add missing bracesMark Russell2021-09-131-2/+7
* Fixes based on code reviews (formatting, UI code)Mark Russell2021-09-131-29/+20
* Created basic alarm appMark Russell2021-09-101-0/+118