summaryrefslogtreecommitdiffstats
path: root/sw/programmer/avr (follow)
Commit message (Collapse)AuthorAgeFilesLines
* new programmer interface for linuxNao Pross2017-08-233-30/+27
| | | | | | | | 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-075-0/+356
the programmer will receive the binary in blocks of defined size by a program under sw/programmer/linux (moved from sw/linux).