summaryrefslogtreecommitdiffstats
path: root/sw/programmer/linux/src/ui.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update cpld files from VHDL dev machine and delete programmer code (unused)Nao Pross2017-11-231-143/+0
|
* minor bug fix for ROM programmerNao Pross2017-09-071-0/+1
|
* new programmer interface for linuxNao Pross2017-08-231-37/+89
| | | | | | | | 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/+90
the programmer will receive the binary in blocks of defined size by a program under sw/programmer/linux (moved from sw/linux).