summaryrefslogtreecommitdiffstats
path: root/watch-library/watch
Commit message (Collapse)AuthorAgeFilesLines
* support common anode LEDsJoey Castillo2021-09-181-0/+5
|
* add a new deep sleep mode alongside backup modeJoey Castillo2021-09-185-31/+128
|
* fix USB VID/PIDJoey Castillo2021-09-181-14/+2
|
* 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-142-42/+35
|
* deprecate debug UARTJoey Castillo2021-09-132-2/+12
|
* first steps toward supporting alternate board pinoutsJoey Castillo2021-09-134-19/+11
|
* improve consistency of function namesJoey Castillo2021-09-132-2/+2
|
* implement ADC functionalityJoey Castillo2021-09-132-12/+185
|
* handle watch variant with red/blue LEDJoey Castillo2021-08-312-7/+22
|
* 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
|
* run watch at 4 MHz unless USB is enabledJoey Castillo2021-08-301-2/+11
|
* fix typoJoey Castillo2021-08-301-1/+1
|
* SIMPLIFY! Always run the main clock at 8 MHzJoey Castillo2021-08-304-51/+7
|
* big PWM refactor: drive both LEDs and buzzer from TCCJoey Castillo2021-08-296-38/+120
|
* WIP TCC refactor; remove low frequency notesJoey Castillo2021-08-292-23/+2
|
* handle changing CPU speedJoey Castillo2021-08-293-18/+23
|
* handle tinyusb device tasks on a timer, allows delays in appJoey Castillo2021-08-281-0/+34
|
* 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-281-1/+1
|
* implement USB consoleJoey Castillo2021-08-286-0/+331
|
* external interrupt refactor: allow enabling in watch library functionsJoey Castillo2021-08-256-48/+196
|
* remove watch_app.cJoey Castillo2021-08-241-25/+0
|
* refactor: break out different areas of functionalityJoey Castillo2021-08-2326-1144/+1669
|
* move debug uart methods, clarify license infoJoey Castillo2021-08-173-0/+157
|
* led tweaksJoey Castillo2021-08-141-2/+5
|
* document power consumption, etcJoey Castillo2021-08-111-9/+50
|
* add API for playing sounds from the buzzerJoey Castillo2021-08-083-1/+192
|
* add link to errataJoey Castillo2021-08-081-6/+7
|
* document indicator segmentsJoey Castillo2021-08-081-5/+6
|
* work on RTC tamper interrupt and external wakeJoey Castillo2021-08-082-28/+85
|
* fix renaming of _watch_rtc_is_enabledJoey Castillo2021-08-081-1/+1
|
* add segment map linkJoey Castillo2021-08-071-0/+5
|
* add notes to segment mapJoey Castillo2021-08-071-10/+10
|
* add more notes to character setJoey Castillo2021-08-071-11/+11
|
* rename 'sensing' indicator to 'signal'Joey Castillo2021-08-072-2/+2
|
* segment lcd: add indicator methods, document character mapJoey Castillo2021-08-072-17/+82
|
* documentation tweaksJoey Castillo2021-08-051-7/+7
|
* documentation!Joey Castillo2021-08-052-4/+330
|
* some I2C workJoey Castillo2021-08-042-7/+58
|
* drop legacy terminology. how hard was that?Joey Castillo2021-08-041-2/+2
|
* break up sectionsJoey Castillo2021-08-041-0/+26
|
* WIP deep sleep modeJoey Castillo2021-08-031-6/+24
|
* thinking through deep sleep stuffJoey Castillo2021-08-022-66/+79
|
* major project reorg, move library one level upJoey Castillo2021-08-022-0/+405