Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uf2conv: argument to `re.split` should be a rawstring | Alex Maestas | 2024-03-16 | 1 | -1/+1 |
| | |||||
* | Change inactivity deadlines: add 10 minutes and remove 2 days. (#365) | Max Zettlmeißl | 2024-02-07 | 2 | -8/+8 |
| | | | | | | | | I like to use the ten minute timeout on my watch and there are other people who have similar interests in a lower deadline. The two day deadline had to go to still accommodate the change within the three bit index. The default setting is still the one hour timeout. | ||||
* | Merge pull request #362 from Kistelini/fix | Wesley Ellis | 2024-01-22 | 1 | -4/+3 |
|\ | | | | | Revert "make the watch-face a global in movement.c, actually" | ||||
| * | Revert "make the watch-face a global in movement.c, actually" | Christian Buschau | 2024-01-21 | 1 | -4/+3 |
|/ | | | | This reverts commit 0e801ed505cb0c368bf1eb0473058efb6c275a3e. | ||||
* | 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 | ||||
| * | make the zero in wyoscan a little more visually appealing | Alex Maestas | 2023-12-08 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #322 from WesleyAC/watch-face-save-load | Wesley Aptekar-Cassels | 2024-01-21 | 4 | -0/+236 |
|\ \ | | | | | | | Add save_load_face | ||||
| * \ | Merge branch 'main' into watch-face-save-load | Wesley Aptekar-Cassels | 2024-01-21 | 129 | -782/+4075 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #319 from WesleyAC/watch-face-day-night-percentage | Wesley Aptekar-Cassels | 2024-01-21 | 4 | -0/+207 |
|\ \ \ | | | | | | | | | Add day_night_percentage_face. | ||||
| * \ \ | Merge branch 'main' into watch-face-day-night-percentage | Wesley Aptekar-Cassels | 2024-01-21 | 127 | -782/+3868 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge pull request #318 from WesleyAC/watch-face-simple-coin-flip | Wesley Aptekar-Cassels | 2024-01-21 | 4 | -0/+203 |
|\ \ \ \ | | | | | | | | | | | Add simple_coin_flip_face | ||||
| * \ \ \ | Merge branch 'main' into watch-face-simple-coin-flip | Wesley Aptekar-Cassels | 2024-01-21 | 125 | -782/+3665 |
| |\ \ \ \ | |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #315 from WesleyAC/watch-face-solstice | Wesley Aptekar-Cassels | 2024-01-21 | 4 | -0/+302 |
|\ \ \ \ \ | | | | | | | | | | | | | Add solstice_face | ||||
| * \ \ \ \ | Merge branch 'main' into watch-face-solstice | Wesley Aptekar-Cassels | 2024-01-21 | 123 | -782/+3363 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
* | | | | | | Merge pull request #339 from theAlexes/theAlexes/cleanup | Wesley Aptekar-Cassels | 2024-01-21 | 2 | -20/+33 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | did a tiny bit of code cleanup, encountered a bug that might fix some sleep-mode issues | ||||
| * \ \ \ \ \ | Merge branch 'main' into theAlexes/cleanup | Wesley Aptekar-Cassels | 2024-01-21 | 15 | -33/+97 |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
* | | | | | | | Merge pull request #360 from CarpeNoctem/compiler_warning_watch_face_index | Wesley Aptekar-Cassels | 2024-01-21 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | template: fix compiler warning on watch_face_index as mentioned in PR269 | ||||
| * | | | | | | | 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 | 10 | -28/+85 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix buzzer in LE mode. | ||||
| * | | | | | | | movement: Use LE mode code to keep buzzer awake, instead of sleeping. | Alex Maestas | 2024-01-09 | 1 | -26/+36 |
| | | | | | | | | |||||
| * | | | | | | | buzzer: fix simulator build, refactor sequence_length. | Wesley Aptekar-Cassels | 2024-01-09 | 4 | -12/+45 |
| | | | | | | | | |||||
| * | | | | | | | Enable custom signal tones in LE mode. | Wesley Aptekar-Cassels | 2024-01-09 | 8 | -54/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes movement_play_signal synchronous when in LE mode, despite using the underlying asynchronous API. It's a bit of a hack, but it should work well enough for now. This also moves the enabling/disabling of the buzzer into the movement_play_signal function, so that watch faces no longer have to do it. | ||||
| * | | | | | | | Use legacy buzzer functions when playing default tune. | Wesley Aptekar-Cassels | 2024-01-09 | 2 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the default tune to be played in LE mode. Fixes: #275 | ||||
| * | | | | | | | Revert "Merge pull request #283 from ↵ | Wesley Aptekar-Cassels | 2024-01-09 | 6 | -28/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | neutralinsomniac/fix_hourly_chime_background" This reverts commit 5c94111ea20e50cb9dab8f416603403185e933b3, reversing changes made to bc9b4ce700d3f12adc0daceaa880e3d638df0c2b. | ||||
* | | | | | | | | 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 | ||||
| * | | | | | | | delete stray line of code that messed with correction profile while ↵ | Alex Maestas | 2023-12-22 | 1 | -1/+0 |
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | adjusting cadence | ||||
* | | | | | | | Merge pull request #350 from pfmaggi/main | Jose Castillo | 2024-01-09 | 2 | -2/+9 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Handle visibility for tomato watchface | ||||
| * | | | | | | Handle visibility for tomato watchface | Pietro F. Maggi | 2024-01-07 | 2 | -2/+9 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | (cherry picked from commit 547e8248ba3538693ee8c587a92ffece7b40d1a2) | ||||
| * | | | | | 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 ↵ | Alex Maestas | 2023-12-16 | 1 | -4/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | through the index each time, and also recalculate can_sleep based on the timeout loop call. | ||||
| * | | | | | make it clear that the movement_state contains indexes | Alex Maestas | 2023-12-16 | 2 | -17/+17 |
|/ / / / / | |||||
* | | | | | Merge pull request #336 from theAlexes/theAlexes/sanitize | Wesley Aptekar-Cassels | 2023-12-06 | 2 | -4/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | fix undefined behavior found by clang's sanitize The compiler isn't completely assured of the possible range of this variable. Probably harmless, but it clears up a clang sanitize error. | ||||
| * | | | | | fix undefined behavior found by clang's sanitize | Alex Maestas | 2023-12-07 | 2 | -4/+4 |
|/ / / / / | |||||
* | | | | | Kitchen Conversions Face | PrimmR | 2023-12-01 | 4 | -0/+569 |
| | | | | | |||||
* | | | | | Merge pull request #281 from Kistelini/day_one_face | Wesley Aptekar-Cassels | 2023-11-27 | 2 | -76/+160 |
|\ \ \ \ \ | | | | | | | | | | | | | Improvements for Day One face | ||||
| * \ \ \ \ | Merge branch 'main' into day_one_face | Wesley Aptekar-Cassels | 2023-11-27 | 114 | -698/+2530 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
* | | | | | | Fix missing documentation for many clock faces: | Alex Utter | 2023-11-27 | 91 | -592/+1405 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move from .c to .h as needed for consistency. * When missing from both, copy from pull request or wiki. * When missing entirely, infer functionality from source code. | ||||
* | | | | | | Merge pull request #330 from hchargois/fix-simulator-keyboard-shortcuts | Wesley Aptekar-Cassels | 2023-11-19 | 2 | -24/+50 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix simulator keyboard shortcuts | ||||
| * | | | | | | Simulator: Add keyboard arrows as buttons shortcuts | Hugo Chargois | 2023-11-19 | 1 | -18/+40 |
| | | | | | | | |||||
| * | | | | | | Simulator: Allow sending debug command with Enter | Hugo Chargois | 2023-11-19 | 1 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | Simulator: Allow typing a, l & m in console input | Hugo Chargois | 2023-11-19 | 1 | -3/+7 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These keys are the shortcuts to "press" the alarm, light and mode buttons. However, they prevent these letters from being input in the debug console to send filesystem commands. Strangely, there was already some code to allow typing these letters in the console output, but not in the input. | ||||
* | | | | | | Merge pull request #305 from ekaitz-zarraga/couch-2-5k | Wesley Aptekar-Cassels | 2023-11-19 | 4 | -0/+356 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add Couch-To-5k training face | ||||
| * \ \ \ \ \ | Merge branch 'main' into couch-2-5k | Ekaitz Zárraga | 2023-11-19 | 15 | -38/+694 |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
* | | | | | | | Merge pull request #308 from BrianBinFL/feat/minute-repeater-decimal-face | Wesley Aptekar-Cassels | 2023-11-19 | 4 | -0/+324 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add minute repeater decimal face | ||||
| * \ \ \ \ \ \ | Merge branch 'main' into feat/minute-repeater-decimal-face | Wesley Aptekar-Cassels | 2023-11-19 | 12 | -38/+370 |
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
* | | | | | | | | Merge pull request #262 from rieck/timestamp-fix | Wesley Aptekar-Cassels | 2023-11-19 | 1 | -5/+73 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix for incorrect conversion from `watch_date_time` to Unix time. | ||||
| * | | | | | | | | Fixed incorrect conversion from UNIX timestamp to watch_date_time. | Konrad Rieck | 2023-08-11 | 1 | -5/+73 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #276 from hchargois/simulator-volume-slider | Wesley Aptekar-Cassels | 2023-11-18 | 2 | -27/+85 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Simulator volume slider |