aboutsummaryrefslogtreecommitdiffstats
path: root/lib/pjrc_usb_serial/usb_serial.h
Commit message (Collapse)AuthorAgeFilesLines
* lib: Remove pjrc_usb_serialKevin O'Connor2018-09-301-124/+0
| | | | | | The pjrc_usb_serial is no longer used. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* avr: Initial support for Atmel AT90USB1286 mcuKevin O'Connor2016-06-051-0/+124
Add GPIO definitions for the AT90USB1286. Add code for communicating over USB port on AT90USB1286. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>