summaryrefslogtreecommitdiffstats
path: root/sw/programmer/linux/src/z80prog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update cpld files from VHDL dev machine and delete programmer code (unused)Nao Pross2017-11-231-0/+0
|
* Got a real rom programmer, this code is still broken but I don't careNao Pross2017-10-191-0/+0
|
* Test units are now in their own folder 'z80_test', add programmer cli interfaceNao Pross2017-10-051-0/+0
|
* implements pio.h functions and makefile update to optimize sizeNao Pross2017-08-251-0/+0
| | | | | | | - remove syscall.h, unused and not implemented - bug fix for memcmp() in string.c other changes are still partially unfinished and might not work
* new programmer interface for linuxNao Pross2017-08-231-0/+0
| | | | | | | | 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.
* implementation for avr programmerNao Pross2017-08-071-0/+0
the programmer will receive the binary in blocks of defined size by a program under sw/programmer/linux (moved from sw/linux).