summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove log statements (oops)Joey Castillo2021-11-251-4/+0
|
* utilities: convert unix timestamp to watch_date_timeJoey Castillo2021-11-252-0/+86
|
* movement: have beats and TOTP face use new time zone settingJoey Castillo2021-11-252-7/+4
|
* movement: store settings in BKUP to persist across resetsJoey Castillo2021-11-254-5/+9
|
* movement: implement time zone settingJoey Castillo2021-11-255-5/+71
|
* Merge pull request #23 from tahnok/totpjoeycastillo2021-11-2413-0/+552
|\ | | | | Add initial TOTP watch face impl
| * movement: TOTP face, pad code with leading zeroesJoey Castillo2021-11-241-1/+1
| |
| * movement: make TOTP face go home on timeoutJoey Castillo2021-11-241-1/+1
| |
| * add header guards, move declarations to source fileJoey Castillo2021-11-243-15/+25
| |
| * Properly vendor TOTP-MCU temporarilyWesley Ellis2021-11-238-0/+374
| |
| * optimize totp face and add countdownWesley Ellis2021-11-232-84/+35
| |
| * Fill out watch_utility_convert_to_unix_timeWesley Ellis2021-11-231-2/+28
| |
| * add stubs for UNIX timestamp conversionjoeycastillo2021-11-231-0/+9
| |
| * add stubs for UNIX timestamp conversionjoeycastillo2021-11-231-0/+21
| |
| * Add initial TOTP watch face implWesley Ellis2021-11-225-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 mainJoey Castillo2021-11-2215-580/+1112
|\
| * update bootloader with correct VID/PIDJoey Castillo2021-11-131-561/+561
| |
| * Merge pull request #21 from tahnok/stopwatch_facejoeycastillo2021-11-114-0/+104
| |\ | | | | | | Add stopwatch face to movement
| | * Add stopwatch face to movementWesley Ellis2021-11-104-0/+104
| |/ | | | | | | | | Simple stopwatch that only counts seconds (not subseconds), minutes and yes, even hours
| * movement: day one watch face, counts days from birthJoey Castillo2021-11-084-0/+210
| |
| * movement: preferences refactor, two new typesJoey Castillo2021-11-081-11/+61
| |
| * bugfix: activate current watch face when waking from sleepJoey Castillo2021-11-081-1/+1
| |
| * beat time: add low energy tick animationJoey Castillo2021-11-071-0/+2
| |
| * movement: refactor timeout to tick first, then notifyJoey Castillo2021-11-072-7/+10
| |
| * movement: add voltage monitor watch faceJoey Castillo2021-11-066-0/+163
| |
* | move thermistor calculation to watch utilitiesJoey Castillo2021-11-224-66/+67
| |
* | tweak voltage of sensor watch dev board displayJoey Castillo2021-11-221-0/+3
| |
* | two more boards to OSH ParkJoey Castillo2021-11-224-0/+5065
| |
* | link math libraryJoey Castillo2021-11-221-0/+2
| |
* | add ability to preview display on USB serialJoey Castillo2021-10-291-0/+5
|/
* don't destroy our temperature log when waking from sleepJoey Castillo2021-10-251-2/+4
|
* steps toward SPI support in watch libraryJoey Castillo2021-10-256-2/+86
|
* Merge branch 'main' into more-asf-filesJoey Castillo2021-10-2584-1905/+24967
|\
| * new batch of sensor boardsJoey Castillo2021-10-258-0/+7200
| |
| * movement temperature face: only enable thermistor when reading dataJoey Castillo2021-10-231-2/+2
| |
| * movement: first crack at background tasks APIJoey Castillo2021-10-234-13/+41
| |
| * fix typoJoey Castillo2021-10-231-1/+1
| |
| * Merge pull request #19 from tahnok/beats_watch_facejoeycastillo2021-10-234-0/+97
| |\ | | | | | | Port beats to movement framework
| | * Port beats to movement frameworkWesley Ellis2021-10-234-0/+97
| | |
| * | WIP: thermistor data loggerJoey Castillo2021-10-234-0/+145
| | |
| * | fix name of ifdef in thermistor readout faceJoey Castillo2021-10-231-3/+3
| | |
| * | move weekday lookup to new utilities fileJoey Castillo2021-10-234-12/+80
| |/
| * movement: add character set demoJoey Castillo2021-10-215-0/+74
| |
| * typo in documentation: all five pins are analog capableJoey Castillo2021-10-211-1/+1
| |
| * movement: add thermistor readout faceJoey Castillo2021-10-217-2/+193
| |
| * more accurate names for deep sleep and shallow sleep modesJoey Castillo2021-10-2011-114/+169
| |
| * movement: fix preferences glitch, add some notesJoey Castillo2021-10-202-74/+83
| |
| * movement: add tick animation in sleep modeJoey Castillo2021-10-193-3/+14
| |
| * movement settings: add timeout and LED durationJoey Castillo2021-10-196-31/+67
| |
| * getting the sensor watch dev board workingJoey Castillo2021-10-196-12/+28
| |