Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | setup.c: remove unused <string.h> include | Tomasz Kramkowski | 2017-05-25 | 1 | -1/+0 |
| | |||||
* | move uart implementation out of subdirectory | Tomasz Kramkowski | 2017-05-18 | 1 | -1/+1 |
| | |||||
* | asm.h -> lib/asm.h | Tomasz Kramkowski | 2017-05-18 | 1 | -1/+1 |
| | |||||
* | setup.c: IS_BIT_SET -> GET_BIT | Tomasz Kramkowski | 2017-05-18 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | uart support | Tomasz Kramkowski | 2017-03-26 | 1 | -0/+2 |
| | |||||
* | setup: default enable LED pin | Tomasz Kramkowski | 2017-03-26 | 1 | -0/+3 |
| | |||||
* | don't use memcpy and memset for now | Tomasz Kramkowski | 2016-11-24 | 1 | -2/+4 |
| | |||||
* | simplify layout.ld | Tomasz Kramkowski | 2016-11-24 | 1 | -4/+4 |
| | |||||
* | Init commit | Tomasz Kramkowski | 2016-10-20 | 1 | -0/+90 |