Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support common anode LEDs | Joey Castillo | 2021-09-18 | 1 | -0/+5 |
| | |||||
* | add a new deep sleep mode alongside backup mode | Joey Castillo | 2021-09-18 | 5 | -31/+128 |
| | |||||
* | fix USB VID/PID | Joey Castillo | 2021-09-18 | 1 | -14/+2 |
| | |||||
* | lcd: add special case for T in position 1 (fixes #10) | Joey Castillo | 2021-09-14 | 1 | -0/+1 |
| | |||||
* | more work on alternate board pinouts | Joey Castillo | 2021-09-14 | 2 | -42/+35 |
| | |||||
* | deprecate debug UART | Joey Castillo | 2021-09-13 | 2 | -2/+12 |
| | |||||
* | first steps toward supporting alternate board pinouts | Joey Castillo | 2021-09-13 | 4 | -19/+11 |
| | |||||
* | improve consistency of function names | Joey Castillo | 2021-09-13 | 2 | -2/+2 |
| | |||||
* | implement ADC functionality | Joey Castillo | 2021-09-13 | 2 | -12/+185 |
| | |||||
* | handle watch variant with red/blue LED | Joey Castillo | 2021-08-31 | 2 | -7/+22 |
| | |||||
* | simplify: always use the TCC to drive the LEDs | Joey Castillo | 2021-08-31 | 2 | -53/+37 |
| | |||||
* | add method for detecting low battery | Joey Castillo | 2021-08-31 | 3 | -0/+44 |
| | |||||
* | run watch at 4 MHz unless USB is enabled | Joey Castillo | 2021-08-30 | 1 | -2/+11 |
| | |||||
* | fix typo | Joey Castillo | 2021-08-30 | 1 | -1/+1 |
| | |||||
* | SIMPLIFY! Always run the main clock at 8 MHz | Joey Castillo | 2021-08-30 | 4 | -51/+7 |
| | |||||
* | big PWM refactor: drive both LEDs and buzzer from TCC | Joey Castillo | 2021-08-29 | 6 | -38/+120 |
| | |||||
* | WIP TCC refactor; remove low frequency notes | Joey Castillo | 2021-08-29 | 2 | -23/+2 |
| | |||||
* | handle changing CPU speed | Joey Castillo | 2021-08-29 | 3 | -18/+23 |
| | |||||
* | handle tinyusb device tasks on a timer, allows delays in app | Joey Castillo | 2021-08-28 | 1 | -0/+34 |
| | |||||
* | add alternate _write for debugging USB issues | Joey Castillo | 2021-08-28 | 3 | -4/+30 |
| | |||||
* | force sending data after a _write | Joey Castillo | 2021-08-28 | 1 | -0/+1 |
| | |||||
* | fix buzzer demo, add note about extwake | Joey Castillo | 2021-08-28 | 1 | -1/+1 |
| | |||||
* | implement USB console | Joey Castillo | 2021-08-28 | 6 | -0/+331 |
| | |||||
* | external interrupt refactor: allow enabling in watch library functions | Joey Castillo | 2021-08-25 | 6 | -48/+196 |
| | |||||
* | remove watch_app.c | Joey Castillo | 2021-08-24 | 1 | -25/+0 |
| | |||||
* | refactor: break out different areas of functionality | Joey Castillo | 2021-08-23 | 26 | -1144/+1669 |
| | |||||
* | move debug uart methods, clarify license info | Joey Castillo | 2021-08-17 | 3 | -0/+157 |
| | |||||
* | led tweaks | Joey Castillo | 2021-08-14 | 1 | -2/+5 |
| | |||||
* | document power consumption, etc | Joey Castillo | 2021-08-11 | 1 | -9/+50 |
| | |||||
* | add API for playing sounds from the buzzer | Joey Castillo | 2021-08-08 | 3 | -1/+192 |
| | |||||
* | add link to errata | Joey Castillo | 2021-08-08 | 1 | -6/+7 |
| | |||||
* | document indicator segments | Joey Castillo | 2021-08-08 | 1 | -5/+6 |
| | |||||
* | work on RTC tamper interrupt and external wake | Joey Castillo | 2021-08-08 | 2 | -28/+85 |
| | |||||
* | fix renaming of _watch_rtc_is_enabled | Joey Castillo | 2021-08-08 | 1 | -1/+1 |
| | |||||
* | add segment map link | Joey Castillo | 2021-08-07 | 1 | -0/+5 |
| | |||||
* | add notes to segment map | Joey Castillo | 2021-08-07 | 1 | -10/+10 |
| | |||||
* | add more notes to character set | Joey Castillo | 2021-08-07 | 1 | -11/+11 |
| | |||||
* | rename 'sensing' indicator to 'signal' | Joey Castillo | 2021-08-07 | 2 | -2/+2 |
| | |||||
* | segment lcd: add indicator methods, document character map | Joey Castillo | 2021-08-07 | 2 | -17/+82 |
| | |||||
* | documentation tweaks | Joey Castillo | 2021-08-05 | 1 | -7/+7 |
| | |||||
* | documentation! | Joey Castillo | 2021-08-05 | 2 | -4/+330 |
| | |||||
* | some I2C work | Joey Castillo | 2021-08-04 | 2 | -7/+58 |
| | |||||
* | drop legacy terminology. how hard was that? | Joey Castillo | 2021-08-04 | 1 | -2/+2 |
| | |||||
* | break up sections | Joey Castillo | 2021-08-04 | 1 | -0/+26 |
| | |||||
* | WIP deep sleep mode | Joey Castillo | 2021-08-03 | 1 | -6/+24 |
| | |||||
* | thinking through deep sleep stuff | Joey Castillo | 2021-08-02 | 2 | -66/+79 |
| | |||||
* | major project reorg, move library one level up | Joey Castillo | 2021-08-02 | 2 | -0/+405 |