summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WIP light meter appwip-lightsensorJoey Castillo2021-09-246-0/+211
* 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 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
| * SIMPLIFY! Always run the main clock at 8 MHzJoey Castillo2021-08-307-60/+11
| * remove unused TC/TCC driver codeJoey Castillo2021-08-294-1051/+0
| * big PWM refactor: drive both LEDs and buzzer from TCCJoey Castillo2021-08-298-76/+120
| * WIP TCC refactor; remove low frequency notesJoey Castillo2021-08-292-23/+2
| * handle changing CPU speedJoey Castillo2021-08-294-20/+30
| * enable USB earlier so app can log soonerJoey Castillo2021-08-291-9/+9
| * handle tinyusb device tasks on a timer, allows delays in appJoey Castillo2021-08-282-8/+38
| * add alternate _write for debugging USB issuesJoey Castillo2021-08-283-4/+30
| * force sending data after a _writeJoey Castillo2021-08-281-0/+1
| * fix buzzer demo, add note about extwakeJoey Castillo2021-08-282-9/+2
| * simplify project makefilesJoey Castillo2021-08-285-450/+185
| * implement USB consoleJoey Castillo2021-08-289-2/+356
| * add tinyusbJoey Castillo2021-08-281054-0/+188322
| * update .gitignoreJoey Castillo2021-08-281-0/+1
|/
* make chart not upside downjoeycastillo2021-08-261-6/+6
* Make pin chart accessible, add toolchain notejoeycastillo2021-08-261-1/+11