aboutsummaryrefslogtreecommitdiffstats
path: root/lib/pjrc_usb_serial
Commit message (Collapse)AuthorAgeFilesLines
* sched: Introduce sched_wake_tasks() function to wake up tasksKevin O'Connor2017-08-082-5/+46
| | | | | | | | Add function to indicate when tasks need to be run. This will allow the scheduler code to know if there are any tasks that need to be processed. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* avr: Initial support for Atmel AT90USB1286 mcuKevin O'Connor2016-06-053-0/+1138
Add GPIO definitions for the AT90USB1286. Add code for communicating over USB port on AT90USB1286. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>