summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | 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
* movement: fix off-by-one error in accelerometer test faceJoey Castillo2021-12-011-0/+1
* movement: add experimental accelerometer data logging faceJoey Castillo2021-12-014-0/+186
* movement: help beats face update the screen less oftenJoey Castillo2021-12-012-2/+22
* movement: remove floating point math from beats faceJoey Castillo2021-12-012-15/+15
* 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