Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | faces: rename simple_clock_face to clock_face | Matheus Afonso Martins Moreira | 2024-02-24 | 5 | -32/+33 | |
| |/ | ||||||
* | | Merge branch 'moon-phase-face-long-press-reset' | Matheus Afonso Martins Moreira | 2024-03-08 | 1 | -0/+4 | |
|\ \ | ||||||
| * | | moon_phase_face: Make alarm long-press reset to current day. | Wesley Aptekar-Cassels | 2023-11-03 | 1 | -0/+4 | |
* | | | Merge branch 'compile-time-preferences' | Matheus Afonso Martins Moreira | 2024-03-08 | 2 | -3/+73 | |
|\ \ \ | ||||||
| * \ \ | Merge branch 'main' into preferences_in_config | madhogs | 2024-02-14 | 120 | -728/+4053 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| * | | | add compile-time options for all preferences to movement_config | madhogs | 2023-10-02 | 2 | -3/+73 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'usb-improvements' into advanced | Matheus Afonso Martins Moreira | 2024-03-08 | 8 | -87/+522 | |
|\ \ \ | ||||||
| * | | | USB Improvements | Edward Shin | 2024-01-07 | 8 | -90/+525 | |
* | | | | Merge branch 'silicon-errata' into advanced | Matheus Afonso Martins Moreira | 2024-03-08 | 2 | -2/+3 | |
|\ \ \ \ | ||||||
| * | | | | annotate TRNG erratum, address review comment | Alex Maestas | 2024-01-22 | 2 | -2/+2 | |
| * | | | | work around silicon erratum in TRNG | Alex Maestas | 2023-12-17 | 2 | -2/+3 | |
| |/ / / | ||||||
* | | | | Merge 'fix-sunrise-sunset-uninitialized' | Matheus Afonso Martins Moreira | 2024-03-08 | 1 | -0/+2 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | sunrise_sunset_face: Fix use of uninitialized memory. | Wesley Aptekar-Cassels | 2023-11-18 | 1 | -0/+2 | |
* | | | | Change inactivity deadlines: add 10 minutes and remove 2 days. (#365) | Max Zettlmeißl | 2024-02-07 | 2 | -8/+8 | |
* | | | | Revert "make the watch-face a global in movement.c, actually" | Christian Buschau | 2024-01-21 | 1 | -4/+3 | |
* | | | | Merge pull request #337 from theAlexes/theAlexes/wyoscan-zero | Wesley Aptekar-Cassels | 2024-01-21 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | make the zero in wyoscan a little more visually appealing | Alex Maestas | 2023-12-08 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
* | | | | Merge branch 'main' into watch-face-save-load | Wesley Aptekar-Cassels | 2024-01-21 | 116 | -718/+3808 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'main' into watch-face-day-night-percentage | Wesley Aptekar-Cassels | 2024-01-21 | 114 | -718/+3601 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge branch 'main' into watch-face-simple-coin-flip | Wesley Aptekar-Cassels | 2024-01-21 | 112 | -718/+3398 | |
| | |\ \ \ \ | ||||||
| | | * \ \ \ | Merge branch 'main' into watch-face-solstice | Wesley Aptekar-Cassels | 2024-01-21 | 110 | -718/+3096 | |
| | | |\ \ \ \ | ||||||
| | | | * \ \ \ | Merge branch 'main' into theAlexes/cleanup | Wesley Aptekar-Cassels | 2024-01-21 | 10 | -30/+50 | |
| | | | |\ \ \ \ | ||||||
| | | | | * | | | | template: fix compiler warning on watch_face_index as mentioned in PR 269 | CarpeNoctem | 2024-01-17 | 1 | -0/+1 | |
| | | | | * | | | | Merge pull request #325 from WesleyAC/fix-le-buzzer-default-tune | Wesley Aptekar-Cassels | 2024-01-11 | 5 | -25/+38 | |
| | | | | |\ \ \ \ | ||||||
| | | | | | * | | | | movement: Use LE mode code to keep buzzer awake, instead of sleeping. | Alex Maestas | 2024-01-09 | 1 | -26/+36 | |
| | | | | | * | | | | Enable custom signal tones in LE mode. | Wesley Aptekar-Cassels | 2024-01-09 | 6 | -54/+30 | |
| | | | | | * | | | | Use legacy buzzer functions when playing default tune. | Wesley Aptekar-Cassels | 2024-01-09 | 2 | -1/+9 | |
| | | | | | * | | | | Revert "Merge pull request #283 from neutralinsomniac/fix_hourly_chime_backgr... | Wesley Aptekar-Cassels | 2024-01-09 | 6 | -28/+47 | |
| | | | | * | | | | | fix alternate firmware script | joeycastillo | 2024-01-10 | 1 | -2/+2 | |
| | | | | * | | | | | Merge pull request #342 from theAlexes/theAlexes/nanosec-profile-bug | Wesley Aptekar-Cassels | 2024-01-09 | 1 | -1/+0 | |
| | | | | |\ \ \ \ \ | | | | | | |/ / / / | | | | | |/| | | | | ||||||
| | | | | | * | | | | delete stray line of code that messed with correction profile while adjusting... | Alex Maestas | 2023-12-22 | 1 | -1/+0 | |
| | | | | | |/ / / | ||||||
| | | | | * / / / | Handle visibility for tomato watchface | Pietro F. Maggi | 2024-01-07 | 2 | -2/+9 | |
| | | | | |/ / / | ||||||
| | | | * | | | | make the watch-face a global in movement.c, actually | Alex Maestas | 2023-12-17 | 1 | -3/+4 | |
| | | | * | | | | clean up trailing whitespace in movement.c | Alex Maestas | 2023-12-16 | 1 | -3/+3 | |
| | | | * | | | | use a pointer to the watch face in the app loop instead of indirecting throug... | Alex Maestas | 2023-12-16 | 1 | -4/+16 | |
| | | | * | | | | make it clear that the movement_state contains indexes | Alex Maestas | 2023-12-16 | 2 | -17/+17 | |
| | | | |/ / / | ||||||
| | | | * | | | Kitchen Conversions Face | PrimmR | 2023-12-01 | 4 | -0/+569 | |
| | | | * | | | Merge branch 'main' into day_one_face | Wesley Aptekar-Cassels | 2023-11-27 | 105 | -641/+2314 | |
| | | | |\ \ \ | ||||||
| | | | | * | | | Fix missing documentation for many clock faces: | Alex Utter | 2023-11-27 | 91 | -592/+1405 | |
| | | | | * | | | Merge branch 'main' into couch-2-5k | Ekaitz Zárraga | 2023-11-19 | 7 | -2/+525 | |
| | | | | |\ \ \ | ||||||
| | | | | | * | | | Merge branch 'main' into feat/minute-repeater-decimal-face | Wesley Aptekar-Cassels | 2023-11-19 | 5 | -2/+201 | |
| | | | | | |\| | | ||||||
| | | | | | | * | | Merge pull request #302 from LtKeks/Sensor-Watch-bugfix-timer_face-datatype | Wesley Aptekar-Cassels | 2023-11-18 | 1 | -2/+2 | |
| | | | | | | |\ \ | ||||||
| | | | | | | | * | | Update timer_face.c | LtKeks | 2023-10-15 | 1 | -2/+2 | |
| | | | | | | | |/ | ||||||
| | | | | | | * | | Merge pull request #270 from perw/tuning_tones | Wesley Aptekar-Cassels | 2023-11-18 | 4 | -0/+199 | |
| | | | | | | |\ \ | | | | | | | | |/ | | | | | | | |/| | ||||||
| | | | | | | | * | new face: Tuning tones | Per Waagø | 2023-09-06 | 4 | -0/+199 | |
| | | | | | * | | | Add minute repeater decimal face | Brian Blakley | 2023-10-24 | 4 | -0/+324 | |
| | | | | | |/ / | ||||||
| | | | | * | | | Resign when the entering LE | Ekaitz Zarraga | 2023-11-19 | 1 | -1/+1 | |
| | | | | * | | | Fit naming conventions | Ekaitz Zarraga | 2023-11-19 | 4 | -27/+27 | |
| | | | | * | | | Add sound to pause/resume button | Ekaitz Zarraga | 2023-10-21 | 1 | -0/+3 | |
| | | | | * | | | Add Couch-To-5k training face | Ekaitz Zarraga | 2023-10-21 | 4 | -0/+353 | |
| | | | | |/ / |