Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | rename types to be more c-like | Joey Castillo | 2021-10-16 | 11 | -49/+49 | |
| | * | widgets are now watch faces | Joey Castillo | 2021-10-16 | 16 | -180/+180 | |
| | * | launcher is now movement | Joey Castillo | 2021-10-16 | 13 | -101/+101 | |
| | * | pulseometer: support variable update frequency | Joey Castillo | 2021-10-06 | 1 | -8/+12 | |
| | * | launcher: clean up structs | Joey Castillo | 2021-10-06 | 6 | -34/+31 | |
| | * | remove fake / placeholder widgets | Joey Castillo | 2021-10-05 | 6 | -118/+4 | |
| | * | add pulseometer widget | Joey Castillo | 2021-10-05 | 4 | -0/+110 | |
| | * | fix memory leak when waking from screensaver mode | Joey Castillo | 2021-10-05 | 4 | -3/+11 | |
| | * | launcher: fix high beep on return to clock | Joey Castillo | 2021-10-04 | 1 | -1/+1 | |
| | * | launcher: add widget for setting the time | Joey Castillo | 2021-10-04 | 4 | -3/+131 | |
| | * | preferences widget: fix alignment of 'never' | Joey Castillo | 2021-10-04 | 1 | -1/+1 | |
| | * | launcher: fix flickering in preferences widget | Joey Castillo | 2021-10-04 | 1 | -4/+1 | |
| | * | launcher: track can_sleep between runloop invocations | Joey Castillo | 2021-10-04 | 1 | -1/+1 | |
| | * | launcher: fix typo | Joey Castillo | 2021-10-04 | 1 | -1/+1 | |
| | * | launcher: improvements to screensaver mode | Joey Castillo | 2021-10-04 | 1 | -6/+14 | |
| | * | slcd: add more special cases | Joey Castillo | 2021-10-04 | 1 | -5/+14 | |
| | * | launcher: let widgets prevent sleep | Joey Castillo | 2021-10-04 | 10 | -36/+43 | |
| | * | event type / subsecond refactor | Joey Castillo | 2021-10-04 | 10 | -36/+47 | |
| | * | disable screensaver interrupt on wake | Joey Castillo | 2021-10-03 | 1 | -0/+1 | |
| | * | launcher: first crack at low power 'screensaver' mode | Joey Castillo | 2021-10-03 | 6 | -42/+84 | |
| | * | implement beep / silent preference | Joey Castillo | 2021-10-03 | 1 | -1/+4 | |
| | * | avoid calling deactivate on widget 0 before it's activated | Joey Castillo | 2021-10-03 | 1 | -1/+2 | |
| | * | launcher app with clock and preferences menu | Joey Castillo | 2021-10-03 | 12 | -30/+304 | |
| | * | slcd: add function to blank entire screen | Joey Castillo | 2021-10-03 | 2 | -0/+10 | |
| | * | basic launcher switching between two widgets | Joey Castillo | 2021-10-03 | 10 | -100/+155 | |
| | * | more wip launcher stuff | Joey Castillo | 2021-10-03 | 4 | -40/+48 | |
| | * | wip: late-night untested launcher app musings | Joey Castillo | 2021-10-03 | 7 | -0/+298 | |
| * | | slcd: add autonomous blinking and animation | Joey Castillo | 2021-10-01 | 3 | -2/+86 | |
| |/ | ||||||
| * | add beep to starter app | Joey Castillo | 2021-09-30 | 1 | -0/+8 | |
| * | add fractional beats to beat time app | Joey Castillo | 2021-09-30 | 1 | -8/+33 | |
| * | fix LED resistor values | Joey Castillo | 2021-09-30 | 2 | -5/+5 | |
| * | add lcd feather | Joey Castillo | 2021-09-30 | 2 | -0/+14719 | |
| * | Merge pull request #16 from joeycastillo/rtc-refactor | joeycastillo | 2021-09-29 | 35 | -1771/+422 | |
| |\ | ||||||
| | * | update existing apps to use new RTC API | Joey Castillo | 2021-09-28 | 2 | -73/+49 | |
| | * | tweak to API nomenclature: tick happens once a second, other interrupts are p... | Joey Castillo | 2021-09-28 | 3 | -25/+28 | |
| | * | rtc: support periodic ticks at intervals from 1 to 128 Hz | Joey Castillo | 2021-09-28 | 3 | -20/+94 | |
| | * | overdue refactor: compile all watch modules separately | Joey Castillo | 2021-09-28 | 27 | -13/+91 | |
| | * | simplification: return date/time in same format as clock register | Joey Castillo | 2021-09-28 | 2 | -38/+22 | |
| | * | remove unused ASF code | Joey Castillo | 2021-09-27 | 8 | -1570/+0 | |
| | * | WIP: refactor RTC to use clock mode directly | Joey Castillo | 2021-09-27 | 8 | -120/+226 | |
| |/ | ||||||
| * | Merge pull request #15 from tahnok/beats-time | joeycastillo | 2021-09-26 | 3 | -0/+294 | |
| |\ | ||||||
| | * | Beats time app + watch | Wesley Ellis | 2021-09-25 | 3 | -0/+294 | |
| |/ | ||||||
| * | this was an odd typo | joeycastillo | 2021-09-24 | 1 | -1/+1 | |
| * | add warning about external wake on old board rev | Joey Castillo | 2021-09-23 | 1 | -0/+7 | |
| * | final deep sleep refactor: retain RAM, call it shallow sleep mode | Joey Castillo | 2021-09-23 | 3 | -63/+80 | |
| * | support alternate LCD pinouts | Joey Castillo | 2021-09-21 | 2 | -9/+71 | |
* | | add more atmel studio framework code | Joey Castillo | 2021-09-20 | 23 | -0/+3722 | |
|/ | ||||||
* | add WIP dev board | Joey Castillo | 2021-09-20 | 1 | -0/+84 | |
* | add gerbers for board revision 5 | Joey Castillo | 2021-09-20 | 1 | -0/+0 | |
* | clean up PCB folder | Joey Castillo | 2021-09-20 | 5 | -19011/+0 |