summaryrefslogtreecommitdiffstats
path: root/usb/usb.c
Commit message (Collapse)AuthorAgeFilesLines
* move uart implementation out of subdirectoryTomasz Kramkowski2017-05-181-1/+1
|
* License and header guard cleanupTomasz Kramkowski2017-05-171-0/+18
| | | | | | | Fix some of the license headers being GPL2 when the project should be GPL3. Next needs a LICENSE file. Also fix header guards to a more robust <PROJECT>_<PATH> format.
* usb: remove unnecessary INTENsTomasz Kramkowski2017-04-161-11/+1
|
* hid mouse pointer jigglerTomasz Kramkowski2017-03-281-9/+1
|
* usb: Extra debug / error handling.Tomasz Kramkowski2017-03-281-5/+27
|
* usb: Cleanup and more debugTomasz Kramkowski2017-03-281-1/+2
|
* usb: uart debuggingTomasz Kramkowski2017-03-261-0/+3
|
* uart supportTomasz Kramkowski2017-03-261-0/+1
|
* usb: cleanup usb.cTomasz Kramkowski2017-03-251-10/+5
|
* Init commitTomasz Kramkowski2016-10-201-0/+94