summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* lcd: add special case for T in position 1 (fixes #10)Joey Castillo2021-09-141-0/+1
* more work on alternate board pinoutsJoey Castillo2021-09-146-99/+108
* remove unused ASF config filesJoey Castillo2021-09-142-753/+0
* deprecate debug UARTJoey Castillo2021-09-132-2/+12
* first steps toward supporting alternate board pinoutsJoey Castillo2021-09-138-67/+68
* improve consistency of function namesJoey Castillo2021-09-132-2/+2
* remove unused ASF codeJoey Castillo2021-09-1320-3019/+0
* implement ADC functionalityJoey Castillo2021-09-134-24/+187
* handle watch variant with red/blue LEDJoey Castillo2021-08-314-10/+34
* update deprecated functions in BME280 demo appJoey Castillo2021-08-311-6/+6
* simplify: always use the TCC to drive the LEDsJoey Castillo2021-08-312-53/+37
* add method for detecting low batteryJoey Castillo2021-08-313-0/+44
* remove delays from BME280 demo, no longer neededJoey Castillo2021-08-302-13/+0
* run watch at 4 MHz unless USB is enabledJoey Castillo2021-08-304-6/+17
* Merge pull request #9 from joeycastillo/usb-refactorjoeycastillo2021-08-301081-1607/+189006
|\
| * fix typoJoey Castillo2021-08-301-1/+1
| * add printf statements to demo projectJoey Castillo2021-08-301-0/+4