📄 changelog
字号:
2003-03-11 Theodore A. Roth <troth@openavr.org> * Makefile.am: Add CLEANFILES to remove all files from a make. * doc/Makefile.am: Ditto2003-03-11 Theodore A. Roth <troth@openavr.org> * windows/Makefile.am: Fix uninstall-local rule (forget the $$file part of the rm command).2003-03-11 Theodore A. Roth <troth@openavr.org> * 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.2003-03-11 Eric Weddington <eric@umginc.net> * doc/avrdude.texi: Add Install and Documentation sections for Windows. Fix typo.2003-03-10 Theodore A. Roth <troth@openavr.org> * Makefile.am: * Makefile.am (EXTRA_DIST): Add CHANGELOG.2003-03-10 Brian S. Dean <bsd@bsdhome.com> * stk500.c: Disable debugging printf. * configure.ac: Update version number in preparation for release.2003-03-10 Theodore A. Roth <troth@openavr.org> * doc/avrdude.texi: Add comment before each node to make them stand out better. Use @option{} command for options instead of @code{}. Merge FreeBSD and Linux platform dependent information.2003-03-10 Brian S. Dean <bsd@bsdhome.com> * avrdude.1: Minor man page updates to better reflect reality.2003-03-10 Joerg Wunsch <j@uriah.heep.sax.de> * bootstrap: Export all the AUTO* variables. Hopefully, that way the generated Makefile might get them correctly. * bootstrap: Export ${AUTOCONF} so automake will find it by whatever name it will be called today.2003-03-06 Eric Weddington <eric@umginc.net> * doc/avrdude.texi: Add notes about ability to list parts and list programmers in the config file in -p and -c descriptions. Change info about where to find Windows search method in -C description. * main.c: Change software version from hardcoded value to getting it from the configuration.2003-03-06 Theodore A. Roth <troth@openavr.org> * avrdude.spec.in: * avrdude.spec.in: Add docs sub-package. Add %post and %preun scriptlets for handling info files. * configure.ac, doc/Makefile.am: * configure.ac: Add --enable-versioned-doc option and set DOC_INST_DIR. * doc/Makefile.am: Add rules to install docs in DOC_INST_DIR. * doc/Makefile.am: Delete the lines which where commented out in previous commit. * configure.ac, doc/Makefile.am: * configure.ac: Remove hack to make work with automake-1.5. * doc/Makefile.am: Remove extra rules that were needed to work with automake-1.5. * bootstrap: * bootstrap: Force use of autoconf-2.57 and automake-1.7.x.2003-03-05 Joerg Wunsch <j@uriah.heep.sax.de> * avrdude.conf.in: Add a definition for the popular Ponyprog dongle. Submitted by: Daniel Williamson <dannyw@maconmgt.co.uk>2003-03-05 Brian S. Dean <bsd@bsdhome.com> * main.c: Check the programmer type against 'STK500' instead of the programmer name when checking to see if we should default to the default_serial port instead of the default_parallel port. This has us do the right thing for the new 'avrisp' programmer. * stk500.c: Make the page size used for non-paged parts for the 'paged_write' command be 128 bytes. This cuts 6 seconds off the programming time for uploading a 6K file into an AT90S8515 vs the time loading the same file using a 16 byte buffer, and the response feedback is still good. * avr.c, stk500.c: Fix stk500 page write (Program Page command). This is supported after all on non-paged-memory parts. The problem was that the page size was defaulting to 256 (maximum for the stk500), but the timeout for a response from the stk500 before declaring it dead was only 0.5 seconds. But it takes much longer than 0.5 seconds to program 256 bytes, so we just weren't waiting long enough. Fix this in two ways - increase the timeout to 5 seconds, and decrease the page size to 16 bytes for non-paged parts. The programming time for 16 bytes is short enough to provide the user with some feedback that something is happening. * avr.c, stk500.c: Don't call the programmer's 'paged_write' routine unless the memory itself is paged as it doesn't appear to work otherwise. * avrdude.conf.in: Fix device codes for at90s8515 and at90s8535. * avrdude.conf.in: Add PAGEL and BS2 parms for parts I have datasheets for. * config_gram.y: Do that last commit slightly differently - this way results in no shift-reduce conflicts. * config_gram.y: It shouldn't be an error to have an empty configuration file. This causes some shift-reduce conflicts, but I think they are OK. * main.c: Print out a list of valid parts for '-p ?' and a list of valid programmers for '-c ?'.2003-03-04 Eric Weddington <eric@umginc.net> * doc/avrdude.texi: Minor Windows doc corrections. * doc/TODO: Add TODO file. * avrdude.conf.in: Add AVR ISP programmer.2003-03-04 Brian S. Dean <bsd@bsdhome.com> * stk500.c: Don't try to set extended device programming parameters if they haven't been specified in the config file for the part. * stk500.c: Set extended device parameters for all firmware versions. * stk500.c: First attempt at supporting STK500 firmware past 1.10. Thanks to Jason Kyle for the needed protocol information.2003-03-03 Theodore A. Roth <troth@openavr.org> * doc/Makefile.am: * doc/Makefile.am: Add ps and pdf rules since they aren't supplied by automake versions prior to 1.7. * doc/avrdude.texi: * doc/avrdude.texi: Add node and menu information for the info system. * Makefile.am, configure.ac, doc/Makefile.am, doc/avrdude.texi: * Makefile.am (SUBDIRS): Add doc dir. * configure.ac (AC_CONFIG_FILES): Add doc/Makefile. * doc/Makefile.am: New file. * doc/avrdude.texi: Use automatically generated version.texi.2003-03-02 Brian S. Dean <bsd@bsdhome.com> * doc/avrdude.texi: Initial manual.2003-02-27 Theodore A. Roth <troth@openavr.org> * term.c: * term.c: Use fgets() if readline() is not available.2003-02-27 Joerg Wunsch <j@uriah.heep.sax.de> * bootstrap: Oops, accidentally spammed the repository with my private version of "bootstrap". Back out that change. * bootstrap, lexer.l: Ignore \r as white space, to make the Windows people happy.2003-02-27 Theodore A. Roth <troth@openavr.org> * Makefile.am (EXTRA_DIST): Add avrdude.spec and make entries one per line so future patches are obvious as to what changed. * avrdude.spec.in: New file to support creation of binaries in rpm format. * configure.ac (AC_OUTPUT): Add avrdude.spec. Reorder so that Makefile is the last entry.2003-02-26 Theodore A. Roth <troth@openavr.org> * Makefile.am (SUBDIRS): Add windows dir. * configure.ac: If $target is a windows system, build whats in windows sub dir. * windows/Makefile.am: New file.2003-02-25 Theodore A. Roth <troth@openavr.org> * ChangeLog: Point reader to the CHANGELOG file. * Makefile.am (EXTRA_DIST): Rename avrdude.conf.sample to avrdude.conf.in. Remove avrdude.conf and distclean-local rules. Add install-exec-local and backup-avrdude-conf rules. * avrdude.conf.in: Set default_parallel to "@DEFAULT_PAR_PORT@" for autoconf expansion. Set default_serial to "@DEFAULT_SER_PORT@" for autoconf expansion. * configure.ac: Add call to AC_CANONICAL_{BUILD,HOST,TARGET} macros. Set DEFAULT_PAR_PORT and DEFAULT_SER_PORT based on $host. Add copyright header. Define avrdude_version so AC_INIT and AM_INIT_AUTOMAKE are sure to get the same version. * avrdude.conf.in, avrdude.conf.sample: Renamed avrdude.conf.sample to avrdude.conf.in.2003-02-25 Eric Weddington <eric@umginc.net> * ppiwin.c: CRs again. * confwin.c, confwin.h: Get rid of CRs. * main.c, Makefile.am: Get rid of CRs again.2003-02-24 Joerg Wunsch <j@uriah.heep.sax.de> * avrdude.1: Atmel has rearranged their web site, so now the AVR docs have been moved to a more logically sounding URL.2003-02-24 Eric Weddington <eric@umginc.net> * Makefile.am, main.c: Integrate Windows search of config files. * confwin.c, confwin.h: config file search on Windows. * ppiwin.c: Change port value from lpt1alt to lpt3. Other formatting changes. * windows/giveio.c: Add giveio device driver source. Requires MS DDK to build. * windows/giveio.sys: Add giveio device driver binary. * giveio.sys, install_giveio.bat, remove_giveio.bat, status_giveio.bat: Move Windows specific files. * windows/loaddrv.c, windows/loaddrv.h, windows/remove_giveio.bat: * windows/status_giveio.bat, windows/install_giveio.bat: Add Windows specific files. * main.c: Usage back to stderr.2003-02-22 Brian S. Dean <bsd@bsdhome.com> * CHANGELOG: Add note about .avrduderc. * avr.c, avrdude.conf.sample, avrpart.h, config_gram.y, main.c, * par.c, pgm.c, pgm.h: Add the ability to read a per-user config file located at $HOME/.avrduderc. Entries from .avrduderc take precedence over those from the system wide config file in ${PREFIX}/etc/avrdude.conf. Track and display the config file name and line number when we print out the available parts and programmers. This is useful in case someone has overridden a definition in their .avrduderc file and is wondering why the definition in the system wide config file is not being used. Remove the default programmer 'stk500' from the distributed config file. * CHANGELOG: Spelling.2003-02-21 Brian S. Dean <bsd@bsdhome.com> * CHANGELOG: Put some stuff in the CHANGELOG for this upcoming new version before I forget. * main.c: Update comment due to removal of the default parallel port pin config. * config.c, config.h, config_gram.y, lexer.l, main.c: * avrdude.conf.sample: Introduce 'default_programmer' to the config file instead of requiring one of the programmers to be tagged "default" within its definition. Also, axe the notion of a compiled-in default programmer. It is
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -