summaryrefslogtreecommitdiffstats
path: root/sw/z80/drivers/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move sw to sw-old and hw to hw-altium, add kicad filesNao Pross2018-10-303-216/+0
|
* update cpld files from VHDL dev machine and delete programmer code (unused)Nao Pross2017-11-231-4/+4
|
* Improvements in PIO driver, pio test rewritten in inline asmNao Pross2017-11-142-6/+9
|
* Update makefile, and bug fix in pio driver and usartNao Pross2017-11-092-11/+12
|
* Fix for PIO driver and its test and deletes build filesNao Pross2017-10-191-3/+13
|
* Move test units to z80/tests, and drivers are now statically linkedNao Pross2017-10-053-0/+202
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.