summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lis2dw: dump all fifo data in loopJoey Castillo2022-02-181-13/+10
* tweaks to SPI testJoey Castillo2022-02-181-6/+4
* lis2dw: bugfix, only read onceJoey Castillo2022-02-181-1/+0
* WIP accelerometer logging to flashJoey Castillo2022-02-184-11/+226
* lis2dw: add FIFO supportJoey Castillo2022-02-173-22/+78
* no need to build lis2dh driver anymoreJoey Castillo2022-02-171-1/+0
* movement: move thermistor to 'sensor' watch facesJoey Castillo2022-02-178-4/+4
* SPI test: just read the chip IDJoey Castillo2022-02-172-22/+10
* move pins.h include to watch.hJoey Castillo2022-02-172-1/+1
* sensor boards: add UART breakoutJoey Castillo2022-02-172-0/+2215
* movement: add moon phase complicationJoey Castillo2022-02-144-0/+234
* remove obsolete low battery function from simulatorJoey Castillo2022-02-131-4/+0
* on second thought: keep BOD33 disabled in sleep modeJoey Castillo2022-02-131-6/+4
* enable high-efficiency low power regulatorJoey Castillo2022-02-133-6/+26
* remove obsolete low battery checkJoey Castillo2022-02-132-15/+0
* always turn off PA20 at bootJoey Castillo2022-02-131-1/+1
* sleep / deepsleep: update low power numbersJoey Castillo2022-02-131-3/+4
* world clock: store settings in backup register if possibleJoey Castillo2022-02-132-26/+34
* movement: start time zone list at UTCJoey Castillo2022-02-132-43/+42
* movement: add mechanism for watch faces to use backup registersJoey Castillo2022-02-132-0/+11
* movement: prevent invalid tick frequency from breaking scheduled tasksJoey Castillo2022-02-122-4/+7
* osc32kctrl: implement CONF_SLCDCTRL_SRC settingJoey Castillo2022-02-112-3/+5
* slcd: lower LCD refresh frequency (~57Hz -> ~34Hz)Joey Castillo2022-02-111-2/+2
* 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
|\
| * 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 scriptDavid Keck2022-02-041-22/+30
|/
* 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
| |\
| | * 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
| |\
| | * Update main loop to fix reentrancy runtime errorsAlexsander Akers2022-01-277-41/+124