summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* slcd: lower reference refresh frequency (saves energy)Joey Castillo2022-02-111-1/+1
|
* rtc: disable debouncing on external wake inputsJoey Castillo2022-02-111-3/+0
|
* eic: clock from OSCULP32K for power savingsJoey Castillo2022-02-111-1/+1
|
* simulator: add geolocation supportJoey Castillo2022-02-092-0/+50
|
* Merge pull request #53 from joeycastillo/stopwatch-improvementsjoeycastillo2022-02-074-28/+141
|\ | | | | Make stopwatch work off-screen and in low energy mode
| * movement: make stopwatch work off-screen + in low energy modeJoey Castillo2022-02-062-28/+116
| |
| * utility: add function for formatting a duration in days + HMSJoey Castillo2022-02-062-0/+25
| |
* | test board for NFC with onboard antennaJoey Castillo2022-02-062-0/+1755
|/
* movement: add low battery warning to simple clockJoey Castillo2022-02-052-0/+16
|
* remove debug statementsJoey Castillo2022-02-051-2/+0
|
* sunrise/sunset: align date at extreme latitudesJoey Castillo2022-02-051-1/+1
|
* sunrise/sunset: update display after sunrise/sunsetJoey Castillo2022-02-052-1/+24
|
* 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