summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * launcher: add widget for setting the timeJoey Castillo2021-10-044-3/+131
| | * preferences widget: fix alignment of 'never'Joey Castillo2021-10-041-1/+1
| | * launcher: fix flickering in preferences widgetJoey Castillo2021-10-041-4/+1
| | * launcher: track can_sleep between runloop invocationsJoey Castillo2021-10-041-1/+1
| | * launcher: fix typoJoey Castillo2021-10-041-1/+1
| | * launcher: improvements to screensaver modeJoey Castillo2021-10-041-6/+14
| | * slcd: add more special casesJoey Castillo2021-10-041-5/+14
| | * launcher: let widgets prevent sleepJoey Castillo2021-10-0410-36/+43
| | * event type / subsecond refactorJoey Castillo2021-10-0410-36/+47
| | * disable screensaver interrupt on wakeJoey Castillo2021-10-031-0/+1
| | * launcher: first crack at low power 'screensaver' modeJoey Castillo2021-10-036-42/+84
| | * implement beep / silent preferenceJoey Castillo2021-10-031-1/+4
| | * avoid calling deactivate on widget 0 before it's activatedJoey Castillo2021-10-031-1/+2
| | * launcher app with clock and preferences menuJoey Castillo2021-10-0312-30/+304
| | * slcd: add function to blank entire screenJoey Castillo2021-10-032-0/+10
| | * basic launcher switching between two widgetsJoey Castillo2021-10-0310-100/+155
| | * more wip launcher stuffJoey Castillo2021-10-034-40/+48
| | * wip: late-night untested launcher app musingsJoey Castillo2021-10-037-0/+298
| * | slcd: add autonomous blinking and animationJoey Castillo2021-10-013-2/+86
| |/
| * add beep to starter appJoey Castillo2021-09-301-0/+8
| * add fractional beats to beat time appJoey Castillo2021-09-301-8/+33
| * fix LED resistor valuesJoey Castillo2021-09-302-5/+5
| * add lcd featherJoey Castillo2021-09-302-0/+14719
| * Merge pull request #16 from joeycastillo/rtc-refactorjoeycastillo2021-09-2935-1771/+422
| |\
| | * update existing apps to use new RTC APIJoey Castillo2021-09-282-73/+49
| | * tweak to API nomenclature: tick happens once a second, other interrupts are p...Joey Castillo2021-09-283-25/+28
| | * rtc: support periodic ticks at intervals from 1 to 128 HzJoey Castillo2021-09-283-20/+94
| | * overdue refactor: compile all watch modules separatelyJoey Castillo2021-09-2827-13/+91
| | * simplification: return date/time in same format as clock registerJoey Castillo2021-09-282-38/+22
| | * remove unused ASF codeJoey Castillo2021-09-278-1570/+0
| | * WIP: refactor RTC to use clock mode directlyJoey Castillo2021-09-278-120/+226
| |/
| * Merge pull request #15 from tahnok/beats-timejoeycastillo2021-09-263-0/+294
| |\
| | * Beats time app + watchWesley Ellis2021-09-253-0/+294
| |/
| * this was an odd typojoeycastillo2021-09-241-1/+1
| * add warning about external wake on old board revJoey Castillo2021-09-231-0/+7
| * final deep sleep refactor: retain RAM, call it shallow sleep modeJoey Castillo2021-09-233-63/+80
| * support alternate LCD pinoutsJoey Castillo2021-09-212-9/+71
* | add more atmel studio framework codeJoey Castillo2021-09-2023-0/+3722
|/
* add WIP dev boardJoey Castillo2021-09-201-0/+84
* add gerbers for board revision 5Joey Castillo2021-09-201-0/+0
* clean up PCB folderJoey Castillo2021-09-205-19011/+0
* add board definition for old prototypeJoey Castillo2021-09-191-0/+84
* sensor board conceptsJoey Castillo2021-09-1810-0/+8142
* PCB revision 5Joey Castillo2021-09-182-0/+9511
* support common anode LEDsJoey Castillo2021-09-181-0/+5
* add a new deep sleep mode alongside backup modeJoey Castillo2021-09-187-37/+137
* fix USB VID/PIDJoey Castillo2021-09-181-14/+2
* move buzzer demo to apps folderJoey Castillo2021-09-184-9/+10
* move apps to subdirectory, add relative path support to MakefileJoey Castillo2021-09-1610-81/+85
* remove note about installing old toolchainjoeycastillo2021-09-151-1/+1