| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-10 | Make sure duration parameter is not zero | Michele Bini | |
| 2022-06-06 | use tick-based duration type for computation | Michele Bini | |
| 2022-06-06 | Merge remote-tracking branch 'origin/develop' into analog24 | Michele Bini | |
| 2022-06-06 | Switch to freertos timers (#1095) | Michele Bini | |
| * Use FreeRTOS timer for AlarmController * Use FreeRTOS timer for MotorController * Remove app_timer component from compilation as we now solely use FreeROTS timer * Simplify variable and text names for AlarmController and MotorController timers * Call ScheduleAlarm directly from StopAlerting, for recurring timers Co-authored-by: Riku Isokoski <riksu9000@gmail.com> Co-authored-by: NeroBurner <pyro4hell@gmail.com> | |||
| 2022-06-05 | Apply clang-format to all C++ files | Finlay Davidson | |
| 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-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-12-09 | AlarmController: remove unused app_timer.h include in header | Reinhold Gschweicher | |
| 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 | |
