aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/alarm
Commit message (Collapse)AuthorAgeFilesLines
* AlarmController: allow loss of precision for alarmTime castReinhold Gschweicher2022-03-291-1/+2
| | | | | Allow a loss of precision if the system clock has a lower resolution than nanoseconds. This is the case for web assembly.
* AlarmController: remove unused app_timer.h include in headerReinhold Gschweicher2021-12-091-1/+0
|
* Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-1/+1
| | | | | | | 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.
* Fixes per Riksu9000's feedbackMark Russell2021-09-162-7/+7
|
* License header fix, add missing bracesMark Russell2021-09-132-3/+12
|
* Fixes based on code reviews (formatting, UI code)Mark Russell2021-09-132-35/+40
|
* Created basic alarm appMark Russell2021-09-102-0/+168