| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-07 | use tick-based duration type for computation | Michele Bini | |
| 2022-06-07 | s/alarmAppTimer/alarmTimer/ | Michele Bini | |
| 2022-04-21 | Merge branch 'rev22-develop' into edge | Michele Bini | |
| 2022-04-20 | Merge branch 'alarm-reliability-and-switch-to-freertos-timers' into ↵ | Michele Bini | |
| rev22-develop | |||
| 2022-04-17 | Differentiate time adjustment (< 3h for example time zone change when ↵ | Michele Bini | |
| crossing a border or because of daylight saving) and time setting (for example when the firmware is booted for the first time and the companion app sends the time) | |||
| 2022-04-17 | Use FreeRTOS timer for AlarmController | Michele Bini | |
| 2022-04-16 | Make Init methods more uniform among timer and alarm controllers | Michele Bini | |
| 2022-04-16 | Renamed RescheduleAlarm to OnAdjustTime | Michele Bini | |
| 2022-04-16 | Fix for RescheduleAlarm | Michele Bini | |
| 2022-04-16 | remove app timer, with the exception of header, to keep APP_TIMER_TICKS ↵ | Michele Bini | |
| definition. | |||
| 2022-04-16 | Merge branch 'alarm-fix-work' into edge | Michele Bini | |
| # Conflicts: # src/components/timer/TimerController.cpp | |||
| 2022-04-16 | Run ScheduleAlarm from System task events only. | Michele Bini | |
| 2022-04-16 | replace pdMS_TO_TICKS with APP_TIMER_TICKS; more tweaks | Michele Bini | |
| 2022-04-15 | Further refine previous commits | Michele Bini | |
| 2022-04-15 | Refine previous commit | Michele Bini | |
| 2022-04-15 | Test code for missed alarm | Michele Bini | |
| 2022-04-13 | Fix for previous two commits | Michele Bini | |
| 2022-04-13 | Attempt to fix lost alarms | Michele Bini | |
| 2022-03-29 | AlarmController: allow loss of precision for alarmTime cast | Reinhold Gschweicher | |
| Allow a loss of precision if the system clock has a lower resolution than nanoseconds. This is the case for web assembly. | |||
| 2021-11-15 | Update includes to to be relative to src directory | Reinhold Gschweicher | |
| Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories. | |||
| 2021-09-16 | Fixes per Riksu9000's feedback | Mark Russell | |
| 2021-09-13 | License header fix, add missing braces | Mark Russell | |
| 2021-09-13 | Fixes based on code reviews (formatting, UI code) | Mark Russell | |
| 2021-09-10 | Created basic alarm app | Mark Russell | |
