summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* lis2dh: add support for interrupt latching (stays active until cleared)Joey Castillo2021-12-013-5/+9
|
* movement: after profiling, temp and battery can ignore timeoutJoey Castillo2021-12-012-4/+4
|
* movement: remove TODO item (we profiled it, it's fine)Joey Castillo2021-12-011-1/+0
|
* lis2dh: accelerometer testing faceJoey Castillo2021-11-301-7/+7
|
* lis2dh driver: add support for int2 pinJoey Castillo2021-11-302-0/+20
|
* lis2dh driver: add basic interrupt functionalityJoey Castillo2021-11-303-36/+67
|
* fix (most) external interrupts on the 9-pin connectorJoey Castillo2021-11-304-10/+12
|
* lis2dh driver: make the implicit explicitJoey Castillo2021-11-301-2/+2
|
* movement: fix yesterday's bug that was keeping us awakeJoey Castillo2021-11-301-1/+1
|
* movement: add alarm and signal functionsJoey Castillo2021-11-292-4/+46
|
* movement bugfix: prevent repeated timeout events from stalling watch faceJoey Castillo2021-11-291-0/+1
|
* add support for latest board revisionJoey Castillo2021-11-291-0/+84
|
* movement: more granular button and LED timing via fast tickJoey Castillo2021-11-294-33/+64
|
* more character map edge casesJoey Castillo2021-11-291-7/+31
|
* movement: these durations don't need to be 32-bit intsJoey Castillo2021-11-281-1/+1
|
* movemment: tweak capitalization of some settingsJoey Castillo2021-11-281-2/+2
|
* background tasks have been implementedJoey Castillo2021-11-271-1/+0
|
* movement: preferences should show 'blu' for watches with blue LEDJoey Castillo2021-11-271-0/+4
|
* add LIS2DH accelerometer driver, test appJoey Castillo2021-11-276-0/+407
|
* movement: add world clock faceJoey Castillo2021-11-266-0/+228
|
* 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
|/