]> git.earman.xyz Git - sensor-watch.git/shortlog
sensor-watch.git
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-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
2021-09-28 Joey Castillosimplification: return date/time in same format as...
2021-09-27 Joey Castilloremove unused ASF code
2021-09-27 Joey CastilloWIP: refactor RTC to use clock mode directly
2021-09-26 joeycastilloMerge pull request #15 from tahnok/beats-time
2021-09-25 Wesley EllisBeats time app + watch
2021-09-24 joeycastillothis was an odd typo
2021-09-23 Joey Castilloadd warning about external wake on old board rev
2021-09-23 Joey Castillofinal deep sleep refactor: retain RAM, call it shallow...
2021-09-21 Joey Castillosupport alternate LCD pinouts
2021-09-20 Joey Castilloadd WIP dev board
2021-09-20 Joey Castilloadd gerbers for board revision 5
2021-09-20 Joey Castilloclean up PCB folder
2021-09-19 Joey Castilloadd board definition for old prototype
2021-09-18 Joey Castillosensor board concepts
2021-09-18 Joey CastilloPCB revision 5
2021-09-18 Joey Castillosupport common anode LEDs
2021-09-18 Joey Castilloadd a new deep sleep mode alongside backup mode
2021-09-18 Joey Castillofix USB VID/PID
2021-09-18 Joey Castillomove buzzer demo to apps folder
2021-09-16 Joey Castillomove apps to subdirectory, add relative path support...
2021-09-15 joeycastilloremove note about installing old toolchain
2021-09-14 Joey Castillolcd: add special case for T in position 1 (fixes #10)
2021-09-14 Joey Castillomore work on alternate board pinouts
2021-09-14 Joey Castilloremove unused ASF config files
2021-09-14 Joey Castillodeprecate debug UART
2021-09-13 Joey Castillofirst steps toward supporting alternate board pinouts
2021-09-13 Joey Castilloimprove consistency of function names
2021-09-13 Joey Castilloremove unused ASF code
2021-09-13 Joey Castilloimplement ADC functionality
2021-09-01 Joey Castillohandle watch variant with red/blue LED
2021-08-31 Joey Castilloupdate deprecated functions in BME280 demo app
2021-08-31 Joey Castillosimplify: always use the TCC to drive the LEDs
2021-08-31 Joey Castilloadd method for detecting low battery
2021-08-30 Joey Castilloremove delays from BME280 demo, no longer needed
2021-08-30 Joey Castillorun watch at 4 MHz unless USB is enabled
2021-08-30 joeycastilloMerge pull request #9 from joeycastillo/usb-refactor
2021-08-30 Joey Castillofix typo
2021-08-30 Joey Castilloadd printf statements to demo project
2021-08-30 Joey CastilloSIMPLIFY! Always run the main clock at 8 MHz
2021-08-29 Joey Castilloremove unused TC/TCC driver code
2021-08-29 Joey Castillobig PWM refactor: drive both LEDs and buzzer from TCC
2021-08-29 Joey CastilloWIP TCC refactor; remove low frequency notes
2021-08-29 Joey Castillohandle changing CPU speed
2021-08-29 Joey Castilloenable USB earlier so app can log sooner
2021-08-28 Joey Castillohandle tinyusb device tasks on a timer, allows delays...
2021-08-28 Joey Castilloadd alternate _write for debugging USB issues
2021-08-28 Joey Castilloforce sending data after a _write
2021-08-28 Joey Castillofix buzzer demo, add note about extwake
2021-08-28 Joey Castillosimplify project makefiles
2021-08-28 Joey Castilloimplement USB console
2021-08-28 Joey Castilloadd tinyusb
2021-08-28 Joey Castilloupdate .gitignore
2021-08-27 joeycastillomake chart not upside down
2021-08-27 joeycastilloMake pin chart accessible, add toolchain note
2021-08-26 joeycastilloMerge pull request #8 from joeycastillo/external-interrupts
2021-08-26 joeycastilloUpdate README with some clarifications
2021-08-25 Joey Castilloexternal interrupt refactor: allow enabling in watch...
2021-08-25 Joey Castillodisable all external interrupts by default
2021-08-25 Joey Castilloadd majority-vote filtering to all external interrupt...
2021-08-25 Joey Castillodisable all RTC tamper interrupts by default
2021-08-25 Joey Castilloadd definitions for pin A3/A4 (same as D0/D1)
2021-08-25 Joey Castillosilence unused parameter warnings
2021-08-24 Joey Castilloremove watch_app.c
2021-08-23 Joey Castillorefactor: break out different areas of functionality
2021-08-18 Joey Castillofix typo; log hour, not second
next