Commit graph

  • 4a2dea030a Change software version from hardcoded value to getting it from the configuration. Eric Weddington 2003-03-06 19:18:40 +00:00
  • 5d88da5ff1 Change software version from hardcoded value to getting it from the configuration. Eric Weddington 2003-03-06 19:18:40 +00:00
  • 0c6540f11a * avrdude.spec.in: Add docs sub-package. Add %post and %preun scriptlets for handling info files. Theodore A. Roth 2003-03-06 08:15:47 +00:00
  • 3af706d675 * avrdude.spec.in: Add docs sub-package. Add %post and %preun scriptlets for handling info files. Theodore A. Roth 2003-03-06 08:15:47 +00:00
  • c9250b9ca5 * configure.ac: Add --enable-versioned-doc option and set DOC_INST_DIR. * doc/Makefile.am: Add rules to install docs in DOC_INST_DIR. Theodore A. Roth 2003-03-06 07:48:08 +00:00
  • 6231171dad * configure.ac: Add --enable-versioned-doc option and set DOC_INST_DIR. * doc/Makefile.am: Add rules to install docs in DOC_INST_DIR. Theodore A. Roth 2003-03-06 07:48:08 +00:00
  • db62035cd2 Delete the lines which where commented out in previous commit. Theodore A. Roth 2003-03-06 06:53:39 +00:00
  • 290e07cc44 Delete the lines which where commented out in previous commit. Theodore A. Roth 2003-03-06 06:53:39 +00:00
  • b65ffb88bd * 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. Theodore A. Roth 2003-03-06 06:45:54 +00:00
  • e00d991513 * 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. Theodore A. Roth 2003-03-06 06:45:54 +00:00
  • c8cb63a1a8 * bootstrap: Force use of autoconf-2.57 and automake-1.7.x. Theodore A. Roth 2003-03-06 04:45:30 +00:00
  • 26a98b8b58 * bootstrap: Force use of autoconf-2.57 and automake-1.7.x. Theodore A. Roth 2003-03-06 04:45:30 +00:00
  • f24f899338 Add a definition for the popular Ponyprog dongle. Joerg Wunsch 2003-03-05 13:47:37 +00:00
  • 915f8e7b94 Add a definition for the popular Ponyprog dongle. Joerg Wunsch 2003-03-05 13:47:37 +00:00
  • 5f46c8fd63 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. Brian S. Dean 2003-03-05 04:57:03 +00:00
  • ec5ce74e82 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. Brian S. Dean 2003-03-05 04:57:03 +00:00
  • 8eab3f7547 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. Brian S. Dean 2003-03-05 04:37:09 +00:00
  • 434d7badab 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. Brian S. Dean 2003-03-05 04:37:09 +00:00
  • db1fd5124e 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. Brian S. Dean 2003-03-05 04:30:20 +00:00
  • 5588abbf68 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. Brian S. Dean 2003-03-05 04:30:20 +00:00
  • a61708b2b9 Don't call the programmer's 'paged_write' routine unless the memory itself is paged as it doesn't appear to work otherwise. Brian S. Dean 2003-03-05 02:35:50 +00:00
  • 177ac0177e Don't call the programmer's 'paged_write' routine unless the memory itself is paged as it doesn't appear to work otherwise. Brian S. Dean 2003-03-05 02:35:50 +00:00
  • f8d2ad4d3d Fix device codes for at90s8515 and at90s8535. Brian S. Dean 2003-03-05 02:33:30 +00:00
  • fc132b98a9 Fix device codes for at90s8515 and at90s8535. Brian S. Dean 2003-03-05 02:33:30 +00:00
  • 13f9f58c22 Add PAGEL and BS2 parms for parts I have datasheets for. Brian S. Dean 2003-03-05 01:42:57 +00:00
  • 762f617169 Add PAGEL and BS2 parms for parts I have datasheets for. Brian S. Dean 2003-03-05 01:42:57 +00:00
  • 75ba0d2a8b Do that last commit slightly differently - this way results in no shift-reduce conflicts. Brian S. Dean 2003-03-05 01:19:17 +00:00
  • 5d7000ba8a Do that last commit slightly differently - this way results in no shift-reduce conflicts. Brian S. Dean 2003-03-05 01:19:17 +00:00
  • 6fc6dab9b5 It shouldn't be an error to have an empty configuration file. This causes some shift-reduce conflicts, but I think they are OK. Brian S. Dean 2003-03-05 01:13:57 +00:00
  • b3828e962b It shouldn't be an error to have an empty configuration file. This causes some shift-reduce conflicts, but I think they are OK. Brian S. Dean 2003-03-05 01:13:57 +00:00
  • bec6fe57d4 Print out a list of valid parts for '-p ?' and a list of valid programmers for '-c ?'. Brian S. Dean 2003-03-05 00:53:49 +00:00
  • b95638377f Print out a list of valid parts for '-p ?' and a list of valid programmers for '-c ?'. Brian S. Dean 2003-03-05 00:53:49 +00:00
  • 143e30d32c Minor Windows doc corrections. Eric Weddington 2003-03-04 21:13:45 +00:00
  • f5d269c29a Minor Windows doc corrections. Eric Weddington 2003-03-04 21:13:45 +00:00
  • 3a20068018 Add TODO file. Eric Weddington 2003-03-04 18:17:43 +00:00
  • fafe392882 Add TODO file. Eric Weddington 2003-03-04 18:17:43 +00:00
  • b7da9366e6 Add AVR ISP programmer. Eric Weddington 2003-03-04 16:28:25 +00:00
  • 262af95eef Add AVR ISP programmer. Eric Weddington 2003-03-04 16:28:25 +00:00
  • 169e13589f Don't try to set extended device programming parameters if they haven't been specified in the config file for the part. Brian S. Dean 2003-03-04 14:33:19 +00:00
  • e7af3cdf7d Don't try to set extended device programming parameters if they haven't been specified in the config file for the part. Brian S. Dean 2003-03-04 14:33:19 +00:00
  • cc025b06c3 Set extended device parameters for all firmware versions. Brian S. Dean 2003-03-04 02:11:41 +00:00
  • 3d7ffa8e5c Set extended device parameters for all firmware versions. Brian S. Dean 2003-03-04 02:11:41 +00:00
  • cf56235bca First attempt at supporting STK500 firmware past 1.10. Thanks to Jason Kyle for the needed protocol information. Brian S. Dean 2003-03-04 02:03:11 +00:00
  • 91e50ad424 First attempt at supporting STK500 firmware past 1.10. Thanks to Jason Kyle for the needed protocol information. Brian S. Dean 2003-03-04 02:03:11 +00:00
  • 659a0a18a1 * doc/Makefile.am: Add ps and pdf rules since they aren't supplied by automake versions prior to 1.7. Theodore A. Roth 2003-03-03 18:42:04 +00:00
  • bff9b46d9b * doc/Makefile.am: Add ps and pdf rules since they aren't supplied by automake versions prior to 1.7. Theodore A. Roth 2003-03-03 18:42:04 +00:00
  • 05cb7dea0b * doc/avrdude.texi: Add node and menu information for the info system. Theodore A. Roth 2003-03-03 02:03:49 +00:00
  • 4d381ad0d7 * doc/avrdude.texi: Add node and menu information for the info system. Theodore A. Roth 2003-03-03 02:03:49 +00:00
  • e3e30d79a8 * 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. Theodore A. Roth 2003-03-03 01:09:52 +00:00
  • 5d54a98a61 * 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. Theodore A. Roth 2003-03-03 01:09:52 +00:00
  • 5de6b8e8c7 Initial manual. Brian S. Dean 2003-03-02 01:32:24 +00:00
  • c263250edb Initial manual. Brian S. Dean 2003-03-02 01:32:24 +00:00
  • bed435c2c1 * term.c: Use fgets() if readline() is not available. Theodore A. Roth 2003-02-27 20:08:54 +00:00
  • 8e79c164cb * term.c: Use fgets() if readline() is not available. Theodore A. Roth 2003-02-27 20:08:54 +00:00
  • 8afd3dc4e1 Oops, accidentally spammed the repository with my private version of "bootstrap". Back out that change. Joerg Wunsch 2003-02-27 16:43:55 +00:00
  • 1013b4d56e Oops, accidentally spammed the repository with my private version of "bootstrap". Back out that change. Joerg Wunsch 2003-02-27 16:43:55 +00:00
  • 599fd4e5fb Ignore \r as white space, to make the Windows people happy. Joerg Wunsch 2003-02-27 16:42:56 +00:00
  • 8729209e5a Ignore \r as white space, to make the Windows people happy. Joerg Wunsch 2003-02-27 16:42:56 +00:00
  • 2838aa472e * 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. Theodore A. Roth 2003-02-27 06:56:03 +00:00
  • 8eb79f1e0a * 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. Theodore A. Roth 2003-02-27 06:56:03 +00:00
  • ecd623836b * 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. Theodore A. Roth 2003-02-26 00:14:54 +00:00
  • 64f5d42240 * 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. Theodore A. Roth 2003-02-26 00:14:54 +00:00
  • e1fec80b10 * 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. Theodore A. Roth 2003-02-25 00:57:27 +00:00
  • d31deb3d9c * 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. Theodore A. Roth 2003-02-25 00:57:27 +00:00
  • 265a6b1989 Renamed avrdude.conf.sample to avrdude.conf.in. Theodore A. Roth 2003-02-25 00:53:22 +00:00
  • f9898c1f08 Renamed avrdude.conf.sample to avrdude.conf.in. Theodore A. Roth 2003-02-25 00:53:22 +00:00
  • fe28d2b2ee CRs again. Eric Weddington 2003-02-25 00:34:03 +00:00
  • 36b89fd3e7 CRs again. Eric Weddington 2003-02-25 00:34:03 +00:00
  • 9dc7e71e57 Get rid of CRs. Eric Weddington 2003-02-25 00:19:27 +00:00
  • ca06080e03 Get rid of CRs. Eric Weddington 2003-02-25 00:19:27 +00:00
  • 2bc7a31bc1 Get rid of CRs again. Eric Weddington 2003-02-25 00:15:14 +00:00
  • f1b34ee61c Get rid of CRs again. Eric Weddington 2003-02-25 00:15:14 +00:00
  • 84dbdab072 Get rid of CRs again. Eric Weddington 2003-02-25 00:07:57 +00:00
  • c3137c7a91 Get rid of CRs again. Eric Weddington 2003-02-25 00:07:57 +00:00
  • 695e5cfcac Atmel has rearranged their web site, so now the AVR docs have been moved to a more logically sounding URL. Joerg Wunsch 2003-02-24 23:27:31 +00:00
  • 4d386da66e Atmel has rearranged their web site, so now the AVR docs have been moved to a more logically sounding URL. Joerg Wunsch 2003-02-24 23:27:31 +00:00
  • 7705d613da Integrate Windows search of config files. Eric Weddington 2003-02-24 23:13:55 +00:00
  • 0f40a804f2 Integrate Windows search of config files. Eric Weddington 2003-02-24 23:13:55 +00:00
  • db1ed24848 config file search on Windows. Eric Weddington 2003-02-24 22:48:47 +00:00
  • c21adeb8f1 config file search on Windows. Eric Weddington 2003-02-24 22:48:47 +00:00
  • d75941adc7 Change port value from lpt1alt to lpt3. Other formatting changes. Eric Weddington 2003-02-24 21:02:01 +00:00
  • 248a263846 Change port value from lpt1alt to lpt3. Other formatting changes. Eric Weddington 2003-02-24 21:02:01 +00:00
  • ae9b29da6a Add giveio device driver source. Requires MS DDK to build. Eric Weddington 2003-02-24 17:56:42 +00:00
  • c39f81bb1b Add giveio device driver source. Requires MS DDK to build. Eric Weddington 2003-02-24 17:56:42 +00:00
  • c44eef4e58 Add giveio device driver binary. Eric Weddington 2003-02-24 17:49:02 +00:00
  • e5c227d049 Add giveio device driver binary. Eric Weddington 2003-02-24 17:49:02 +00:00
  • 9f655104f8 Move Windows specific files. Eric Weddington 2003-02-24 17:47:33 +00:00
  • 436ff65baa Move Windows specific files. Eric Weddington 2003-02-24 17:47:33 +00:00
  • efc4320fce Add Windows specific files. Eric Weddington 2003-02-24 17:42:12 +00:00
  • e872208835 Add Windows specific files. Eric Weddington 2003-02-24 17:42:12 +00:00
  • cc489a45e4 Usage back to stderr. Eric Weddington 2003-02-24 17:27:38 +00:00
  • 685c183c3b Usage back to stderr. Eric Weddington 2003-02-24 17:27:38 +00:00
  • e7b97b23f9 Add note about .avrduderc. Brian S. Dean 2003-02-22 16:47:46 +00:00
  • e7866fb67a Add note about .avrduderc. Brian S. Dean 2003-02-22 16:47:46 +00:00
  • 04da94efb9 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. Brian S. Dean 2003-02-22 16:45:13 +00:00
  • 5649b1d991 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. Brian S. Dean 2003-02-22 16:45:13 +00:00
  • a2b9c401e3 Spelling. Brian S. Dean 2003-02-22 03:58:52 +00:00
  • 46b2a7991f Spelling. Brian S. Dean 2003-02-22 03:58:52 +00:00
  • 61ea74c44c Put some stuff in the CHANGELOG for this upcoming new version before I forget. Brian S. Dean 2003-02-21 21:45:38 +00:00
  • 6c80f17d19 Put some stuff in the CHANGELOG for this upcoming new version before I forget. Brian S. Dean 2003-02-21 21:45:38 +00:00