aboutsummaryrefslogtreecommitdiffstats
path: root/src/avr/serial.c
Commit message (Collapse)AuthorAgeFilesLines
* generic: Add new file generic/io.h and move read/writeb() to itKevin O'Connor2016-06-131-0/+1
| | | | | | | | Move the definitions of the readb() style functions to a new header generic/io.h. This eliminates the dependency of stdint.h on compiler.h. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* generic: Create generic board infrastructure and move misc.h to itKevin O'Connor2016-06-131-1/+1
| | | | | | | Instead of creating a misc.h file in each board directory, create a generic board directory and declare misc.h there. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* Initial commit of source code.Kevin O'Connor2016-05-251-0/+137
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>