summaryrefslogtreecommitdiffstats
path: root/watch-library/watch/watch_rtc.c
Commit message (Collapse)AuthorAgeFilesLines
* tweak to API nomenclature: tick happens once a second, other interrupts are ↵Joey Castillo2021-09-281-11/+11
| | | | periodic
* rtc: support periodic ticks at intervals from 1 to 128 HzJoey Castillo2021-09-281-15/+56
|
* overdue refactor: compile all watch modules separatelyJoey Castillo2021-09-281-0/+2
|
* simplification: return date/time in same format as clock registerJoey Castillo2021-09-281-25/+3
|
* WIP: refactor RTC to use clock mode directlyJoey Castillo2021-09-271-8/+142
|
* refactor: break out different areas of functionalityJoey Castillo2021-08-231-0/+40