summaryrefslogtreecommitdiffstats
path: root/sw/programmer/linux/src/flash.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Got a real rom programmer, this code is still broken but I don't careNao Pross2017-10-191-3/+9
|
* Move test units to z80/tests, and drivers are now statically linkedNao Pross2017-10-051-1/+1
| | | | | | | | 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.
* minor bug fix for ROM programmerNao Pross2017-09-071-5/+10
|
* new programmer interface for linuxNao Pross2017-08-231-0/+59
there is a new program with GUI (gtk3) to send data to its avr conterpart. it needs to be tested, since there may be a few bugs in it; building a GUI was a terrible idea.