summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | rename project filesJoey Castillo2021-12-1017-552/+1
* | add demo watch faceJoey Castillo2021-12-104-0/+112
* | more accelerometer and temperature board testsJoey Castillo2021-12-096-192/+5699
* | Merge pull request #25 from willianpaixao/add-submodulesjoeycastillo2021-12-081057-188323/+9
|\ \
| * | remove --recursive flag from git submodule updateJoey Castillo2021-12-081-1/+1
| * | add tinyusb as a git submoduleWillian Paixao2021-12-053-1/+9
| * | remove tinyusb directoryWillian Paixao2021-12-051054-188322/+0
* | | add new temperature + gpio boardJoey Castillo2021-12-072-0/+2747
* | | tweaks to the next pair of sensor boardsJoey Castillo2021-12-072-21/+22
* | | Merge branch 'main' of github.com:joeycastillo/Sensor-WatchJoey Castillo2021-12-067-57/+9651
|\ \ \
| * | | ensure accelerometer test face always stays activeJoey Castillo2021-12-051-1/+5
| * | | more accelerometer tests: track interrupts on each axis, log on the quarter hourJoey Castillo2021-12-052-53/+96
| |/ /
| * | use true random number generator to provide entropyJoey Castillo2021-12-031-0/+32
| * | movement: remove testing watch face from configJoey Castillo2021-12-031-1/+0
| * | add rev 05 board with red/green LEDJoey Castillo2021-12-032-0/+9515
| * | movement: allow watch faces to request zero ticksJoey Castillo2021-12-033-3/+4
* | | add WIP motion board with LIS2DWJoey Castillo2021-12-062-0/+2921
|/ /
* / remove A LOT of dead ASF lcd driver codeJoey Castillo2021-12-024-2750/+0
|/
* movement: update comment; we store this data nowJoey Castillo2021-12-021-2/+2
* movement: add option to always snap back to first watch faceJoey Castillo2021-12-022-2/+10