Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mars clock: adding additional sites | Joey Castillo | 2022-03-04 | 2 | -6/+43 |
| | |||||
* | movement: first pass at mars clock | Joey Castillo | 2022-03-04 | 4 | -0/+162 |
| | |||||
* | battery monitor: hide signal indicator in sleep | Joey Castillo | 2022-03-03 | 1 | -0/+1 |
| | |||||
* | movement: fix hang when using voltage face with temperature log | Joey Castillo | 2022-03-03 | 1 | -6/+4 |
| | |||||
* | fatten GND wire to USB port | Joey Castillo | 2022-02-23 | 1 | -0/+4 |
| | |||||
* | Merge pull request #54 from davidskeck/patch-5 | joeycastillo | 2022-02-23 | 1 | -1/+1 |
|\ | | | | | Updated function brief | ||||
| * | Updated function brief | David Keck | 2022-02-22 | 1 | -1/+1 |
|/ | |||||
* | lis2dw: add FIFO support | Joey Castillo | 2022-02-17 | 3 | -22/+78 |
| | |||||
* | no need to build lis2dh driver anymore | Joey Castillo | 2022-02-17 | 1 | -1/+0 |
| | |||||
* | movement: move thermistor to 'sensor' watch faces | Joey Castillo | 2022-02-17 | 8 | -4/+4 |
| | |||||
* | SPI test: just read the chip ID | Joey Castillo | 2022-02-17 | 2 | -22/+10 |
| | |||||
* | move pins.h include to watch.h | Joey Castillo | 2022-02-17 | 2 | -1/+1 |
| | |||||
* | sensor boards: add UART breakout | Joey Castillo | 2022-02-17 | 2 | -0/+2215 |
| | |||||
* | movement: add moon phase complication | Joey Castillo | 2022-02-14 | 4 | -0/+234 |
| | |||||
* | remove obsolete low battery function from simulator | Joey Castillo | 2022-02-13 | 1 | -4/+0 |
| | |||||
* | on second thought: keep BOD33 disabled in sleep mode | Joey Castillo | 2022-02-13 | 1 | -6/+4 |
| | |||||
* | enable high-efficiency low power regulator | Joey Castillo | 2022-02-13 | 3 | -6/+26 |
| | |||||
* | remove obsolete low battery check | Joey Castillo | 2022-02-13 | 2 | -15/+0 |
| | |||||
* | always turn off PA20 at boot | Joey Castillo | 2022-02-13 | 1 | -1/+1 |
| | |||||
* | sleep / deepsleep: update low power numbers | Joey Castillo | 2022-02-13 | 1 | -3/+4 |
| | |||||
* | world clock: store settings in backup register if possible | Joey Castillo | 2022-02-13 | 2 | -26/+34 |
| | |||||
* | movement: start time zone list at UTC | Joey Castillo | 2022-02-13 | 2 | -43/+42 |
| | |||||
* | movement: add mechanism for watch faces to use backup registers | Joey Castillo | 2022-02-13 | 2 | -0/+11 |
| | |||||
* | movement: prevent invalid tick frequency from breaking scheduled tasks | Joey Castillo | 2022-02-12 | 2 | -4/+7 |
| | |||||
* | osc32kctrl: implement CONF_SLCDCTRL_SRC setting | Joey Castillo | 2022-02-11 | 2 | -3/+5 |
| | |||||
* | slcd: lower LCD refresh frequency (~57Hz -> ~34Hz) | Joey Castillo | 2022-02-11 | 1 | -2/+2 |
| | |||||
* | slcd: lower reference refresh frequency (saves energy) | Joey Castillo | 2022-02-11 | 1 | -1/+1 |
| | |||||
* | rtc: disable debouncing on external wake inputs | Joey Castillo | 2022-02-11 | 1 | -3/+0 |
| | |||||
* | eic: clock from OSCULP32K for power savings | Joey Castillo | 2022-02-11 | 1 | -1/+1 |
| | |||||
* | simulator: add geolocation support | Joey Castillo | 2022-02-09 | 2 | -0/+50 |
| | |||||
* | Merge pull request #53 from joeycastillo/stopwatch-improvements | joeycastillo | 2022-02-07 | 4 | -28/+141 |
|\ | | | | | Make stopwatch work off-screen and in low energy mode | ||||
| * | movement: make stopwatch work off-screen + in low energy mode | Joey Castillo | 2022-02-06 | 2 | -28/+116 |
| | | |||||
| * | utility: add function for formatting a duration in days + HMS | Joey Castillo | 2022-02-06 | 2 | -0/+25 |
| | | |||||
* | | test board for NFC with onboard antenna | Joey Castillo | 2022-02-06 | 2 | -0/+1755 |
|/ | |||||
* | movement: add low battery warning to simple clock | Joey Castillo | 2022-02-05 | 2 | -0/+16 |
| | |||||
* | remove debug statements | Joey Castillo | 2022-02-05 | 1 | -2/+0 |
| | |||||
* | sunrise/sunset: align date at extreme latitudes | Joey Castillo | 2022-02-05 | 1 | -1/+1 |
| | |||||
* | sunrise/sunset: update display after sunrise/sunset | Joey Castillo | 2022-02-05 | 2 | -1/+24 |
| | |||||
* | sunrise/sunset: improve timeout behavior | Joey Castillo | 2022-02-05 | 1 | -2/+8 |
| | |||||
* | sunrise/sunset: remove test locations | Joey Castillo | 2022-02-05 | 1 | -16/+0 |
| | |||||
* | fix paste layer on some sensor boards | Joey Castillo | 2022-02-05 | 8 | -74/+74 |
| | |||||
* | Merge pull request #49 from davidskeck/patch-4 | joeycastillo | 2022-02-05 | 1 | -22/+30 |
|\ | | | | | Added output to watch face script | ||||
| * | Added output to watch face script | David Keck | 2022-02-04 | 1 | -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-Watch | Joey Castillo | 2022-02-01 | 4 | -10/+18 |
|\ | |||||
| * | Merge pull request #43 from a2/rtc-disable-matching-mask | joeycastillo | 2022-01-27 | 4 | -10/+18 |
| |\ | | | | | | | Add new function to disable certain RTC periodic callbacks | ||||
| | * | Adjust function semantics by "flipping" bit order | Alexsander Akers | 2022-01-27 | 3 | -3/+4 |
| | | | |||||
| | * | Add new function to disable certain RTC periodic callbacks | Alexsander Akers | 2022-01-27 | 4 | -10/+17 |
| | | | |||||
* | | | sunrise/sunset: deal with timezones, other improvements | Joey Castillo | 2022-01-31 | 2 | -29/+78 |
| | | | |||||
* | | | add function for converting to 12 hour time | Joey Castillo | 2022-01-31 | 2 | -0/+20 |
| | | | |||||
* | | | sunrise/sunset: always set the sign bit | Joey Castillo | 2022-01-31 | 1 | -1/+1 |
|/ / |