avrdude base

This commit is contained in:
Vojtech Kral 2018-04-19 10:35:47 +02:00
parent c4478ccffa
commit 1caeab913b
415 changed files with 167903 additions and 0 deletions

View file

@ -0,0 +1,13 @@
$Id$
How to build avrdude from SVN:
1. svn co svn://svn.savannah.nongnu.org/avrdude/trunk
2. cd trunk/avrdude
3. ./bootstrap
4. ./configure
5. make