summaryrefslogtreecommitdiffstats
path: root/watch-library/watch/watch_rtc.c
Commit message (Expand)AuthorAgeFilesLines
* Sensor Watch Simulator (#35)Alexsander Akers2022-01-251-195/+0
* fix missing prototype warningsJoey Castillo2021-12-101-7/+7
* tweak to API nomenclature: tick happens once a second, other interrupts are p...Joey Castillo2021-09-281-11/+11
* 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