summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove old lis2dh driverJoey Castillo2022-04-104-367/+0
|
* make A1-05 the default board (final hardware)Joey Castillo2022-04-101-1/+1
|
* remove all deprecated functionsJoey Castillo2022-04-1017-275/+0
|
* world clock: fix glitch when exiting settings modeJoey Castillo2022-04-101-6/+7
|
* static analysis: add comments to empty while loopsJoey Castillo2022-04-103-5/+5
|
* static analysis: make __write static to avoid confusionJoey Castillo2022-04-102-7/+6
|
* static analysis: use parentheses around binary operatorsJoey Castillo2022-04-102-4/+4
|
* charset tweaks: no need to run deeper checksJoey Castillo2022-04-101-8/+8
|
* add rule for static analysisJoey Castillo2022-04-101-0/+5
|
* character map tweaks: add some ligatures and symbolsJoey Castillo2022-04-063-9/+9
|
* Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mainJoey Castillo2022-04-067-9/+273
|\
| * Add tomato face: a pomodoro style timer (#61)Wesley Ellis2022-04-067-9/+273
| |
* | moon phase: light LED on press like other facesJoey Castillo2022-04-031-1/+1
|/
* time set: fix PM not appearing at noon in 12h modeJoey Castillo2022-04-021-2/+2
|
* movement: final list of watch faces for stock firmwareJoey Castillo2022-04-023-3/+6
|
* thermistor readout: fix change in units when waking from sleepJoey Castillo2022-04-021-1/+1
|
* movement: add thermistor testing watch faceJoey Castillo2022-04-024-0/+133
|
* Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into mainJoey Castillo2022-03-282-0/+141
|\
| * append counter_face to complication directory. (#58)Shogo Okamoto2022-03-202-0/+141
| | | | | | | | | | | | | | | | | | | | * append counter_face to complication directory. * Remove invalid configurations for faces * remove faces from main firmware. Co-authored-by: Shogo Okamoto <shogo.okamoto@gmail.com> Co-authored-by: joeycastillo <joeycastillo@utexas.edu>
* | update bootloader with 60 second timeoutJoey Castillo2022-03-281-571/+571
|/
* add beginnings of a uart-controlled prototyping appJoey Castillo2022-03-132-0/+114
|
* Movement: Astronomy and Orrery watch faces (#55)joeycastillo2022-03-0419-3/+4559
|
* battery monitor: hide signal indicator in sleepJoey Castillo2022-03-031-0/+1
|
* movement: fix hang when using voltage face with temperature logJoey Castillo2022-03-031-6/+4
|
* fatten GND wire to USB portJoey Castillo2022-02-231-0/+4
|
* Merge pull request #54 from davidskeck/patch-5joeycastillo2022-02-231-1/+1
|\ | | | | Updated function brief
| * Updated function briefDavid Keck2022-02-221-1/+1
|/
* 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
|