summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Move usb controller stuff to usb directory.Brian Cully2019-08-115-467/+0
|
* Send keyboard reports over I²C.Brian Cully2019-08-091-12/+22
|
* Add USB stuff.Brian Cully2019-08-071-4/+28
|
* Tweak RTC timer a bit.Brian Cully2019-08-061-2/+3
| | | | | | | | | | | This seems to get it closer to what the Arduino thinks is a millisecond. Measured by dumping timestamps on the Arduino with Linux timestamps. There is a fair amount of variance in the Arduino's serial output timing, but this is also close to what Linux thinks is ok. It's still slow by about ~5%, but I'm not sure how to correct it better, or if it's even worth bothering since everything is so imprecise anyway.
* i²c working.Brian Cully2019-08-061-1/+19
|
* Initial commit.Brian Cully2019-08-065-0/+414