summaryrefslogtreecommitdiffstats
path: root/sw/programmer/linux (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-09-07minor bug fix for ROM programmerNao Pross3-31/+11
2017-08-25implements pio.h functions and makefile update to optimize sizeNao Pross1-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
2017-08-23new programmer interface for linuxNao Pross9-69/+207
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.
2017-08-07implementation for avr programmerNao Pross12-0/+463
the programmer will receive the binary in blocks of defined size by a program under sw/programmer/linux (moved from sw/linux).