Skip to content

Commit 3f82694

Browse files
committed
0 parents  commit 3f82694

File tree

414 files changed

+132595
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

414 files changed

+132595
-0
lines changed

.cvsignore

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
*.diff
2+
*.patch
3+
y.output
4+
y.tab.h
5+
lexer.c
6+
config_gram.c
7+
config_gram.h
8+
.cvsignore
9+
.depend
10+
.deps
11+
INSTALL
12+
Makefile.in
13+
Makefile
14+
ac_cfg.h.in
15+
aclocal.m4
16+
autom4te.cache
17+
configure
18+
depcomp
19+
install-sh
20+
compile
21+
missing
22+
mkinstalldirs
23+
stamp-h.in
24+
stamp-h1
25+
ac_cfg.h
26+
avrdude.conf
27+
avrdude.conf.tmp
28+
avrdude.spec
29+
config.guess
30+
config.log
31+
config.status
32+
config.sub
33+
avrdude

AUTHORS

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
AVRDUDE was written by:
2+
3+
Brian S. Dean <[email protected]>
4+
5+
Contributors:
6+
7+
Joerg Wunsch <[email protected]>
8+
Eric Weddington <[email protected]>
9+
Jan-Hinnerk Reichert <[email protected]>
10+
Alex Shepherd <[email protected]>
11+
Martin Thomas <[email protected]>
12+
Theodore A. Roth <[email protected]>
13+
Juliane Holzt <[email protected]>
14+
Colin O'Flynn <[email protected]>
15+
Thomas Fischl <[email protected]>
16+
David Hoerl <[email protected]>
17+
Michal Ludvig <[email protected]>
18+
Darell Tan <[email protected]>
19+
Wolfgang Moser
20+
Ville Voipio
21+
Hannes Weisbach
22+
Doug Springer
23+
Brett Hagman <[email protected]>
24+
Rene Liebscher <[email protected]>
25+
Jim Paris <[email protected]>
26+
Jan Egil Ruud <[email protected]>
27+
David Mosberger-Tang
28+
29+
For minor contributions, please see the ChangeLog files.
30+

BUILD-FROM-SVN

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
$Id: BUILD-FROM-SVN 1326 2014-06-24 15:26:14Z joerg_wunsch $
2+
3+
How to build avrdude from SVN:
4+
5+
1. svn co svn://svn.savannah.nongnu.org/avrdude/trunk
6+
7+
2. cd trunk/avrdude
8+
9+
3. ./bootstrap
10+
11+
4. ./configure
12+
13+
5. make

COPYING

+339
Large diffs are not rendered by default.

ChangeLog

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2020-03-14 Joerg Wunsch <[email protected]>
2+
3+
Submitted by Adrian Klieber:
4+
patch #9819: Address several leaks in SVN rev 1429
5+
* config.c: Fix potential memory leak
6+
* jtagmkII.c: (Dito.)
7+
* stk500v2.c: (Dito.)
8+
* update.c: (Dito.)
9+
* windows/loaddrv.c: Fix file descriptor leak.
10+
11+
2020-03-11 Joerg Wunsch <[email protected]>
12+
13+
Submitted by: kautism
14+
patch #9893: [PATCH] Reader reads ftdi handle after main thread close it
15+
* ft245r.c: Wait until reader thread has been stopped before closing FTDI
16+
17+
2020-03-11 Joerg Wunsch <[email protected]>
18+
19+
Fix compiler warnings
20+
* avr.c: misleading indentation after spin loop
21+
* fileio.c: EM_AVR32 might be defined in system <libelf.h>

0 commit comments

Comments
 (0)