summaryrefslogtreecommitdiffstats
path: root/uart/uart.c
Commit message (Collapse)AuthorAgeFilesLines
* move uart implementation out of subdirectoryTomasz Kramkowski2017-05-181-238/+0
|
* uart/uart.c: use size_t to silence gccTomasz Kramkowski2017-05-181-1/+1
|
* asm.h -> lib/asm.hTomasz Kramkowski2017-05-181-2/+2
|
* License and header guard cleanupTomasz Kramkowski2017-05-171-0/+18
| | | | | | | Fix some of the license headers being GPL2 when the project should be GPL3. Next needs a LICENSE file. Also fix header guards to a more robust <PROJECT>_<PATH> format.
* expand uart RBTomasz Kramkowski2017-03-281-2/+4
|
* uart supportTomasz Kramkowski2017-03-261-0/+213
|
* Init commitTomasz Kramkowski2016-10-201-0/+5