Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move uart implementation out of subdirectory | Tomasz Kramkowski | 2017-05-18 | 1 | -238/+0 |
| | |||||
* | uart/uart.c: use size_t to silence gcc | Tomasz Kramkowski | 2017-05-18 | 1 | -1/+1 |
| | |||||
* | asm.h -> lib/asm.h | Tomasz Kramkowski | 2017-05-18 | 1 | -2/+2 |
| | |||||
* | License and header guard cleanup | Tomasz Kramkowski | 2017-05-17 | 1 | -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 RB | Tomasz Kramkowski | 2017-03-28 | 1 | -2/+4 |
| | |||||
* | uart support | Tomasz Kramkowski | 2017-03-26 | 1 | -0/+213 |
| | |||||
* | Init commit | Tomasz Kramkowski | 2016-10-20 | 1 | -0/+5 |