| Commit message (Expand) | Author | Age | Files | Lines |
* | SIMPLIFY! Always run the main clock at 8 MHz | Joey Castillo | 2021-08-30 | 7 | -60/+11 |
* | remove unused TC/TCC driver code | Joey Castillo | 2021-08-29 | 4 | -1051/+0 |
* | big PWM refactor: drive both LEDs and buzzer from TCC | Joey Castillo | 2021-08-29 | 8 | -76/+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 | 4 | -20/+30 |
* | enable USB earlier so app can log sooner | Joey Castillo | 2021-08-29 | 1 | -9/+9 |
* | handle tinyusb device tasks on a timer, allows delays in app | Joey Castillo | 2021-08-28 | 2 | -8/+38 |
* | 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 | 2 | -9/+2 |
* | simplify project makefiles | Joey Castillo | 2021-08-28 | 5 | -450/+185 |
* | implement USB console | Joey Castillo | 2021-08-28 | 9 | -2/+356 |
* | add tinyusb | Joey Castillo | 2021-08-28 | 1054 | -0/+188322 |
* | update .gitignore | Joey Castillo | 2021-08-28 | 1 | -0/+1 |
* | make chart not upside down | joeycastillo | 2021-08-26 | 1 | -6/+6 |
* | Make pin chart accessible, add toolchain note | joeycastillo | 2021-08-26 | 1 | -1/+11 |
* | Merge pull request #8 from joeycastillo/external-interrupts | joeycastillo | 2021-08-26 | 11 | -143/+250 |
|\ |
|
| * | external interrupt refactor: allow enabling in watch library functions | Joey Castillo | 2021-08-25 | 8 | -128/+233 |
| * | disable all external interrupts by default | Joey Castillo | 2021-08-25 | 1 | -6/+6 |
| * | add majority-vote filtering to all external interrupt pins | Joey Castillo | 2021-08-25 | 1 | -4/+4 |
| * | disable all RTC tamper interrupts by default | Joey Castillo | 2021-08-25 | 1 | -3/+3 |
| * | add definitions for pin A3/A4 (same as D0/D1) | Joey Castillo | 2021-08-25 | 1 | -2/+4 |
* | | Update README with some clarifications | joeycastillo | 2021-08-25 | 1 | -9/+11 |
|/ |
|
* | silence unused parameter warnings | Joey Castillo | 2021-08-24 | 4 | -0/+8 |
* | 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 |
* | fix typo; log hour, not second | Joey Castillo | 2021-08-18 | 1 | -1/+1 |
* | add data logging, more modes to BME280 project | Joey Castillo | 2021-08-18 | 2 | -76/+333 |
* | reapprove dimension errors | Joey Castillo | 2021-08-17 | 1 | -53/+53 |
* | fix typo | Joey Castillo | 2021-08-17 | 1 | -1/+1 |
* | move debug uart methods, clarify license info | Joey Castillo | 2021-08-17 | 5 | -192/+175 |
* | add license file | Joey Castillo | 2021-08-17 | 1 | -0/+91 |
* | disable 9-pin extwake interrupts by default | Joey Castillo | 2021-08-17 | 1 | -4/+4 |
* | add beep and light to BME280 app | Joey Castillo | 2021-08-14 | 1 | -5/+35 |
* | tweak resistor values, move board origin to 0,0 | Joey Castillo | 2021-08-14 | 2 | -810/+809 |
* | add arduino sketch to burn bootloader | Joey Castillo | 2021-08-14 | 2 | -0/+801 |
* | disable debug UART by default | Joey Castillo | 2021-08-14 | 1 | -1/+1 |
* | led tweaks | Joey Castillo | 2021-08-14 | 1 | -2/+5 |
* | document power consumption, etc | Joey Castillo | 2021-08-11 | 1 | -9/+50 |
* | check if callback is null (could happen in wake from backup) | Joey Castillo | 2021-08-10 | 1 | -3/+9 |
* | fix LED part number, make boards identical | Joey Castillo | 2021-08-09 | 3 | -45/+41 |
* | add a version with bisexual lighting (same board, different resistor values) | Joey Castillo | 2021-08-09 | 2 | -0/+9506 |
* | tidy up PCB folder, add gerbers for A1-04 | Joey Castillo | 2021-08-09 | 6 | -19159/+0 |
* | add API for playing sounds from the buzzer | Joey Castillo | 2021-08-08 | 7 | -3/+483 |
* | 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 | 6 | -41/+106 |
* | fix renaming of _watch_rtc_is_enabled | Joey Castillo | 2021-08-08 | 2 | -2/+2 |
* | rename segments in schematic to match SLCD driver | Joey Castillo | 2021-08-08 | 2 | -46/+46 |
* | add segment map link | Joey Castillo | 2021-08-07 | 1 | -0/+5 |