summaryrefslogtreecommitdiffstats
path: root/sw/z80/drivers/pio.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update makefile, and bug fix in pio driver and usartNao Pross2017-11-091-4/+7
|
* Fix for PIO driver and its test and deletes build filesNao Pross2017-10-191-13/+43
|
* Move test units to z80/tests, and drivers are now statically linkedNao Pross2017-10-051-0/+50
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.