summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* sunrise/sunset: improve timeout behaviorJoey Castillo2022-02-051-2/+8
|
* sunrise/sunset: remove test locationsJoey Castillo2022-02-051-16/+0
|
* fix paste layer on some sensor boardsJoey Castillo2022-02-058-74/+74
|
* Merge pull request #49 from davidskeck/patch-4joeycastillo2022-02-051-22/+30
|\ | | | | Added output to watch face script
| * Added output to watch face scriptDavid Keck2022-02-041-22/+30
|/ | | | | changed `--author_name` to `--author-name` to match typical style of command line arguments changed some function names and implementations to improve readability changed to `sys.exit` instead of exit as `sys.exit` is recommended for use in programs and `exit` is intended for use in the interactive shell (this can cause issues for some terminal emulators)
* Merge branch 'main' of github.com:joeycastillo/Sensor-WatchJoey Castillo2022-02-014-10/+18
|\
| * Merge pull request #43 from a2/rtc-disable-matching-maskjoeycastillo2022-01-274-10/+18
| |\ | | | | | | Add new function to disable certain RTC periodic callbacks
| | * Adjust function semantics by "flipping" bit orderAlexsander Akers2022-01-273-3/+4
| | |
| | * Add new function to disable certain RTC periodic callbacksAlexsander Akers2022-01-274-10/+17
| | |
* | | sunrise/sunset: deal with timezones, other improvementsJoey Castillo2022-01-312-29/+78
| | |
* | | add function for converting to 12 hour timeJoey Castillo2022-01-312-0/+20
| | |
* | | sunrise/sunset: always set the sign bitJoey Castillo2022-01-311-1/+1
|/ /
* | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mainJoey Castillo2022-01-2712-65/+218
|\|
| * Merge pull request #45 from a2/simulator-buzzerjoeycastillo2022-01-2712-65/+218
| |\ | | | | | | Implement buzzer methods with AudioContext API
| | * Update main loop to fix reentrancy runtime errorsAlexsander Akers2022-01-277-41/+124
| | |
| | * Implement buzzer methods with AudioContext APIAlexsander Akers2022-01-277-25/+95
| |/
* | spi test: set first 4096 bytes to 0Joey Castillo2022-01-272-11/+35
| |
* | you don't belong hereJoey Castillo2022-01-271-46/+0
|/
* add SPI to the indexJoey Castillo2022-01-273-4/+6
|
* fix doxygen generationJoey Castillo2022-01-271-1/+1
|
* fix spi test (again)Joey Castillo2022-01-271-0/+2
|
* fix spi testJoey Castillo2022-01-271-6/+1
|
* implement SPI flash chipJoey Castillo2022-01-269-33/+265
|
* silence compiler warningJoey Castillo2022-01-261-0/+1
|
* watch library: implement SPIJoey Castillo2022-01-268-37/+221
|
* silence compiler warningJoey Castillo2022-01-261-0/+2
|
* Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mainJoey Castillo2022-01-266-24/+144
|\
| * watch face script: autopopulate yearJoey Castillo2022-01-261-3/+2
| |
| * Merge pull request #47 from davidskeck/mainjoeycastillo2022-01-263-2/+101
| |\ | | | | | | Added rough draft of watch_face script
| | * minor typo fixDavid Keck2022-01-261-1/+1
| | |
| | * added missing newlines to template filesDavid Keck2022-01-262-0/+2
| | |
| | * Added license info to scriptDavid Keck2022-01-261-0/+22
| | |
| | * Added rough draft of watch_face script to generate custom watch faces from ↵David Keck2022-01-262-1/+76
| |/ | | | | | | template. Corrected template file's missing includes and incorrect memset placeholder.
| * Merge pull request #46 from a2/simulator-workflowjoeycastillo2022-01-251-0/+21
| |\ | | | | | | Add GitHub Workflow job to build and archive simulator
| | * Remove dangling `if` conditionAlexsander Akers2022-01-251-1/+0
| | |
| | * Don't compile starter-project or accelerometer-testAlexsander Akers2022-01-251-6/+0
| | | | | | | | | | | | These apps have not been tested in the simulator runtime yet.
| | * Add GitHub Workflow job to build and archive simulatorAlexsander Akers2022-01-251-0/+28
| |/
| * Merge pull request #44 from a2/voltage-referencejoeycastillo2022-01-252-22/+23
| |\ | | | | | | Remove ADC_* defines in favor of hardware-specific mapping
| | * Remove ADC_* defines in favor of hardware-specific mappingAlexsander Akers2022-01-252-22/+23
| | |
* | | PCB: add final temperature sensor boardJoey Castillo2022-01-263-0/+2750
| | |
* | | silence compiler warningsJoey Castillo2022-01-261-11/+2
| | |
* | | watch library: implement UARTJoey Castillo2022-01-265-40/+150
|/ /
* | movement: add documentation mentioned in #42Joey Castillo2022-01-251-0/+4
| |
* | movement: add blinky faceJoey Castillo2022-01-254-0/+158
| |
* | movement: remove blinky faceJoey Castillo2022-01-254-158/+0
|/
* movement: add template for watch face generatorJoey Castillo2022-01-254-0/+139
|
* movement: move watch face includes to a separate fileJoey Castillo2022-01-252-19/+49
|
* movement: slight reorganizationJoey Castillo2022-01-2525-14/+14
|
* movement: add two faces to default buildJoey Castillo2022-01-251-0/+2
|
* movement: move beat time to clock folderJoey Castillo2022-01-253-1/+1
|