Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | simplification: return date/time in same format as clock register | Joey Castillo | 2021-09-28 | 2 | -38/+22 | |
| | | | ||||||
| | * | remove unused ASF code | Joey Castillo | 2021-09-27 | 8 | -1570/+0 | |
| | | | ||||||
| | * | WIP: refactor RTC to use clock mode directly | Joey Castillo | 2021-09-27 | 8 | -120/+226 | |
| |/ | ||||||
| * | Merge pull request #15 from tahnok/beats-time | joeycastillo | 2021-09-26 | 3 | -0/+294 | |
| |\ | | | | | | | Beats time app + watch | |||||
| | * | Beats time app + watch | Wesley Ellis | 2021-09-25 | 3 | -0/+294 | |
| |/ | | | | | | | | | | | Use BMP280 code as a base, but stripped down to bare bones. Then added a new 'mode' for the current Swatch Internet Time (aka beats) | |||||
| * | this was an odd typo | joeycastillo | 2021-09-24 | 1 | -1/+1 | |
| | | ||||||
| * | add warning about external wake on old board rev | Joey Castillo | 2021-09-23 | 1 | -0/+7 | |
| | | ||||||
| * | final deep sleep refactor: retain RAM, call it shallow sleep mode | Joey Castillo | 2021-09-23 | 3 | -63/+80 | |
| | | ||||||
| * | support alternate LCD pinouts | Joey Castillo | 2021-09-21 | 2 | -9/+71 | |
| | | ||||||
* | | add more atmel studio framework code | Joey Castillo | 2021-09-20 | 23 | -0/+3722 | |
|/ | ||||||
* | add WIP dev board | Joey Castillo | 2021-09-20 | 1 | -0/+84 | |
| | ||||||
* | add gerbers for board revision 5 | Joey Castillo | 2021-09-20 | 1 | -0/+0 | |
| | ||||||
* | clean up PCB folder | Joey Castillo | 2021-09-20 | 5 | -19011/+0 | |
| | ||||||
* | add board definition for old prototype | Joey Castillo | 2021-09-19 | 1 | -0/+84 | |
| | ||||||
* | sensor board concepts | Joey Castillo | 2021-09-18 | 10 | -0/+8142 | |
| | ||||||
* | PCB revision 5 | Joey Castillo | 2021-09-18 | 2 | -0/+9511 | |
| | ||||||
* | 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 | 7 | -37/+137 | |
| | ||||||
* | fix USB VID/PID | Joey Castillo | 2021-09-18 | 1 | -14/+2 | |
| | ||||||
* | move buzzer demo to apps folder | Joey Castillo | 2021-09-18 | 4 | -9/+10 | |
| | ||||||
* | move apps to subdirectory, add relative path support to Makefile | Joey Castillo | 2021-09-16 | 10 | -81/+85 | |
| | ||||||
* | remove note about installing old toolchain | joeycastillo | 2021-09-15 | 1 | -1/+1 | |
| | ||||||
* | 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 | 6 | -99/+108 | |
| | ||||||
* | remove unused ASF config files | Joey Castillo | 2021-09-14 | 2 | -753/+0 | |
| | ||||||
* | deprecate debug UART | Joey Castillo | 2021-09-13 | 2 | -2/+12 | |
| | ||||||
* | first steps toward supporting alternate board pinouts | Joey Castillo | 2021-09-13 | 8 | -67/+68 | |
| | ||||||
* | improve consistency of function names | Joey Castillo | 2021-09-13 | 2 | -2/+2 | |
| | ||||||
* | remove unused ASF code | Joey Castillo | 2021-09-13 | 20 | -3019/+0 | |
| | ||||||
* | implement ADC functionality | Joey Castillo | 2021-09-13 | 4 | -24/+187 | |
| | ||||||
* | handle watch variant with red/blue LED | Joey Castillo | 2021-08-31 | 4 | -10/+34 | |
| | ||||||
* | update deprecated functions in BME280 demo app | Joey Castillo | 2021-08-31 | 1 | -6/+6 | |
| | ||||||
* | 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 | |
| | ||||||
* | remove delays from BME280 demo, no longer needed | Joey Castillo | 2021-08-30 | 2 | -13/+0 | |
| | ||||||
* | run watch at 4 MHz unless USB is enabled | Joey Castillo | 2021-08-30 | 4 | -6/+17 | |
| | ||||||
* | Merge pull request #9 from joeycastillo/usb-refactor | joeycastillo | 2021-08-30 | 1081 | -1607/+189006 | |
|\ | | | | | USB refactor / Makefile simplification | |||||
| * | fix typo | Joey Castillo | 2021-08-30 | 1 | -1/+1 | |
| | | ||||||
| * | add printf statements to demo project | Joey Castillo | 2021-08-30 | 1 | -0/+4 | |
| | | ||||||
| * | 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 | |
| | |