2004-07-05 15:04:19 +00:00
|
|
|
2004-07-05 Jan-Hinnerk Reichert <hinni@despammed.com>
|
|
|
|
* *.c, *.h: Removed unnecessary includes of
|
|
|
|
config.h
|
|
|
|
|
2004-07-05 14:10:15 +00:00
|
|
|
2004-07-04 Jan-Hinnerk Reichert <hinni@despammed.com>
|
|
|
|
* avr.h: Removed some unused prototypes
|
|
|
|
|
2004-07-04 12:13:02 +00:00
|
|
|
2004-07-04 Jan-Hinnerk Reichert <hinni@despammed.com>
|
|
|
|
* stk500.c: Fixed fosc behaviour for values exceeding
|
|
|
|
maximum frequency (contributed by Galen Seitz)
|
|
|
|
|
2004-07-04 12:09:29 +00:00
|
|
|
2004-07-04 Jan-Hinnerk Reichert <hinni@despammed.com>
|
|
|
|
* avrdude.conf.in: Added support for
|
|
|
|
ATtiny2313 (contributed by Bob Paddock)
|
|
|
|
|
2004-06-25 14:28:26 +00:00
|
|
|
2004-06-25 Joerg Wunsch <j@uriah.heep.sax.de>
|
|
|
|
|
|
|
|
* avrdude.conf.in: Fix efuse bits for ATmega169.
|
|
|
|
|
2004-07-05 10:56:24 +00:00
|
|
|
2004-06-24 Alex Shepherd <maillists@ajsystems.co.nz>
|
|
|
|
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
|
|
|
|
|
2004-07-04 12:13:48 +00:00
|
|
|
2004-06-17 Jan-Hinnerk Reichert <hinni@despammed.com>
|
2004-06-22 17:38:54 +00:00
|
|
|
* 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 23:08:47 +00:00
|
|
|
2004/05/19 Brian S. Dean <bsd@bsdhome.com>
|
|
|
|
|
|
|
|
* 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 <bsd@bsdhome.com>
|
|
|
|
|
|
|
|
* ppi.c: Stub-out the ppi_* functions in ppi.c with empty
|
|
|
|
wrappers that simply return an error code in order to build
|
|
|
|
successfully on MacOS X. This allows avrdude to work on MacOS
|
|
|
|
X and was tested using a USB<->RS232 cable adapter,
|
|
|
|
specifically Keyspan model USA-19HS.
|
|
|
|
|
2004-04-23 20:36:00 +00:00
|
|
|
2004-04-23 Joerg Wunsch <j@uriah.heep.sax.de>
|
|
|
|
|
|
|
|
* lists.h, lists.c: Drop LISTSZ and the check for
|
|
|
|
it in lcreat().
|
|
|
|
|
2004-04-17 19:37:14 +00:00
|
|
|
2004-04-17 Jan-Hinnerk Reichert <hinni@despammed.com>
|
|
|
|
|
|
|
|
* avr910.c: Hopefully fixed that weird "first byte not
|
|
|
|
programmed"-error in a good way (previous fix was not
|
|
|
|
working with all firmwares)
|
|
|
|
|
2004-02-10 00:20:51 +00:00
|
|
|
2004-02-10 Jan-Hinnerk Reichert <hinni@despammed.com>
|
|
|
|
|
|
|
|
* avrdude.1, doc/avrdude.texi, doc/TODO:
|
|
|
|
Removed the deprecated options from documentation
|
|
|
|
|
2004-02-09 23:43:42 +00:00
|
|
|
2004-02-10 Jan-Hinnerk Reichert <hinni@despammed.com>
|
|
|
|
|
|
|
|
* main.c: Removed deprecated options.
|
|
|
|
|
2004-01-29 13:23:59 +00:00
|
|
|
2004-01-28 Jan-Hinnerk Reichert <hinni@despammed.com>
|
|
|
|
|
|
|
|
* pgm.c, main.c, avr910.c, butterfly.c, stk500.c:
|
|
|
|
Changed default for powerup, powerdown and LED-commands
|
|
|
|
to do nothing and return OK. Then removed these commands
|
|
|
|
from avr910, butterfly and stk500.
|
|
|
|
* pgm.c: Fixed wrong type for default_open introduced by
|
|
|
|
the cleanup yesterday.
|
|
|
|
|
|
|
|
|
2004-01-29 12:57:09 +00:00
|
|
|
2004-01-29 Jan-Hinnerk Reichert <hinni@despammed.com>
|
|
|
|
|
|
|
|
* par.c: changed order of port-read/writes in par_txrx().
|
|
|
|
This change should increase immunity to delays in the
|
|
|
|
programmer-hardware.
|
|
|
|
Also did some unrelated cleanup in par_txrx().
|
|
|
|
|
2004-01-28 20:01:44 +00:00
|
|
|
2004-01-28 Jan-Hinnerk Reichert <hinni@despammed.com>
|
|
|
|
|
|
|
|
* pgm.[ch], main.c, par.c, avr910.c, butterfly.c, stk500.c:
|
|
|
|
Move save/restore-functionality into open/close.
|
|
|
|
* par.c: open/close now saves/restores PPICTRL, too.
|
|
|
|
* TODO: exitspecs don't work if RESET is in PPICTRL.
|
|
|
|
|
2004-01-27 04:39:06 +00:00
|
|
|
2004-01-26 Theodore A. Roth <troth@openavr.org>
|
|
|
|
|
|
|
|
* configure.ac (AC_INIT): Post release version update.
|
|
|
|
|
2004-01-27 04:27:18 +00:00
|
|
|
2004-01-26 Theodore A. Roth <troth@openavr.org>
|
|
|
|
|
|
|
|
* AVRDUDE 4.3.0 has been released (cvs release tag is "release_4_3_0").
|
|
|
|
|
|
|
|
2004-01-26 Theodore A. Roth <troth@openavr.org>
|
|
|
|
|
|
|
|
* configure.ac: Update copyright year.
|
|
|
|
(AC_INIT): Set version to 4.3.0.
|
|
|
|
|
2004-01-26 06:27:41 +00:00
|
|
|
2004-01-25 Theodore A. Roth <troth@openavr.org>
|
|
|
|
|
|
|
|
* ChangeLog: Minor formatting cleanups.
|
|
|
|
Move to all 2003 entries to ChangeLog-2003.
|
|
|
|
* ChangeLog-2003: New file.
|
|
|
|
* Makefile.am: Update copyright year.
|
|
|
|
(EXTRA_DIST): Add ChangeLog-2003.
|
|
|
|
|
2004-01-17 19:38:15 +00:00
|
|
|
2004-01-17 Jan-Hinnerk Reichert <hinni@despammed.com>
|
|
|
|
|
2004-01-26 06:27:41 +00:00
|
|
|
* doc/avrdude.texi: Get rid of those black boxes marking "overfull
|
|
|
|
hbox".
|
2004-01-17 19:38:15 +00:00
|
|
|
|
2004-01-17 14:36:47 +00:00
|
|
|
2004-01-17 Jan-Hinnerk Reichert <hinni@despammed.com>
|
|
|
|
|
2004-01-26 06:27:41 +00:00
|
|
|
* doc/avrdude.texi: New appendix "Troubleshooting".
|
2004-01-17 14:36:47 +00:00
|
|
|
|
2004-01-12 22:48:50 +00:00
|
|
|
2004-01-12 Jan-Hinnerk Reichert <hinni@despammed.com>
|
|
|
|
|
|
|
|
* avr910.c, avrpart.c, avrpart.h, doc/TODO:
|
|
|
|
Look up devicecode and report device.
|
|
|
|
|
2004-01-03 18:36:44 +00:00
|
|
|
2004-01-03 Jan-Hinnerk Reichert <hinni@despammed.com>
|
|
|
|
|
|
|
|
* avr910.c, pgm.c, pgm.h, config_gram.y, lexer.l: Add new configuration
|
|
|
|
parameter baudrate to support avr910-programmers with non-standard
|
2004-01-26 06:27:41 +00:00
|
|
|
baudrates.
|
2004-01-03 18:36:44 +00:00
|
|
|
* avrdude.conf.in, doc/avrdude.texi: Added "baudrate" to documentation.
|
|
|
|
|
2004-01-03 18:18:57 +00:00
|
|
|
2004-01-03 Jan-Hinnerk Reichert <hinni@despammed.com>
|
|
|
|
|
2004-01-26 06:27:41 +00:00
|
|
|
* avr910.c: Removed debugging stuff that is no longer needed.
|
2004-01-03 18:18:57 +00:00
|
|
|
|
2004-01-03 18:14:46 +00:00
|
|
|
2004-01-03 Jan-Hinnerk Reichert <hinni@despammed.com>
|
|
|
|
|
2004-01-26 06:27:41 +00:00
|
|
|
* doc/TODO: Removed two items.
|
2004-01-03 18:14:46 +00:00
|
|
|
|
2004-01-03 18:13:34 +00:00
|
|
|
2004-01-03 Jan-Hinnerk Reichert <hinni@despammed.com>
|
|
|
|
|
2004-01-26 06:27:41 +00:00
|
|
|
* main.c, avr.c, avr.h, par.c, stk500.c: Add function
|
2004-01-03 18:13:34 +00:00
|
|
|
avr_chip_erase() to unify handling of cycle-count.
|
2004-01-26 06:27:41 +00:00
|
|
|
Makes cycle-count work for avr910-programmers.
|
2003-03-11 22:34:53 +00:00
|
|
|
|