summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added ability to reset to default timer valueDavid Keck2022-01-181-1/+8
* movement: sunrise/sunset face documentationJoey Castillo2022-01-161-2/+2
* sunrise/sunset face: no need to update this every secondJoey Castillo2022-01-151-1/+1
* Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mainJoey Castillo2022-01-156-0/+304
|\
| * Merge pull request #29 from tahnok/countdownjoeycastillo2022-01-156-0/+304
| |\
| | * Add Countdown FaceWesley Ellis2022-01-154-0/+288
| | * Add movement_cancel_background_taskWesley Ellis2022-01-012-0/+16
* | | movement: add sunrise/sunset faceJoey Castillo2022-01-156-0/+625
* | | add MIT license text to movement filesJoey Castillo2022-01-1531-0/+744
* | | add gettimeofday functionJoey Castillo2022-01-151-0/+12
|/ /
* | motion board expressJoey Castillo2022-01-102-0/+2300
* | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mainJoey Castillo2022-01-091-1/+1
|\ \
| * | fix filename capitalizationjoeycastillo2022-01-081-1/+1
* | | accelerometer test: stream data to UARTJoey Castillo2022-01-091-5/+14
* | | lis2dw: add low power / low noise modeJoey Castillo2022-01-092-0/+30
* | | set correct registers for range and rateJoey Castillo2022-01-091-4/+4
* | | use lowest power LP modeJoey Castillo2022-01-091-1/+1
* | | shuffle uart pins for new accelerometer boardJoey Castillo2022-01-091-3/+3
* | | start in low power modeJoey Castillo2022-01-091-6/+2
* | | remove unused enumsJoey Castillo2022-01-091-23/+0
|/ /
* | add driver, test app for LIS2DW accelerometerJoey Castillo2022-01-084-33/+415
* | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mainJoey Castillo2022-01-062-0/+2752
|\ \
| * | Merge branch 'main' of https://github.com/joeycastillo/Sensor-Watch into mainJoey Castillo2022-01-0451-72/+349
| |\|
| * | new temperature board rev (+20 mils to flex connector)Joey Castillo2022-01-042-0/+2752
* | | new simulated screensJoey Castillo2022-01-061-8/+34
* | | add testing appJoey Castillo2022-01-062-0/+115
| |/ |/|
* | rearrange hello face, documentation reasonsJoey Castillo2021-12-221-6/+6
* | add comments to 'hello there' faceJoey Castillo2021-12-212-2/+33
* | add 'hello there' face, demo for documentationJoey Castillo2021-12-214-0/+83
* | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mainJoey Castillo2021-12-2112-28/+74
|\ \
| * | trigger pages workflow only on push to mainjoeycastillo2021-12-141-5/+4
| * | Merge pull request #24 from willianpaixao/add-github-actionsjoeycastillo2021-12-1412-28/+75
| |\ \ | | |/ | |/|
| | * add github pages pipelineWillian Paixao2021-12-112-2/+28
| | * Merge remote-tracking branch 'origin/add-github-actions' into add-github-actionsWillian Paixao2021-12-110-0/+0
| | |\
| | | * Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into pr/24Joey Castillo2021-12-101080-191130/+20948
| | | |\
| | | * | fix missing prototype warningsJoey Castillo2021-12-0546-234/+242
| | | * | rename project filesJoey Castillo2021-12-0513-552/+1
| | | * | update gitgnoreWillian Paixao2021-12-059-16/+15
| | | * | introduce github actionsWillian Paixao2021-12-052-1/+18
| | * | | update makefile and pipeline workflowWillian Paixao2021-12-114-18/+22
| | * | | update gitgnoreWillian Paixao2021-12-118-15/+15
| | * | | introduce github actionsWillian Paixao2021-12-112-1/+18
* | | | | movement: add hourly signal to simple clock faceJoey Castillo2021-12-212-10/+53
* | | | | add utility function to check if TCC is enabledJoey Castillo2021-12-212-0/+11
* | | | | add documentation for watch face indexJoey Castillo2021-12-211-0/+3
* | | | | Movement: give watch faces their index at setup timeJoey Castillo2021-12-2033-34/+49
* | | | | Movement: allow scheduling precisely timed background tasks (resolves #28)Joey Castillo2021-12-202-0/+45
|/ / / /
* / / / remove notes from rev 5 PCBJoey Castillo2021-12-141-6/+0
|/ / /
* | / remove unnecessary .gitignoreJoey Castillo2021-12-111-1/+0
| |/ |/|
* | fix missing prototype warningsJoey Castillo2021-12-1046-235/+243