summaryrefslogtreecommitdiffstats
path: root/movement/movement.c
Commit message (Collapse)AuthorAgeFilesLines
* untested WIP, connect TC2's count to RTC's PER0 tickmovement-timer-stuffJoey Castillo2021-12-111-4/+15
|
* Merge branch 'main' into movement-timer-stuffJoey Castillo2021-12-101-30/+31
|\
| * fix missing prototype warningsJoey Castillo2021-12-101-30/+30
| |
* | WIP low power seconds updateJoey Castillo2021-12-101-0/+24
|/
* movement: allow watch faces to request zero ticksJoey Castillo2021-12-031-1/+1
|
* movement: add option to always snap back to first watch faceJoey Castillo2021-12-021-1/+8
|
* movement: fix yesterday's bug that was keeping us awakeJoey Castillo2021-11-301-1/+1
|
* movement: add alarm and signal functionsJoey Castillo2021-11-291-3/+38
|
* movement bugfix: prevent repeated timeout events from stalling watch faceJoey Castillo2021-11-291-0/+1
|
* movement: more granular button and LED timing via fast tickJoey Castillo2021-11-291-25/+59
|
* movement: these durations don't need to be 32-bit intsJoey Castillo2021-11-281-1/+1
|
* movement: add world clock faceJoey Castillo2021-11-261-0/+3
|
* movement: store settings in BKUP to persist across resetsJoey Castillo2021-11-251-1/+3
|
* movement: implement time zone settingJoey Castillo2021-11-251-0/+45
|
* bugfix: activate current watch face when waking from sleepJoey Castillo2021-11-081-1/+1
|
* movement: refactor timeout to tick first, then notifyJoey Castillo2021-11-071-6/+10
|
* movement: first crack at background tasks APIJoey Castillo2021-10-231-6/+25
|
* more accurate names for deep sleep and shallow sleep modesJoey Castillo2021-10-201-6/+6
|
* movement: fix preferences glitch, add some notesJoey Castillo2021-10-201-0/+4
|
* movement settings: add timeout and LED durationJoey Castillo2021-10-191-14/+9
|
* movement: remove faster sleep / timeout intervalsJoey Castillo2021-10-181-4/+2
|
* add timeout event to give faces a chance to resignJoey Castillo2021-10-181-3/+12
|
* early work on background tasks, documentationJoey Castillo2021-10-161-2/+2
|
* implement led duration settingJoey Castillo2021-10-161-1/+2
|
* screensaver mode is now low energy modeJoey Castillo2021-10-161-19/+19
|
* clarify property namesJoey Castillo2021-10-161-17/+17
|
* rename types to be more c-likeJoey Castillo2021-10-161-6/+6
|
* widgets are now watch facesJoey Castillo2021-10-161-20/+20
|
* launcher is now movementJoey Castillo2021-10-161-0/+218