]> git.earman.xyz Git - sensor-watch.git/shortlog
sensor-watch.git
2021-11-25 Joey Castillomovement: have beats and TOTP face use new time zone...
2021-11-25 Joey Castillomovement: store settings in BKUP to persist across...
2021-11-25 Joey Castillomovement: implement time zone setting
2021-11-24 joeycastilloMerge pull request #23 from tahnok/totp
2021-11-24 Joey Castillomovement: TOTP face, pad code with leading zeroes
2021-11-24 Joey Castillomovement: make TOTP face go home on timeout
2021-11-24 Joey Castilloadd header guards, move declarations to source file
2021-11-24 Wesley EllisProperly vendor TOTP-MCU temporarily
2021-11-24 Wesley Ellisoptimize totp face and add countdown
2021-11-24 Wesley EllisFill out watch_utility_convert_to_unix_time
2021-11-23 joeycastilloadd stubs for UNIX timestamp conversion
2021-11-23 joeycastilloadd stubs for UNIX timestamp conversion
2021-11-23 Wesley EllisAdd initial TOTP watch face impl
2021-11-22 Joey CastilloMerge branch 'main' of github.com:joeycastillo/Sensor...
2021-11-22 Joey Castillomove thermistor calculation to watch utilities
2021-11-22 Joey Castillotweak voltage of sensor watch dev board display
2021-11-22 Joey Castillotwo more boards to OSH Park
2021-11-22 Joey Castillolink math library
2021-11-13 Joey Castilloupdate bootloader with correct VID/PID
2021-11-11 joeycastilloMerge pull request #21 from tahnok/stopwatch_face
2021-11-11 Wesley EllisAdd stopwatch face to movement
2021-11-08 Joey Castillomovement: day one watch face, counts days from birth
2021-11-08 Joey Castillomovement: preferences refactor, two new types
2021-11-08 Joey Castillobugfix: activate current watch face when waking from...
2021-11-07 Joey Castillobeat time: add low energy tick animation
2021-11-07 Joey Castillomovement: refactor timeout to tick first, then notify
2021-11-07 Joey Castillomovement: add voltage monitor watch face
2021-10-29 Joey Castilloadd ability to preview display on USB serial
2021-10-25 Joey Castillodon't destroy our temperature log when waking from...
2021-10-25 Joey Castillosteps toward SPI support in watch library
2021-10-25 Joey CastilloMerge branch 'main' into more-asf-files
2021-10-25 Joey Castillonew batch of sensor boards
2021-10-23 Joey Castillomovement temperature face: only enable thermistor when...
2021-10-23 Joey Castillomovement: first crack at background tasks API
2021-10-23 Joey Castillofix typo
2021-10-23 joeycastilloMerge pull request #19 from tahnok/beats_watch_face
2021-10-23 Joey CastilloWIP: thermistor data logger
2021-10-23 Joey Castillofix name of ifdef in thermistor readout face
2021-10-23 Joey Castillomove weekday lookup to new utilities file
2021-10-23 Wesley EllisPort beats to movement framework
2021-10-21 Joey Castillomovement: add character set demo
2021-10-21 Joey Castillotypo in documentation: all five pins are analog capable
2021-10-21 Joey Castillomovement: add thermistor readout face
2021-10-20 Joey Castillomore accurate names for deep sleep and shallow sleep...
2021-10-20 Joey Castillomovement: fix preferences glitch, add some notes
2021-10-19 Joey Castillomovement: add tick animation in sleep mode
2021-10-19 Joey Castillomovement settings: add timeout and LED duration
2021-10-19 Joey Castillogetting the sensor watch dev board working
2021-10-18 joeycastilloMerge pull request #17 from joeycastillo/wip-launcher
2021-10-18 Joey Castillofix typos
2021-10-18 Joey Castilloadd readme for movement app
2021-10-18 Joey Castillomovement: remove faster sleep / timeout intervals
2021-10-18 Joey Castillopulsometer: rearrange switch for clarity
2021-10-18 Joey Castilloadd timeout event to give faces a chance to resign
2021-10-18 Joey Castillopulsometer: make type more c-like
2021-10-18 Joey Castillopulsometer: reset tick in resign function
2021-10-16 Joey Castillofix misspelling of pulsometer
2021-10-16 Joey Castilloautomatically determine number of watch faces
2021-10-16 Joey Castilloearly work on background tasks, documentation
2021-10-16 Joey Castilloremove unimplemented settings for now
2021-10-16 Joey Castilloimplement led duration setting
2021-10-16 Joey Castilloscreensaver mode is now low energy mode
2021-10-16 Joey Castilloclarify property names
2021-10-16 Joey Castillorename types to be more c-like
2021-10-16 Joey Castillowidgets are now watch faces
2021-10-16 Joey Castillolauncher is now movement
2021-10-06 Joey Castillopulseometer: support variable update frequency
2021-10-06 Joey Castillolauncher: clean up structs
2021-10-05 Joey Castilloremove fake / placeholder widgets
2021-10-05 Joey Castilloadd pulseometer widget
2021-10-05 Joey Castillofix memory leak when waking from screensaver mode
2021-10-04 Joey Castillolauncher: fix high beep on return to clock
2021-10-04 Joey Castillolauncher: add widget for setting the time
2021-10-04 Joey Castillopreferences widget: fix alignment of 'never'
2021-10-04 Joey Castillolauncher: fix flickering in preferences widget
2021-10-04 Joey Castillolauncher: track can_sleep between runloop invocations
2021-10-04 Joey Castillolauncher: fix typo
2021-10-04 Joey Castillolauncher: improvements to screensaver mode
2021-10-04 Joey Castilloslcd: add more special cases
2021-10-04 Joey Castillolauncher: let widgets prevent sleep
2021-10-04 Joey Castilloevent type / subsecond refactor
2021-10-04 Joey Castillodisable screensaver interrupt on wake
2021-10-04 Joey Castillolauncher: first crack at low power 'screensaver' mode
2021-10-03 Joey Castilloimplement beep / silent preference
2021-10-03 Joey Castilloavoid calling deactivate on widget 0 before it's activated
2021-10-03 Joey Castillolauncher app with clock and preferences menu
2021-10-03 Joey Castilloslcd: add function to blank entire screen
2021-10-03 Joey Castillobasic launcher switching between two widgets
2021-10-03 Joey Castillomore wip launcher stuff
2021-10-03 Joey Castillowip: late-night untested launcher app musings
2021-10-02 Joey Castilloslcd: add autonomous blinking and animation
2021-09-30 Joey Castilloadd beep to starter app
2021-09-30 Joey Castilloadd fractional beats to beat time app
2021-09-30 Joey Castillofix LED resistor values
2021-09-30 Joey Castilloadd lcd feather
2021-09-29 joeycastilloMerge pull request #16 from joeycastillo/rtc-refactor
2021-09-28 Joey Castilloupdate existing apps to use new RTC API
2021-09-28 Joey Castillotweak to API nomenclature: tick happens once a second...
2021-09-28 Joey Castillortc: support periodic ticks at intervals from 1 to...
2021-09-28 Joey Castillooverdue refactor: compile all watch modules separately
next