aboutsummaryrefslogtreecommitdiffstats
path: root/src/avr/main.c
Commit message (Collapse)AuthorAgeFilesLines
* avr: Merge misc.c into main.cKevin O'Connor2017-05-111-1/+54
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* generic: Move generic parts of sam3x8e timer.c to generic directoryKevin O'Connor2017-03-111-0/+4
| | | | | | | | Most of sam3x8e/timer.c is going to be platform agnostic for any board with standard irq handling. Move the generic code into a new file generic/timer.c. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+17
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>