Stefan Rueger
a708c53103
Update AUTHORS
2024-08-14 18:42:04 +01:00
Stefan Rueger
6b9102b879
Fix email address in AUTHORS list
2024-06-15 13:08:48 +01:00
Stefan Rueger
3f73f0b88d
Update AUTHORS list
2024-06-12 23:50:41 +01:00
Stefan Rueger
ffdf66d927
Make Copyright notices greppable/systematic
2024-06-10 20:40:11 +01:00
Joerg Wunsch
461d75bbc7
Add Marius to the dev team as well
...
Marius handles the MSVC and CMake staff as well as the Github
runners.
2022-11-21 09:41:46 +01:00
Joerg Wunsch
efad24e3de
Rewrite authors/copyrights
2022-11-18 10:31:45 +01:00
Joerg Wunsch
2fc351750e
Add Stefan and Xiaofan to the list of authors
2022-11-18 10:26:01 +01:00
Joerg Wunsch
6fd68ed7fe
Mention Hans Eirik Bull for his recent contributions
2022-02-01 23:26:20 +01:00
Joerg Wunsch
36de84ab48
Mention Dawid and Marius for their recent contributions.
2022-02-01 20:35:15 +01:00
Marius Greuel
764c0f6e19
Add credits for giveio.sys driver contributions
2021-12-21 17:57:39 +01:00
Joerg Wunsch
6887f4f373
Add David Mosberger's email address (with permission)
...
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1489 81a1dc3b-b13d-400b-aceb-764788c761c2
2021-11-25 18:51:54 +00:00
Joerg Wunsch
8004e38403
patch #8719 : Support Over-the-Air bootloading with XBeeBoot
...
Submitted by David Sainty:
* xbee.c: New programmer
* xbee.h: (Dito.)
* pgm_type.c: Add xbee.h
* avrdude.conf.in (xbee): New programmer
* Makefile.am (libavrdude_a_SOURCES): add xbee.c, xbee.h
* avrdude.1: document the new programmer
* doc/avrdude.texi: (Dito.)
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1477 81a1dc3b-b13d-400b-aceb-764788c761c2
2021-11-22 21:35:26 +00:00
Joerg Wunsch
46e573cde6
Fix author name in some files.
...
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1426 81a1dc3b-b13d-400b-aceb-764788c761c2
2018-03-15 22:03:36 +00:00
Joerg Wunsch
2b9108b58f
Submitted by David Mosberger-Tang
...
patch #8924 : Enable TPI for usbtiny
* usbtiny.c: Extend to handle TPI targets
* configure.ac: Probe for <netinet/in.h>
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1412 81a1dc3b-b13d-400b-aceb-764788c761c2
2018-01-12 23:31:35 +00:00
Joerg Wunsch
186656b855
Submitted by Jan Egil Ruud <janegil.ruud@microchip.com>
...
patch #9482 : Add support for UPDI and AVR8X
* avrdude.conf.in (xplainedpro_updi): New programmer
* avrdude.conf.in (.avr8x, ATtiny1617, ATtiny817): New device
family and devices
* config_gram.y: add K_OCD_BASE and K_HAS_UPDI
* lexer.l: (Ditto.)
* doc/avrdude.texi: Document "has_updi" flag
* jtag3.c: Implement UPDI
* jtag3.h: (Ditto.)
* jtag3_private.h: (Ditto.)
* libavrdude.h: Add ocd_base value and AVRPART_HAS_UPDI flag
* pgm_type.c: Add jtagice3_updi
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1398 81a1dc3b-b13d-400b-aceb-764788c761c2
2017-11-29 23:09:51 +00:00
Rene Liebscher
db1419c93f
patch #7724 Add TPI support for Bus Pirate using bitbang mode
...
* buspirate.[ch]: added support for BusPirate Bitbanging
* avrdude.conf.in: added entry for buspirate_bb
* pgm_type.c: added entry for buspirate_bb
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1138 81a1dc3b-b13d-400b-aceb-764788c761c2
2013-01-30 21:15:39 +00:00
Rene Liebscher
e61690b142
* pickit2.c: reordered #includes for non-usb configuration
...
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1122 81a1dc3b-b13d-400b-aceb-764788c761c2
2012-12-03 20:50:11 +00:00
Joerg Wunsch
bc8716738e
Add Brett Hagman's email address.
...
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@990 81a1dc3b-b13d-400b-aceb-764788c761c2
2011-08-26 20:35:58 +00:00
Joerg Wunsch
86432b91d9
Submitted by Brett Hagman:
...
Add support for the "Wiring" board/bootloader
* wiring.c: New file.
* wiring.h: (Ditto.)
* Makefile.am: Add new files.
* stk500v2_private.h: Reorganize so some functions and struct
pdata are globally known.
* stk500v2.c: (Ditto.)
* stk500v2.h: (Ditto.)
* lexer.l: Add new programmer keywords.
* config_gram.y: (Ditto.)
* avrdude.conf.in: Add "wiring" programmer entry.
* avrdude.1: Document the new programmer.
* doc/avrdude.texi: (Ditto.)
* AUTHORS: Add Brett Hagman.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@987 81a1dc3b-b13d-400b-aceb-764788c761c2
2011-08-26 20:22:09 +00:00
Joerg Wunsch
46c7bf38ec
Submitted by Doug Springer, based on work by
...
Wolfgang Moser, Ville Voipio, Hannes Weisbach
patch #7486 : Patch to add FT2232C/D, FT2232H, FT4232H,
usbvid, usbpid, usbdev for USB support - Based on #7062
* avrftdi.c: New file.
* avrftdi.h: (Ditto.)
* configure.ac: Add check for libftdi.
* config_gram.y: Add AVRFTDI and per-programmer USB string
keywords.
* lexer.l: (Ditto.)
* avrdude.conf.in: Add avrftdi and 2232HIO programmers.
* pgm.h: Add USB parameters.
* Makefile.am: Add avrftdi.c and avrftdi.h.
* AUTHORS: Mention the new authors.
* avrdude.1: Document the changes.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@979 81a1dc3b-b13d-400b-aceb-764788c761c2
2011-08-25 16:12:30 +00:00
Joerg Wunsch
d74d9e647e
Add Darell's email address, so it's consistent with the other authors.
...
Add the forgotten tpi.h file.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@978 81a1dc3b-b13d-400b-aceb-764788c761c2
2011-08-24 07:40:48 +00:00
Joerg Wunsch
ce3000d960
Submitted by Darell Tan:
...
patch #7244 : TPI bitbang implementation
* bitbang.c: Add TPI bitbang stuff.
* bitbang.h: (Ditto.)
* avr.c: (Ditto.)
* avr.h: (Ditto.)
* pgm.c: (Ditto.)
* pgm.h: (Ditto.)
* serbb_posix.c: Wire bitbang_cmd_tpi into the struct pgm.
* serbb_win32.c: (Ditto.)
* par.c: (Ditto.)
* doc/avrdude.texi: Document the TPI bitbang support.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@976 81a1dc3b-b13d-400b-aceb-764788c761c2
2011-08-23 21:03:36 +00:00
Joerg Wunsch
c7f93ef7f1
Add Thomas Fischl as well (USBasp).
...
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@893 81a1dc3b-b13d-400b-aceb-764788c761c2
2010-01-08 13:43:41 +00:00
Joerg Wunsch
da292c817e
Add Michal Ludvig, for his contribution of the buspirate code.
...
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@892 81a1dc3b-b13d-400b-aceb-764788c761c2
2010-01-08 13:41:42 +00:00
David Hoerl
a0bb0b062e
added myself
...
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@847 81a1dc3b-b13d-400b-aceb-764788c761c2
2009-10-10 19:03:16 +00:00
Brian S. Dean
e704521523
Add Colin O'Flynn to the contributors list for his safemode support.
...
Document the addition of the latest safemode update in the change log.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@522 81a1dc3b-b13d-400b-aceb-764788c761c2
2005-09-21 01:43:19 +00:00
Joerg Wunsch
81b60f7f31
Forgot to add Michael Holzt to that file in my previous commit.
...
He's the author of the serbb contribution.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@516 81a1dc3b-b13d-400b-aceb-764788c761c2
2005-09-19 05:36:37 +00:00
Theodore A. Roth
443cc23ae9
* AUTHORS: Add names of recent major contributors.
...
* ser_win32.c: Assign copyright to Martin J. Thomas since he did all
real work on this file.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@429 81a1dc3b-b13d-400b-aceb-764788c761c2
2004-07-08 23:49:33 +00:00
Eric Weddington
1ca24082fc
Change email address.
...
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@326 81a1dc3b-b13d-400b-aceb-764788c761c2
2003-05-13 18:10:55 +00:00
Brian S. Dean
4a3b0ab75f
Add Ted, who forgot to add himself.
...
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@288 81a1dc3b-b13d-400b-aceb-764788c761c2
2003-03-13 03:16:53 +00:00
Brian S. Dean
698a66b1f7
Use my other e-mail address.
...
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@284 81a1dc3b-b13d-400b-aceb-764788c761c2
2003-03-12 03:43:51 +00:00
Theodore A. Roth
ba552f9bcd
* AUTHORS: Updated.
...
* CHANGELOG: Move contents to NEWS and remove file.
* ChangeLog: All of the changes for this year.
* ChangeLog-2001: All 2001 changes.
* ChangeLog-2002: All 2002 changes.
* Makefile.am (EXTRA_DIST): Remove CHANGELOG and and Change-200[12].
* NEWS: Moved contents of CHANGELOG file here.
* README: Add note pointing to savannah site.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@279 81a1dc3b-b13d-400b-aceb-764788c761c2
2003-03-11 22:34:53 +00:00
Theodore A. Roth
2c7934a1ca
These changes add basic support for a autoconf/automake based build system.
...
* .cvsignore: Ignore autoconf files.
* AUTHORS: New file.
* ChangeLog: New file.
* Makefile: Removed file.
* Makefile.am: New file.
* NEWS: New file.
* README: New file.
* bootstrap: New file.
* configure.ac: New file.
* avr.c: Include ac_cfg.h (generated by autoconf).
* config.c: Include ac_cfg.h.
Include config_gram.h instead of y.tab.h.
* config.h: If HAS_YYSTYPE is not defined, define YYSTYPE.
* config_gram.y: Include ac_cfg.h.
* fileio.c: Include ac_cfg.h.
* lexer.l: Include config_gram.h instead of y.tab.h.
* lists.c: Include ac_cfg.h.
* main.c: Include ac_cfg.h.
* par.c: Include ac_cfg.h.
* pgm.c: Include ac_cfg.h.
* ppi.c: Include ac_cfg.h.
* stk500.c: Include ac_cfg.h.
* term.c: Include ac_cfg.h.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@192 81a1dc3b-b13d-400b-aceb-764788c761c2
2003-02-14 20:34:03 +00:00