Commit Graph

  • 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
  • 6e9bdf2a6e Don't call the programmer's 'paged_write' routine unless the memory itself is paged as it doesn't appear to work otherwise. bdean 2003-03-05 02:35:50 +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
  • 21c0c54028 Fix device codes for at90s8515 and at90s8535. bdean 2003-03-05 02:33:30 +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
  • b52d86ae9d Add PAGEL and BS2 parms for parts I have datasheets for. bdean 2003-03-05 01:42:57 +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
  • 5a65e71d37 Do that last commit slightly differently - this way results in no shift-reduce conflicts. bdean 2003-03-05 01:19:17 +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
  • afbb106145 It shouldn't be an error to have an empty configuration file. This causes some shift-reduce conflicts, but I think they are OK. bdean 2003-03-05 01:13:57 +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
  • 174397969c Print out a list of valid parts for '-p ?' and a list of valid programmers for '-c ?'. bdean 2003-03-05 00:53:49 +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
  • e1d8ea7bee Minor Windows doc corrections. arcanum 2003-03-04 21:13:45 +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
  • ebb01521aa Add TODO file. arcanum 2003-03-04 18:17:43 +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
  • 91497f7ae8 Add AVR ISP programmer. arcanum 2003-03-04 16:28:25 +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
  • 4f9b61168c Don't try to set extended device programming parameters if they haven't been specified in the config file for the part. bdean 2003-03-04 14:33:19 +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
  • 5a60659d9e Set extended device parameters for all firmware versions. bdean 2003-03-04 02:11:41 +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
  • e6c66498fa First attempt at supporting STK500 firmware past 1.10. Thanks to Jason Kyle for the needed protocol information. bdean 2003-03-04 02:03:11 +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
  • b03e04dfe1 * doc/Makefile.am: Add ps and pdf rules since they aren't supplied by automake versions prior to 1.7. troth 2003-03-03 18:42:04 +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
  • b0528bfef4 * doc/avrdude.texi: Add node and menu information for the info system. troth 2003-03-03 02:03:49 +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
  • c8da7420c9 * 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. troth 2003-03-03 01:09:52 +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
  • b8c21b8b21 Initial manual. bdean 2003-03-02 01:32:24 +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
  • 1176102f51 * term.c: Use fgets() if readline() is not available. troth 2003-02-27 20:08:54 +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
  • bcfb4da94e 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
  • 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
  • da3b460be6 Ignore \r as white space, to make the Windows people happy. joerg_wunsch 2003-02-27 16:42:56 +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
  • bc8d778632 * 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. troth 2003-02-27 06:56:03 +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
  • 55d01ba7a7 * 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. troth 2003-02-26 00:14:54 +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
  • d0a60ef253 * 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. troth 2003-02-25 00:57:27 +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
  • 5736f5d766 Renamed avrdude.conf.sample to avrdude.conf.in. troth 2003-02-25 00:53:22 +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
  • 9f269cbd53 CRs again. arcanum 2003-02-25 00:34:03 +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
  • 993a534701 Get rid of CRs. arcanum 2003-02-25 00:19:27 +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
  • 4e6841bc13 Get rid of CRs again. arcanum 2003-02-25 00:15:14 +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
  • 7ffdbbc12a Get rid of CRs again. arcanum 2003-02-25 00:07:57 +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
  • f505f78f8a 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
  • 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
  • aac7d66784 Integrate Windows search of config files. arcanum 2003-02-24 23:13:55 +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
  • e2894fea5a config file search on Windows. arcanum 2003-02-24 22:48:47 +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
  • f2009d4849 Change port value from lpt1alt to lpt3. Other formatting changes. arcanum 2003-02-24 21:02:01 +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
  • 46c28924d0 Add giveio device driver source. Requires MS DDK to build. arcanum 2003-02-24 17:56:42 +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
  • 8ddff90eae Add giveio device driver binary. arcanum 2003-02-24 17:49:02 +00:00
  • c44eef4e58 Add giveio device driver binary. Eric Weddington 2003-02-24 17:49:02 +00:00