summaryrefslogtreecommitdiff
path: root/src/components/alarm/AlarmController.cpp
AgeCommit message (Expand)Author
2022-04-16Make Init methods more uniform among timer and alarm controllersMichele Bini
2022-04-16Renamed RescheduleAlarm to OnAdjustTimeMichele Bini
2022-04-16Fix for RescheduleAlarmMichele Bini
2022-04-16remove app timer, with the exception of header, to keep APP_TIMER_TICKS defin...Michele Bini
2022-04-16Merge branch 'alarm-fix-work' into edgeMichele Bini
2022-04-16Run ScheduleAlarm from System task events only.Michele Bini
2022-04-16replace pdMS_TO_TICKS with APP_TIMER_TICKS; more tweaksMichele Bini
2022-04-15Further refine previous commitsMichele Bini
2022-04-15Refine previous commitMichele Bini
2022-04-15Test code for missed alarmMichele Bini
2022-04-13Fix for previous two commitsMichele Bini
2022-04-13Attempt to fix lost alarmsMichele Bini
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