summaryrefslogtreecommitdiffstats
path: root/sw/z80/drivers (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-30Move sw to sw-old and hw to hw-altium, add kicad filesNao Pross7-421/+0
2017-11-23update cpld files from VHDL dev machine and delete programmer code (unused)Nao Pross1-4/+4
2017-11-14Improvements in PIO driver, pio test rewritten in inline asmNao Pross3-22/+26
2017-11-09Update makefile, and bug fix in pio driver and usartNao Pross5-19/+25
2017-10-19Fix for PIO driver and its test and deletes build filesNao Pross15-1860/+57
2017-10-05Move test units to z80/tests, and drivers are now statically linkedNao Pross19-0/+2214
Makefiles for the test units were getting messier, so now drivers (that need to be tested) are statically compiled in their own folder under z80/drivers. The kernel makefile and is now broken since everything has been moved.