]> git.earman.xyz Git - sensor-watch.git/shortlog
sensor-watch.git
2024-08-24 David VolovskiyAdditional code review change
2024-08-23 David VolovskiyCode review edits
2024-08-17 David VolovskiyStops Running cb_fast_tick when the watch debounce...
2024-08-17 David VolovskiySet the debounce tick variables to 0 to make the face...
2024-08-11 David VolovskiyChanged debounce to ignore button presses after a press...
2024-07-31 David VolovskiyBrought debounce time to 8ms rather than 15
2024-07-31 David VolovskiyMoved a few lines around to match main
2024-07-31 David VolovskiyUsing debounce that triggers when there's no change...
2024-07-30 David VolovskiyA little bit of clean-up
2024-07-30 David VolovskiyDelay for starting the debounce no loonger happens
2024-07-30 David VolovskiyFixed stuck fast_tick
2024-07-30 David VolovskiyCleaned up code
2024-07-30 David Volovskiyusing cb_fast_tick again
2024-07-30 David VolovskiyRevert "Leaving sleep with alarm button up doesn't...
2024-07-30 David VolovskiyMade the debounce register rising edges rather than...
2024-07-29 David VolovskiyRemoved some dead code
2024-07-29 David Volovskiydebouince now uses cb_fast_tick and holding the button...
2024-07-29 David VolovskiyLeaving sleep with alarm button up doesn't trigger...
2024-07-29 David VolovskiyAdded debouncing
2024-06-26 Wesley EllisMerge pull request #408 from tahnok/sanity-check-color
2024-06-26 Wesley EllisCheck that color is valid
2024-04-09 atax1aMerge pull request #388 from TheOnePerson/fix-compile...
2024-04-09 atax1aMerge pull request #389 from joeycastillo/theAlexes...
2024-03-31 atax1aMerge pull request #383 from theAlexes/theAlexes/fix...
2024-03-31 atax1aMerge pull request #385 from matheusmoreira/totp-hot...
2024-03-31 Alex Maestasadd an openocd.cfg for openocd 0.12.0
2024-03-29 TheOnePersonFix compile errors and warnings in movement.c and shell.c
2024-03-20 Matheus Afonso... faces/totp: avoid displaying when key is invalid
2024-03-20 Matheus Afonso... faces/totp: fix error message not displayed bug
2024-03-18 Matheus Afonso... faces/totp: remove dynamic memory allocation
2024-03-17 Matheus Afonso... faces/totp: improve memory usage
2024-03-16 Matheus Afonso... faces: restore simple_clock_face
2024-03-16 Alex Maestasuf2conv: argument to `re.split` should be a rawstring
2024-03-08 Matheus Afonso... Merge branch 'timeout-event-and-sleep-logic'
2024-03-08 Matheus Afonso... Merge branch 'structured-totp+maxz' into advanced
2024-03-08 Matheus Afonso... Merge branch 'advanced-pulsometer' into advanced
2024-03-08 Matheus Afonso... Merge branch 'advanced-clock+24h' into advanced
2024-03-08 Matheus Afonso... Merge branch 'moon-phase-face-long-press-reset'
2024-03-08 Matheus Afonso... Merge branch 'compile-time-preferences'
2024-03-08 Matheus Afonso... Merge branch 'usb-improvements' into advanced
2024-03-08 Matheus Afonso... Merge branch 'silicon-errata' into advanced
2024-03-08 Matheus Afonso... Merge 'fix-sunrise-sunset-uninitialized'
2024-03-06 Matheus Afonso... movement: fix unintended timeout short circuiting
2024-03-06 Matheus Afonso... movement: convert can_sleep an automatic variable
2024-03-05 Matheus Afonso... faces/pulsometer: remember pulsometer measurement
2024-03-05 Matheus Afonso... faces/pulsometer: remember pulsometer calibration
2024-03-05 Matheus Afonso... faces/totp: update copyrights
2024-03-05 Max Zettlmeißlfaces/totp: allow moving backwards through codes
2024-03-05 Matheus Afonso... faces/clock: add 24h only feature
2024-03-05 Matheus Afonso... faces/clock: update copyrights and credits
2024-02-26 Matheus Afonso... faces/totp: delete leading underscores
2024-02-26 Matheus Afonso... faces/totp: rename initializer macro to credential
2024-02-26 Matheus Afonso... faces/totp: improve TOTP initializer labeling
2024-02-26 Matheus Afonso... faces/totp: decode secrets when setting up
2024-02-25 Matheus Afonso... faces/clock: indicate low power only when needed
2024-02-25 Matheus Afonso... faces/clock: indicate alarm only when necessary
2024-02-25 Matheus Afonso... faces/clock: refactor time signal toggling code
2024-02-25 Matheus Afonso... faces/clock: refactor clock display code
2024-02-25 Matheus Afonso... faces/clock: reorder periodic battery check
2024-02-25 Matheus Afonso... faces/clock: refactor partial time display code
2024-02-25 Matheus Afonso... faces/clock: refactor full time display code
2024-02-25 Matheus Afonso... faces/clock: refactor tick tock animation code
2024-02-25 Matheus Afonso... faces/clock: refactor low power tick function
2024-02-25 Matheus Afonso... faces/clock: simplify LAP indication function
2024-02-25 Matheus Afonso... faces/clock: refactor daily battery check
2024-02-25 Matheus Afonso... faces/clock: simplify PM indication function
2024-02-25 Matheus Afonso... faces/clock: simplify 24h indication function
2024-02-25 Matheus Afonso... faces/clock: simplify signal indication function
2024-02-25 Matheus Afonso... faces/clock: simplify alarm indication function
2024-02-25 Matheus Afonso... faces/clock: define general indication function
2024-02-25 Matheus Afonso... faces/clock: move structure definition
2024-02-24 Matheus Afonso... faces: rename simple_clock_face to clock_face
2024-02-24 Matheus Afonso... faces/pulsometer: move structure definition
2024-02-24 Matheus Afonso... faces/pulsometer: update copyrights and credits
2024-02-24 Matheus Afonso... faces/pulsometer: document the advanced pulsometer
2024-02-24 Matheus Afonso... faces/pulsometer: implement advanced pulsometer
2024-02-21 Matheus Afonso... faces/totp: update copyright and license data
2024-02-21 Matheus Afonso... faces/totp: delete unused structure field
2024-02-21 Matheus Afonso... faces/totp: update watch face logic for new struct
2024-02-21 Matheus Afonso... faces/totp: define current TOTP data function
2024-02-21 Matheus Afonso... faces/totp: define TOTP data array size function
2024-02-21 Matheus Afonso... faces/totp: update example data to new structure
2024-02-21 Matheus Afonso... faces/totp: define TOTP struct initializer macro
2024-02-21 Matheus Afonso... faces/totp: define TOTP data structure
2024-02-14 madhogsMerge branch 'main' into preferences_in_config
2024-02-07 Max ZettlmeißlChange inactivity deadlines: add 10 minutes and remove...
2024-01-22 Wesley EllisMerge pull request #362 from Kistelini/fix
2024-01-22 Alex Maestasannotate SLEEPCFG-register detail
2024-01-22 Alex Maestasannotate voltage regulation erratum
2024-01-22 Alex Maestasannotate SysTick erratum
2024-01-22 Alex Maestasannotate TRNG erratum, address review comment
2024-01-21 Christian BuschauRevert "make the watch-face a global in movement.c...
2024-01-21 Wesley Aptekar... Merge pull request #337 from theAlexes/theAlexes/wyosca...
2024-01-21 Wesley Aptekar... Merge pull request #322 from WesleyAC/watch-face-save...
2024-01-21 Wesley Aptekar... Merge branch 'main' into watch-face-save-load
2024-01-21 Wesley Aptekar... Merge pull request #319 from WesleyAC/watch-face-day...
2024-01-21 Wesley Aptekar... Merge branch 'main' into watch-face-day-night-percentage
2024-01-21 Wesley Aptekar... Merge pull request #318 from WesleyAC/watch-face-simple...
2024-01-21 Wesley Aptekar... Merge branch 'main' into watch-face-simple-coin-flip
2024-01-21 Wesley Aptekar... Merge pull request #315 from WesleyAC/watch-face-solstice
next