Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | movement: have beats and TOTP face use new time zone setting | Joey Castillo | 2021-11-25 | 2 | -7/+4 | |
| | ||||||
* | movement: store settings in BKUP to persist across resets | Joey Castillo | 2021-11-25 | 4 | -5/+9 | |
| | ||||||
* | movement: implement time zone setting | Joey Castillo | 2021-11-25 | 5 | -5/+71 | |
| | ||||||
* | Merge pull request #23 from tahnok/totp | joeycastillo | 2021-11-24 | 13 | -0/+552 | |
|\ | | | | | Add initial TOTP watch face impl | |||||
| * | movement: TOTP face, pad code with leading zeroes | Joey Castillo | 2021-11-24 | 1 | -1/+1 | |
| | | ||||||
| * | movement: make TOTP face go home on timeout | Joey Castillo | 2021-11-24 | 1 | -1/+1 | |
| | | ||||||
| * | add header guards, move declarations to source file | Joey Castillo | 2021-11-24 | 3 | -15/+25 | |
| | | ||||||
| * | Properly vendor TOTP-MCU temporarily | Wesley Ellis | 2021-11-23 | 8 | -0/+374 | |
| | | ||||||
| * | optimize totp face and add countdown | Wesley Ellis | 2021-11-23 | 2 | -84/+35 | |
| | | ||||||
| * | Fill out watch_utility_convert_to_unix_time | Wesley Ellis | 2021-11-23 | 1 | -2/+28 | |
| | | ||||||
| * | add stubs for UNIX timestamp conversion | joeycastillo | 2021-11-23 | 1 | -0/+9 | |
| | | ||||||
| * | add stubs for UNIX timestamp conversion | joeycastillo | 2021-11-23 | 1 | -0/+21 | |
| | | ||||||
| * | Add initial TOTP watch face impl | Wesley Ellis | 2021-11-22 | 5 | -0/+161 | |
|/ | | | | | | | Vendor code from https://github.com/Netthaw/TOTP-MCU to do the heavy lifting of computing SHA-1 and HMAC and the rest of TOTP Also implement a date_time to unix timestamp method | |||||
* | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main | Joey Castillo | 2021-11-22 | 15 | -580/+1112 | |
|\ | ||||||
| * | update bootloader with correct VID/PID | Joey Castillo | 2021-11-13 | 1 | -561/+561 | |
| | | ||||||
| * | Merge pull request #21 from tahnok/stopwatch_face | joeycastillo | 2021-11-11 | 4 | -0/+104 | |
| |\ | | | | | | | Add stopwatch face to movement | |||||
| | * | Add stopwatch face to movement | Wesley Ellis | 2021-11-10 | 4 | -0/+104 | |
| |/ | | | | | | | | | Simple stopwatch that only counts seconds (not subseconds), minutes and yes, even hours | |||||
| * | movement: day one watch face, counts days from birth | Joey Castillo | 2021-11-08 | 4 | -0/+210 | |
| | | ||||||
| * | movement: preferences refactor, two new types | Joey Castillo | 2021-11-08 | 1 | -11/+61 | |
| | | ||||||
| * | bugfix: activate current watch face when waking from sleep | Joey Castillo | 2021-11-08 | 1 | -1/+1 | |
| | | ||||||
| * | beat time: add low energy tick animation | Joey Castillo | 2021-11-07 | 1 | -0/+2 | |
| | | ||||||
| * | movement: refactor timeout to tick first, then notify | Joey Castillo | 2021-11-07 | 2 | -7/+10 | |
| | | ||||||
| * | movement: add voltage monitor watch face | Joey Castillo | 2021-11-06 | 6 | -0/+163 | |
| | | ||||||
* | | move thermistor calculation to watch utilities | Joey Castillo | 2021-11-22 | 4 | -66/+67 | |
| | | ||||||
* | | tweak voltage of sensor watch dev board display | Joey Castillo | 2021-11-22 | 1 | -0/+3 | |
| | | ||||||
* | | two more boards to OSH Park | Joey Castillo | 2021-11-22 | 4 | -0/+5065 | |
| | | ||||||
* | | link math library | Joey Castillo | 2021-11-22 | 1 | -0/+2 | |
| | | ||||||
* | | add ability to preview display on USB serial | Joey Castillo | 2021-10-29 | 1 | -0/+5 | |
|/ | ||||||
* | don't destroy our temperature log when waking from sleep | Joey Castillo | 2021-10-25 | 1 | -2/+4 | |
| | ||||||
* | steps toward SPI support in watch library | Joey Castillo | 2021-10-25 | 6 | -2/+86 | |
| | ||||||
* | Merge branch 'main' into more-asf-files | Joey Castillo | 2021-10-25 | 84 | -1905/+24967 | |
|\ | ||||||
| * | new batch of sensor boards | Joey Castillo | 2021-10-25 | 8 | -0/+7200 | |
| | | ||||||
| * | movement temperature face: only enable thermistor when reading data | Joey Castillo | 2021-10-23 | 1 | -2/+2 | |
| | | ||||||
| * | movement: first crack at background tasks API | Joey Castillo | 2021-10-23 | 4 | -13/+41 | |
| | | ||||||
| * | fix typo | Joey Castillo | 2021-10-23 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #19 from tahnok/beats_watch_face | joeycastillo | 2021-10-23 | 4 | -0/+97 | |
| |\ | | | | | | | Port beats to movement framework | |||||
| | * | Port beats to movement framework | Wesley Ellis | 2021-10-23 | 4 | -0/+97 | |
| | | | ||||||
| * | | WIP: thermistor data logger | Joey Castillo | 2021-10-23 | 4 | -0/+145 | |
| | | | ||||||
| * | | fix name of ifdef in thermistor readout face | Joey Castillo | 2021-10-23 | 1 | -3/+3 | |
| | | | ||||||
| * | | move weekday lookup to new utilities file | Joey Castillo | 2021-10-23 | 4 | -12/+80 | |
| |/ | ||||||
| * | movement: add character set demo | Joey Castillo | 2021-10-21 | 5 | -0/+74 | |
| | | ||||||
| * | typo in documentation: all five pins are analog capable | Joey Castillo | 2021-10-21 | 1 | -1/+1 | |
| | | ||||||
| * | movement: add thermistor readout face | Joey Castillo | 2021-10-21 | 7 | -2/+193 | |
| | | ||||||
| * | more accurate names for deep sleep and shallow sleep modes | Joey Castillo | 2021-10-20 | 11 | -114/+169 | |
| | | ||||||
| * | movement: fix preferences glitch, add some notes | Joey Castillo | 2021-10-20 | 2 | -74/+83 | |
| | | ||||||
| * | movement: add tick animation in sleep mode | Joey Castillo | 2021-10-19 | 3 | -3/+14 | |
| | | ||||||
| * | movement settings: add timeout and LED duration | Joey Castillo | 2021-10-19 | 6 | -31/+67 | |
| | | ||||||
| * | getting the sensor watch dev board working | Joey Castillo | 2021-10-19 | 6 | -12/+28 | |
| | | ||||||
| * | Merge pull request #17 from joeycastillo/wip-launcher | joeycastillo | 2021-10-18 | 19 | -21/+1286 | |
| |\ | | | | | | | Resolves #13 | |||||
| | * | fix typos | Joey Castillo | 2021-10-18 | 1 | -1/+1 | |
| | | |