]> git.earman.xyz Git - sensor-watch.git/shortlog
sensor-watch.git
2022-10-15 joeycastilloMerge pull request #94 from wryun/long-press-home-default
2022-10-12 joeycastillouse watch_face_changed property
2022-10-12 joeycastillodocument return value of watch_face_loop
2022-10-12 joeycastillono need to set this (set in movement_move_to_face)
2022-10-12 joeycastillodon't sleep on watch face change
2022-10-12 joeycastilloMerge pull request #93 from wryun/make-starter-proj...
2022-10-12 joeycastilloadd delay_ms function for simulator
2022-10-12 joeycastilloonly include watch_main_loop.h in simulator builds
2022-10-12 James HaggertyMake long press mode go back to face 0 instead of next...
2022-10-12 James HaggertyMake starter project work in simulator
2022-10-12 joeycastilloMerge pull request #87 from wryun/readme-movement
2022-10-11 James HaggertyMention movement in the README (and link to website)
2022-10-10 Joey Castilloimplement stubs to make simulator build happy
2022-10-10 Joey Castillorestore default watch faces (oops)
2022-10-10 Joey Castilloadd watch face for frequency correction and measurement
2022-10-09 joeycastilloMerge pull request #86 from michaelgruenewald/patch-1
2022-10-08 Michael GruenewaldDisable all built-in Make rules
2022-10-08 Michael GruenewaldEnable dependency files for the emscripten build
2022-10-06 Michael GrünewaldFix DEPFILES
2022-09-17 Joey Castilloadd script for bulk flashing boards
2022-09-04 Wesley EllisMerge pull request #84 from jackbondpreston/main
2022-08-29 Jack Bond-Prestonadd support for multiple TOTP keys
2022-08-14 Joey Castilloadd watch_reset_to_bootloader function (resolves #81)
2022-08-03 joeycastilloMerge pull request #80 from joeycastillo/lfs
2022-08-02 Joey CastilloMerge branch 'main' of github.com:joeycastillo/Sensor...
2022-07-25 joeycastilloMerge pull request #79 from jackbondpreston/main
2022-07-25 joshberWake Face (#77)
2022-07-25 Jack Bond-Prestonmovement: fix movement_request_wake() prototype
2022-07-17 Joey Castillomovement: wake programmatically from background and...
2022-07-15 joeycastilloMerge pull request #78 from tahnok/fix-python3-uf2
2022-07-14 Wesley EllisReplace python with python3 for calling uf2conv
2022-07-06 Joey Castillonew tests
2022-07-06 Joey CastilloWIP new tests
2022-07-04 Joey Castilloreduce flicker of LED by default
2022-06-11 Joey CastilloMerge branch 'main' of github.com:joeycastillo/Sensor...
2022-05-30 George HahnParallelize alternate fw builds (#66)
2022-05-22 Joey CastilloMerge branch 'parallelize-builds' of https://github...
2022-05-22 Spencer BywaterAdjust probability watch face timeout/LE behavior ...
2022-05-19 George HahnMake submodule and directory rules order-only prerequis...
2022-05-18 George HahnAdd Devcontainer as an easy dev environment option...
2022-05-18 Spencer BywaterProbability watch face (#69)
2022-05-10 Joey Castillofix spaces / tabs
2022-05-10 George Hahnfixup: restore deleted line
2022-05-10 George HahnMove parallel flag into makefile with crossplatform...
2022-05-10 George HahnPerform OS detection in makefile
2022-05-10 George HahnParallelize builds
2022-05-10 Joey Castillounify on 32-bit signed lengths
2022-05-09 Joey Castillofilesystem: only throw errors for negative error codes
2022-05-09 Joey Castilloadd file browser to movement, remove old app
2022-05-09 Joey Castillosimulator: add USB serial input field
2022-05-09 Joey Castillofirst pass at filesystem in movement
2022-05-09 Joey Castillofix warning re: buffer overrun
2022-05-09 Joey Castillousb serial: clear whole length of buffer
2022-05-09 Joey Castilloprevent buf from escaping into global namespace
2022-05-09 Joey Castillosimulator: fix _read function signature
2022-05-09 Joey Castilloadd littlefs filesystem browser app
2022-05-09 Joey Castilloadd ability to read from USB serial
2022-05-06 Joey Castillobump library version
2022-05-06 Joey Castilloadd support for a small filesystem on the watch
2022-05-06 Joey Castilloadd room for flash filesystem in linker script
2022-05-05 Joey Castilloadd littlefs module
2022-05-02 Joey CastilloMerge branch 'main' of github.com:joeycastillo/Sensor...
2022-04-30 joeycastilloadd CVE-2022-24765 to build-simulator
2022-04-21 Joey Castillomilestone: watch library 0.0.1
2022-04-21 Joey Castillomovement: only run custom commands at first launch
2022-04-21 Joey Castillodeep space firmware: show voyager 1 mission day
2022-04-21 Joey Castillomake 2022 the default year
2022-04-21 Joey Castillodeep space firmware: prepopulate time zones
2022-04-21 Joey Castillostargazer firmware: make LED red by default
2022-04-21 Joey Castillofreeze snapshot of standard firmware in alt_fw
2022-04-20 Joey Castilloadd mechanism for building alternate firmware images
2022-04-20 Joey Castilloadd counter face to movement build
2022-04-20 Spencer BywaterAdd break statement for EVENT_TICK in watch_face templa...
2022-04-20 Joey Castillowork around CVE-2022-24765
2022-04-20 Joey Castilloupdate checkout action (unsafe directory fix)
2022-04-20 Joey CastilloMerge branch 'mars-clock'
2022-04-10 Joey Castillorewrite lis2dh logger for lis2dw
2022-04-10 Joey Castilloremove old lis2dh driver
2022-04-10 Joey Castillomake A1-05 the default board (final hardware)
2022-04-10 Joey Castilloremove all deprecated functions
2022-04-10 Joey Castilloworld clock: fix glitch when exiting settings mode
2022-04-10 Joey Castillostatic analysis: add comments to empty while loops
2022-04-10 Joey Castillostatic analysis: make __write static to avoid confusion
2022-04-10 Joey Castillostatic analysis: use parentheses around binary operators
2022-04-10 Joey Castillocharset tweaks: no need to run deeper checks
2022-04-10 Joey Castilloadd rule for static analysis
2022-04-06 Joey Castillomars clock: formatting
2022-04-06 Joey Castillomars clock: use S without cross-stroke for clarity
2022-04-06 Joey CastilloMerge branch 'main' of github.com:joeycastillo/Sensor...
2022-04-06 Joey Castillocharacter map tweaks: add some ligatures and symbols
2022-04-06 Joey CastilloRevert "make lowercase s look distinct"
2022-04-06 Joey CastilloMerge branch 'main' into mars-clock
2022-04-06 Joey CastilloMerge branch 'main' of github.com:joeycastillo/Sensor...
2022-04-06 Joey CastilloMerge branch 'main' of github.com:joeycastillo/Sensor...
2022-04-06 Wesley EllisAdd tomato face: a pomodoro style timer (#61)
2022-04-03 Joey Castillomoon phase: light LED on press like other faces
2022-04-02 Joey Castillotime set: fix PM not appearing at noon in 12h mode
2022-04-02 Joey Castillomovement: final list of watch faces for stock firmware
2022-04-02 Joey Castillothermistor readout: fix change in units when waking...
2022-04-02 Joey Castillomovement: add thermistor testing watch face
next