Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sched: Introduce sched_wake_tasks() function to wake up tasks | Kevin O'Connor | 2017-08-08 | 2 | -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 mcu | Kevin O'Connor | 2016-06-05 | 3 | -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> |