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
Commit message (
Expand
)
Author
Age
Files
Lines
*
WIP accelerometer logging to flash
Joey Castillo
2022-02-18
4
-11
/
+226
*
lis2dw: add FIFO support
Joey Castillo
2022-02-17
3
-22
/
+78
*
no need to build lis2dh driver anymore
Joey Castillo
2022-02-17
1
-1
/
+0
*
movement: move thermistor to 'sensor' watch faces
Joey Castillo
2022-02-17
8
-4
/
+4
*
SPI test: just read the chip ID
Joey Castillo
2022-02-17
2
-22
/
+10
*
move pins.h include to watch.h
Joey Castillo
2022-02-17
2
-1
/
+1
*
sensor boards: add UART breakout
Joey Castillo
2022-02-17
2
-0
/
+2215
*
movement: add moon phase complication
Joey Castillo
2022-02-14
4
-0
/
+234
*
remove obsolete low battery function from simulator
Joey Castillo
2022-02-13
1
-4
/
+0
*
on second thought: keep BOD33 disabled in sleep mode
Joey Castillo
2022-02-13
1
-6
/
+4
*
enable high-efficiency low power regulator
Joey Castillo
2022-02-13
3
-6
/
+26
*
remove obsolete low battery check
Joey Castillo
2022-02-13
2
-15
/
+0
*
always turn off PA20 at boot
Joey Castillo
2022-02-13
1
-1
/
+1
*
sleep / deepsleep: update low power numbers
Joey Castillo
2022-02-13
1
-3
/
+4
*
world clock: store settings in backup register if possible
Joey Castillo
2022-02-13
2
-26
/
+34
*
movement: start time zone list at UTC
Joey Castillo
2022-02-13
2
-43
/
+42
*
movement: add mechanism for watch faces to use backup registers
Joey Castillo
2022-02-13
2
-0
/
+11
*
movement: prevent invalid tick frequency from breaking scheduled tasks
Joey Castillo
2022-02-12
2
-4
/
+7
*
osc32kctrl: implement CONF_SLCDCTRL_SRC setting
Joey Castillo
2022-02-11
2
-3
/
+5
*
slcd: lower LCD refresh frequency (~57Hz -> ~34Hz)
Joey Castillo
2022-02-11
1
-2
/
+2
*
slcd: lower reference refresh frequency (saves energy)
Joey Castillo
2022-02-11
1
-1
/
+1
*
rtc: disable debouncing on external wake inputs
Joey Castillo
2022-02-11
1
-3
/
+0
*
eic: clock from OSCULP32K for power savings
Joey Castillo
2022-02-11
1
-1
/
+1
*
simulator: add geolocation support
Joey Castillo
2022-02-09
2
-0
/
+50
*
Merge pull request #53 from joeycastillo/stopwatch-improvements
joeycastillo
2022-02-07
4
-28
/
+141
|
\
|
*
movement: make stopwatch work off-screen + in low energy mode
Joey Castillo
2022-02-06
2
-28
/
+116
|
*
utility: add function for formatting a duration in days + HMS
Joey Castillo
2022-02-06
2
-0
/
+25
*
|
test board for NFC with onboard antenna
Joey Castillo
2022-02-06
2
-0
/
+1755
|
/
*
movement: add low battery warning to simple clock
Joey Castillo
2022-02-05
2
-0
/
+16
*
remove debug statements
Joey Castillo
2022-02-05
1
-2
/
+0
*
sunrise/sunset: align date at extreme latitudes
Joey Castillo
2022-02-05
1
-1
/
+1
*
sunrise/sunset: update display after sunrise/sunset
Joey Castillo
2022-02-05
2
-1
/
+24
*
sunrise/sunset: improve timeout behavior
Joey Castillo
2022-02-05
1
-2
/
+8
*
sunrise/sunset: remove test locations
Joey Castillo
2022-02-05
1
-16
/
+0
*
fix paste layer on some sensor boards
Joey Castillo
2022-02-05
8
-74
/
+74
*
Merge pull request #49 from davidskeck/patch-4
joeycastillo
2022-02-05
1
-22
/
+30
|
\
|
*
Added output to watch face script
David Keck
2022-02-04
1
-22
/
+30
|
/
*
Merge branch 'main' of github.com:joeycastillo/Sensor-Watch
Joey Castillo
2022-02-01
4
-10
/
+18
|
\
|
*
Merge pull request #43 from a2/rtc-disable-matching-mask
joeycastillo
2022-01-27
4
-10
/
+18
|
|
\
|
|
*
Adjust function semantics by "flipping" bit order
Alexsander Akers
2022-01-27
3
-3
/
+4
|
|
*
Add new function to disable certain RTC periodic callbacks
Alexsander Akers
2022-01-27
4
-10
/
+17
*
|
|
sunrise/sunset: deal with timezones, other improvements
Joey Castillo
2022-01-31
2
-29
/
+78
*
|
|
add function for converting to 12 hour time
Joey Castillo
2022-01-31
2
-0
/
+20
*
|
|
sunrise/sunset: always set the sign bit
Joey Castillo
2022-01-31
1
-1
/
+1
|
/
/
*
|
Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main
Joey Castillo
2022-01-27
12
-65
/
+218
|
\
|
|
*
Merge pull request #45 from a2/simulator-buzzer
joeycastillo
2022-01-27
12
-65
/
+218
|
|
\
|
|
*
Update main loop to fix reentrancy runtime errors
Alexsander Akers
2022-01-27
7
-41
/
+124
|
|
*
Implement buzzer methods with AudioContext API
Alexsander Akers
2022-01-27
7
-25
/
+95
|
|
/
*
|
spi test: set first 4096 bytes to 0
Joey Castillo
2022-01-27
2
-11
/
+35
*
|
you don't belong here
Joey Castillo
2022-01-27
1
-46
/
+0
|
/
[next]