index
:
time/Sensor-Watch
default-handler
gh-pages
halloween
main
movement-timer-stuff
newboards
newboards2
randonaut-and-geomancy
sensor-face-improvements
time-refactor
totp-lfs
usb-msc
wip-lightsensor
wryun-make-starter-proj-work-in-simulator
clone of https://github.com/joeycastillo/Sensor-Watch
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
movement
/
movement.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
untested WIP, connect TC2's count to RTC's PER0 tick
movement-timer-stuff
Joey Castillo
2021-12-11
1
-4
/
+15
|
*
Merge branch 'main' into movement-timer-stuff
Joey Castillo
2021-12-10
1
-30
/
+31
|
\
|
*
fix missing prototype warnings
Joey Castillo
2021-12-10
1
-30
/
+30
|
|
*
|
WIP low power seconds update
Joey Castillo
2021-12-10
1
-0
/
+24
|
/
*
movement: allow watch faces to request zero ticks
Joey Castillo
2021-12-03
1
-1
/
+1
|
*
movement: add option to always snap back to first watch face
Joey Castillo
2021-12-02
1
-1
/
+8
|
*
movement: fix yesterday's bug that was keeping us awake
Joey Castillo
2021-11-30
1
-1
/
+1
|
*
movement: add alarm and signal functions
Joey Castillo
2021-11-29
1
-3
/
+38
|
*
movement bugfix: prevent repeated timeout events from stalling watch face
Joey Castillo
2021-11-29
1
-0
/
+1
|
*
movement: more granular button and LED timing via fast tick
Joey Castillo
2021-11-29
1
-25
/
+59
|
*
movement: these durations don't need to be 32-bit ints
Joey Castillo
2021-11-28
1
-1
/
+1
|
*
movement: add world clock face
Joey Castillo
2021-11-26
1
-0
/
+3
|
*
movement: store settings in BKUP to persist across resets
Joey Castillo
2021-11-25
1
-1
/
+3
|
*
movement: implement time zone setting
Joey Castillo
2021-11-25
1
-0
/
+45
|
*
bugfix: activate current watch face when waking from sleep
Joey Castillo
2021-11-08
1
-1
/
+1
|
*
movement: refactor timeout to tick first, then notify
Joey Castillo
2021-11-07
1
-6
/
+10
|
*
movement: first crack at background tasks API
Joey Castillo
2021-10-23
1
-6
/
+25
|
*
more accurate names for deep sleep and shallow sleep modes
Joey Castillo
2021-10-20
1
-6
/
+6
|
*
movement: fix preferences glitch, add some notes
Joey Castillo
2021-10-20
1
-0
/
+4
|
*
movement settings: add timeout and LED duration
Joey Castillo
2021-10-19
1
-14
/
+9
|
*
movement: remove faster sleep / timeout intervals
Joey Castillo
2021-10-18
1
-4
/
+2
|
*
add timeout event to give faces a chance to resign
Joey Castillo
2021-10-18
1
-3
/
+12
|
*
early work on background tasks, documentation
Joey Castillo
2021-10-16
1
-2
/
+2
|
*
implement led duration setting
Joey Castillo
2021-10-16
1
-1
/
+2
|
*
screensaver mode is now low energy mode
Joey Castillo
2021-10-16
1
-19
/
+19
|
*
clarify property names
Joey Castillo
2021-10-16
1
-17
/
+17
|
*
rename types to be more c-like
Joey Castillo
2021-10-16
1
-6
/
+6
|
*
widgets are now watch faces
Joey Castillo
2021-10-16
1
-20
/
+20
|
*
launcher is now movement
Joey Castillo
2021-10-16
1
-0
/
+218