summaryrefslogtreecommitdiff
path: root/src/components/alarm/AlarmController.cpp
AgeCommit message (Expand)Author
2022-06-10Make sure duration parameter is not zeroMichele Bini
2022-06-06use tick-based duration type for computationMichele Bini
2022-06-06Merge remote-tracking branch 'origin/develop' into analog24Michele Bini
2022-06-06Switch to freertos timers (#1095)Michele Bini
2022-06-05Apply clang-format to all C++ filesFinlay Davidson
2022-04-17Differentiate time adjustment (< 3h for example time zone change when crossin...Michele Bini
2022-04-17Use FreeRTOS timer for AlarmControllerMichele Bini
2022-03-29AlarmController: allow loss of precision for alarmTime castReinhold Gschweicher
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher
2021-09-16Fixes per Riksu9000's feedbackMark Russell
2021-09-13License header fix, add missing bracesMark Russell
2021-09-13Fixes based on code reviews (formatting, UI code)Mark Russell
2021-09-10Created basic alarm appMark Russell