Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | movement: sunrise/sunset face documentation | Joey Castillo | 2022-01-16 | 1 | -2/+2 |
* | sunrise/sunset face: no need to update this every second | Joey Castillo | 2022-01-15 | 1 | -1/+1 |
* | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main | Joey Castillo | 2022-01-15 | 6 | -0/+304 |
|\ | |||||
| * | Merge pull request #29 from tahnok/countdown | joeycastillo | 2022-01-15 | 6 | -0/+304 |
| |\ | |||||
| | * | Add Countdown Face | Wesley Ellis | 2022-01-15 | 4 | -0/+288 |
| | * | Add movement_cancel_background_task | Wesley Ellis | 2022-01-01 | 2 | -0/+16 |
* | | | movement: add sunrise/sunset face | Joey Castillo | 2022-01-15 | 6 | -0/+625 |
* | | | add MIT license text to movement files | Joey Castillo | 2022-01-15 | 31 | -0/+744 |
* | | | add gettimeofday function | Joey Castillo | 2022-01-15 | 1 | -0/+12 |
|/ / | |||||
* | | motion board express | Joey Castillo | 2022-01-10 | 2 | -0/+2300 |
* | | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main | Joey Castillo | 2022-01-09 | 1 | -1/+1 |
|\ \ | |||||
| * | | fix filename capitalization | joeycastillo | 2022-01-08 | 1 | -1/+1 |
* | | | accelerometer test: stream data to UART | Joey Castillo | 2022-01-09 | 1 | -5/+14 |
* | | | lis2dw: add low power / low noise mode | Joey Castillo | 2022-01-09 | 2 | -0/+30 |
* | | | set correct registers for range and rate | Joey Castillo | 2022-01-09 | 1 | -4/+4 |
* | | | use lowest power LP mode | Joey Castillo | 2022-01-09 | 1 | -1/+1 |
* | | | shuffle uart pins for new accelerometer board | Joey Castillo | 2022-01-09 | 1 | -3/+3 |
* | | | start in low power mode | Joey Castillo | 2022-01-09 | 1 | -6/+2 |
* | | | remove unused enums | Joey Castillo | 2022-01-09 | 1 | -23/+0 |
|/ / | |||||
* | | add driver, test app for LIS2DW accelerometer | Joey Castillo | 2022-01-08 | 4 | -33/+415 |
* | | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main | Joey Castillo | 2022-01-06 | 2 | -0/+2752 |
|\ \ | |||||
| * | | Merge branch 'main' of https://github.com/joeycastillo/Sensor-Watch into main | Joey Castillo | 2022-01-04 | 51 | -72/+349 |
| |\| | |||||
| * | | new temperature board rev (+20 mils to flex connector) | Joey Castillo | 2022-01-04 | 2 | -0/+2752 |
* | | | new simulated screens | Joey Castillo | 2022-01-06 | 1 | -8/+34 |
* | | | add testing app | Joey Castillo | 2022-01-06 | 2 | -0/+115 |
| |/ |/| | |||||
* | | rearrange hello face, documentation reasons | Joey Castillo | 2021-12-22 | 1 | -6/+6 |
* | | add comments to 'hello there' face | Joey Castillo | 2021-12-21 | 2 | -2/+33 |
* | | add 'hello there' face, demo for documentation | Joey Castillo | 2021-12-21 | 4 | -0/+83 |
* | | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main | Joey Castillo | 2021-12-21 | 12 | -28/+74 |
|\ \ | |||||
| * | | trigger pages workflow only on push to main | joeycastillo | 2021-12-14 | 1 | -5/+4 |
| * | | Merge pull request #24 from willianpaixao/add-github-actions | joeycastillo | 2021-12-14 | 12 | -28/+75 |
| |\ \ | | |/ | |/| | |||||
| | * | add github pages pipeline | Willian Paixao | 2021-12-11 | 2 | -2/+28 |
| | * | Merge remote-tracking branch 'origin/add-github-actions' into add-github-actions | Willian Paixao | 2021-12-11 | 0 | -0/+0 |
| | |\ | |||||
| | | * | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into pr/24 | Joey Castillo | 2021-12-10 | 1080 | -191130/+20948 |
| | | |\ | |||||
| | | * | | fix missing prototype warnings | Joey Castillo | 2021-12-05 | 46 | -234/+242 |
| | | * | | rename project files | Joey Castillo | 2021-12-05 | 13 | -552/+1 |
| | | * | | update gitgnore | Willian Paixao | 2021-12-05 | 9 | -16/+15 |
| | | * | | introduce github actions | Willian Paixao | 2021-12-05 | 2 | -1/+18 |
| | * | | | update makefile and pipeline workflow | Willian Paixao | 2021-12-11 | 4 | -18/+22 |
| | * | | | update gitgnore | Willian Paixao | 2021-12-11 | 8 | -15/+15 |
| | * | | | introduce github actions | Willian Paixao | 2021-12-11 | 2 | -1/+18 |
* | | | | | movement: add hourly signal to simple clock face | Joey Castillo | 2021-12-21 | 2 | -10/+53 |
* | | | | | add utility function to check if TCC is enabled | Joey Castillo | 2021-12-21 | 2 | -0/+11 |
* | | | | | add documentation for watch face index | Joey Castillo | 2021-12-21 | 1 | -0/+3 |
* | | | | | Movement: give watch faces their index at setup time | Joey Castillo | 2021-12-20 | 33 | -34/+49 |
* | | | | | Movement: allow scheduling precisely timed background tasks (resolves #28) | Joey Castillo | 2021-12-20 | 2 | -0/+45 |
|/ / / / | |||||
* / / / | remove notes from rev 5 PCB | Joey Castillo | 2021-12-14 | 1 | -6/+0 |
|/ / / | |||||
* | / | remove unnecessary .gitignore | Joey Castillo | 2021-12-11 | 1 | -1/+0 |
| |/ |/| | |||||
* | | fix missing prototype warnings | Joey Castillo | 2021-12-10 | 46 | -235/+243 |
* | | rename project files | Joey Castillo | 2021-12-10 | 17 | -552/+1 |