From 1a15a593558178d42497de80fd8801de23c69eb9 Mon Sep 17 00:00:00 2001 From: troth Date: Thu, 8 Jul 2004 23:49:33 +0000 Subject: [PATCH] * 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 --- AUTHORS | 7 ++++++- ChangeLog | 47 +++++++++++++++++++++++++++++++---------------- ser_win32.c | 2 +- 3 files changed, 38 insertions(+), 18 deletions(-) diff --git a/AUTHORS b/AUTHORS index f0d4b8e5..5e6132e9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,6 +5,11 @@ AVRDUDE was written by: Contributors: Joerg Wunsch - Eric Weddington + Eric Weddington + Jan-Hinnerk Reichert + Alex Shepherd + Martin Thomas Theodore A. Roth +For minor contributions, please see the ChangeLog files. + diff --git a/ChangeLog b/ChangeLog index 9ed7fe02..13f72b15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,20 +1,31 @@ +2004-07-08 Theodore A. Roth + + * 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. + 2004-07-07 Jan-Hinnerk Reichert + * NEWS, doc/TODO: Updated NEWS and TODO 2004-07-07 Jan-Hinnerk Reichert + * stk500.c, term.c, doc/avrdude.texi, avrdude.1: added "sck"-command to the terminal mode. This command allows slowing down of the SCK of STK500-programmers. 2004-07-05 Jan-Hinnerk Reichert + * *.c, *.h: Removed unnecessary includes of config.h 2004-07-04 Jan-Hinnerk Reichert + * avr.h: Removed some unused prototypes 2004-07-04 Jan-Hinnerk Reichert + * stk500.c: Fixed fosc behaviour for values exceeding maximum frequency (contributed by Galen Seitz) @@ -27,35 +38,39 @@ * avrdude.conf.in: Fix efuse bits for ATmega169. 2004-06-24 Alex Shepherd + Merged in Win32 Native changes contributed by Martin Thomas - Changed all instances of __CYGWIN__ conditional compilation to WIN32NATIVE - * ser_win32.c fleshed out all the previous stubs - * ser_posix.c added WIN32NATIVE conditional compilation to skip - all function to allow ser_win32.c functions to operate - * ppi.h removed commented code - * pgh.h added usleep macros - * main.c stdout,stderr tweaks for Win32 - * configure.ac added CFLAGS and LDFLAGS for Win32Native - * config_gram.y added strtok_r macro - * buterfly.c added various stub functions and EXIT processing - * avr910.c added return 0 to avr910_open() and included time headers - * term.c added warning about libreadline not supported in WIN32NATIVE + Changed all instances of __CYGWIN__ conditional compilation to + WIN32NATIVE + + * ser_win32.c: fleshed out all the previous stubs + * ser_posix.c: added WIN32NATIVE conditional compilation to skip + all function to allow ser_win32.c functions to operate + * ppi.h: removed commented code + * pgh.h: added usleep macros + * main.c: stdout,stderr tweaks for Win32 + * configure.ac: added CFLAGS and LDFLAGS for Win32Native + * config_gram.y: added strtok_r macro + * buterfly.c: added various stub functions and EXIT processing + * avr910.c: added return 0 to avr910_open() and included time headers + * term.c: added warning about libreadline not supported in WIN32NATIVE 2004-06-17 Jan-Hinnerk Reichert + * avrdude.conf.in: Added support for - tiny13 (contributed by Pawel Moll) - mega48 and mega88 (contributed by Galen Seitz) However, the STK500-code for mega8 remains unchanged. -2004/05/19 Brian S. Dean +2004-05-19 Brian S. Dean - * main.c: - * stk500.c: Allow the baud rate to be specified on the command + * main.c: + * stk500.c: Allow the baud rate to be specified on the command line with a new -b switch. The specified baud rate will override the default serial port baud rate for a particular programmer. -2004/05/19 Brian S. Dean +2004-05-19 Brian S. Dean * ppi.c: Stub-out the ppi_* functions in ppi.c with empty wrappers that simply return an error code in order to build diff --git a/ser_win32.c b/ser_win32.c index bf978182..19e0dc20 100644 --- a/ser_win32.c +++ b/ser_win32.c @@ -1,6 +1,6 @@ /* * avrdude - A Downloader/Uploader for AVR device programmers - * Copyright (C) 2003 Theodore A. Roth + * Copyright (C) 2003, 2004 Martin J. Thomas * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by