summaryrefslogtreecommitdiffstats
path: root/setup.c
Commit message (Collapse)AuthorAgeFilesLines
* Basic keyboard implementationTomasz Kramkowski2017-05-251-1/+3
|
* setup.c: remove unused <string.h> includeTomasz Kramkowski2017-05-251-1/+0
|
* move uart implementation out of subdirectoryTomasz Kramkowski2017-05-181-1/+1
|
* asm.h -> lib/asm.hTomasz Kramkowski2017-05-181-1/+1
|
* setup.c: IS_BIT_SET -> GET_BITTomasz Kramkowski2017-05-181-1/+1
|
* 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.
* uart supportTomasz Kramkowski2017-03-261-0/+2
|
* setup: default enable LED pinTomasz Kramkowski2017-03-261-0/+3
|
* don't use memcpy and memset for nowTomasz Kramkowski2016-11-241-2/+4
|
* simplify layout.ldTomasz Kramkowski2016-11-241-4/+4
|
* Init commitTomasz Kramkowski2016-10-201-0/+90