Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | static analysis: add comments to empty while loops | Joey Castillo | 2022-04-10 | 3 | -5/+5 | |
| | | | | | | ||||||
| * | | | | | static analysis: make __write static to avoid confusion | Joey Castillo | 2022-04-10 | 2 | -7/+6 | |
| | | | | | | ||||||
| * | | | | | static analysis: use parentheses around binary operators | Joey Castillo | 2022-04-10 | 2 | -4/+4 | |
| | | | | | | ||||||
| * | | | | | charset tweaks: no need to run deeper checks | Joey Castillo | 2022-04-10 | 1 | -8/+8 | |
| | | | | | | ||||||
| * | | | | | add rule for static analysis | Joey Castillo | 2022-04-10 | 1 | -0/+5 | |
| | |_|_|/ | |/| | | | ||||||
| * | | | | character map tweaks: add some ligatures and symbols | Joey Castillo | 2022-04-06 | 3 | -9/+9 | |
| | |_|/ | |/| | | ||||||
| * | | | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main | Joey Castillo | 2022-04-06 | 7 | -9/+273 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Add tomato face: a pomodoro style timer (#61) | Wesley Ellis | 2022-04-06 | 7 | -9/+273 | |
| | | | | ||||||
| * | | | moon phase: light LED on press like other faces | Joey Castillo | 2022-04-03 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | time set: fix PM not appearing at noon in 12h mode | Joey Castillo | 2022-04-02 | 1 | -2/+2 | |
| | | | ||||||
| * | | movement: final list of watch faces for stock firmware | Joey Castillo | 2022-04-02 | 3 | -3/+6 | |
| | | | ||||||
| * | | thermistor readout: fix change in units when waking from sleep | Joey Castillo | 2022-04-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | movement: add thermistor testing watch face | Joey Castillo | 2022-04-02 | 4 | -0/+133 | |
| | | | ||||||
| * | | Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into main | Joey Castillo | 2022-03-28 | 2 | -0/+141 | |
| |\ \ | ||||||
| | * | | append counter_face to complication directory. (#58) | Shogo Okamoto | 2022-03-20 | 2 | -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 timeout | Joey Castillo | 2022-03-28 | 1 | -571/+571 | |
| |/ / | ||||||
| * | | add beginnings of a uart-controlled prototyping app | Joey Castillo | 2022-03-13 | 2 | -0/+114 | |
| | | | ||||||
| * | | Movement: Astronomy and Orrery watch faces (#55) | joeycastillo | 2022-03-04 | 19 | -3/+4559 | |
| |/ | ||||||
| * | 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 | |
| |/ | ||||||
* | | documentation fix | Joey Castillo | 2022-02-20 | 2 | -6/+6 | |
| | | ||||||
* | | documentation fix | Joey Castillo | 2022-02-20 | 2 | -2/+2 | |
| | | ||||||
* | | add script to process training data | Joey Castillo | 2022-02-20 | 3 | -0/+456 | |
| | | ||||||
* | | tweaks for processing script | Joey Castillo | 2022-02-20 | 1 | -1/+6 | |
| | | ||||||
* | | respect countdown length when repeating | Joey Castillo | 2022-02-19 | 1 | -1/+1 | |
| | | ||||||
* | | repeating mode, disable readings when full | Joey Castillo | 2022-02-19 | 1 | -15/+37 | |
| | | ||||||
* | | working data acquisition face! | Joey Castillo | 2022-02-19 | 3 | -279/+297 | |
| | | ||||||
* | | connect training data face to accelerometer | Joey Castillo | 2022-02-19 | 2 | -17/+104 | |
| | | ||||||
* | | documentation and such | Joey Castillo | 2022-02-19 | 3 | -14/+24 | |
| | | ||||||
* | | lis2dw: reasonable defaults when initializing | Joey Castillo | 2022-02-19 | 3 | -10/+14 | |
| | | ||||||
* | | fixup | Joey Castillo | 2022-02-19 | 2 | -2/+2 | |
| | | ||||||
* | | stuff parameters into the bits we're not using | Joey Castillo | 2022-02-19 | 2 | -4/+18 | |
| | | ||||||
* | | lis2dw: add support for temperature sensing | Joey Castillo | 2022-02-19 | 2 | -0/+6 | |
| | | ||||||
* | | lis2dw: add support for high performance mode | Joey Castillo | 2022-02-19 | 2 | -0/+15 | |
| | | ||||||
* | | lis2dw: add support for bandwidth filtering | Joey Castillo | 2022-02-19 | 2 | -1/+39 | |
| | | ||||||
* | | movement: WIP app for capturing accelerometer data | Joey Castillo | 2022-02-18 | 6 | -3/+404 | |
| | | ||||||
* | | add additional watch face types to generator | Joey Castillo | 2022-02-18 | 1 | -2/+2 | |
| | | ||||||
* | | lis2dw: dump all fifo data in loop | Joey Castillo | 2022-02-18 | 1 | -13/+10 | |
| | | ||||||
* | | tweaks to SPI test | Joey Castillo | 2022-02-18 | 1 | -6/+4 | |
| | | ||||||
* | | lis2dw: bugfix, only read once | Joey Castillo | 2022-02-18 | 1 | -1/+0 | |
| | | ||||||
* | | WIP accelerometer logging to flash | Joey Castillo | 2022-02-18 | 4 | -11/+226 | |
|/ | ||||||
* | 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 | |
| |