Commit Graph

  • b33708d0bd *avrdude.conf.in : Added bs2 and pagel to m162, patch 4766 Colin O Flynn 2006-01-17 21:01:25 +0000
  • caec621eaa *avrdude.conf.in : Added bs2 and pagel to m162, patch 4766 Colin O Flynn 2006-01-17 21:01:25 +0000
  • d0bd1ae69f Colin O'Flynn <coflynn@newae.com> * main.c: Fixed a typo in safemode variable names, fixed bug 15113 c_oflynn 2006-01-17 20:17:43 +0000
  • edeffeef6e Colin O'Flynn <coflynn@newae.com> * main.c: Fixed a typo in safemode variable names, fixed bug 15113 Colin O Flynn 2006-01-17 20:17:43 +0000
  • c23519f392 Colin O'Flynn <coflynn@newae.com> * main.c: Fixed a typo in safemode variable names, fixed bug 15113 Colin O Flynn 2006-01-17 20:17:43 +0000
  • eadc4af2e0 Replace David's email address by his full name in the copyrights. joerg_wunsch 2006-01-12 23:24:35 +0000
  • 008a12f982 Replace David's email address by his full name in the copyrights. Joerg Wunsch 2006-01-12 23:24:35 +0000
  • 4cbcbe84ec Replace David's email address by his full name in the copyrights. Joerg Wunsch 2006-01-12 23:24:35 +0000
  • 108793bc7a Contributed by dcm@mit.edu: add support for the AVRISP mkII device. (Savannah patch #4789.) * serial.h: Declare usb_serdev_frame device descriptor. * stk500v2.c: Implementation of the AVRISP mkII handling. * usb_libusb.c: Add USB handling for short-frame delimited AVRISP mkII USB protocol; add distinction of different devices in usbdev_open(). * jtagmkII.c: Tell usbdev_open() to search for the JTAG ICE mkII. * usbdevs.h: (New file.) * Makefile.am: Add usbdevs.h, as well as some other forgotten files "make distcheck" complained about. * avrdude.conf.in: Add more aliases for the AVRISP mkII. * avrdude.1: Document how to use the AVRISP mkII. * doc/avrdude.texi: (Ditto.) joerg_wunsch 2006-01-12 23:13:50 +0000
  • d98636cfad Contributed by dcm@mit.edu: add support for the AVRISP mkII device. (Savannah patch #4789.) * serial.h: Declare usb_serdev_frame device descriptor. * stk500v2.c: Implementation of the AVRISP mkII handling. * usb_libusb.c: Add USB handling for short-frame delimited AVRISP mkII USB protocol; add distinction of different devices in usbdev_open(). * jtagmkII.c: Tell usbdev_open() to search for the JTAG ICE mkII. * usbdevs.h: (New file.) * Makefile.am: Add usbdevs.h, as well as some other forgotten files "make distcheck" complained about. * avrdude.conf.in: Add more aliases for the AVRISP mkII. * avrdude.1: Document how to use the AVRISP mkII. * doc/avrdude.texi: (Ditto.) Joerg Wunsch 2006-01-12 23:13:50 +0000
  • fddb673ee8 Contributed by dcm@mit.edu: add support for the AVRISP mkII device. (Savannah patch #4789.) * serial.h: Declare usb_serdev_frame device descriptor. * stk500v2.c: Implementation of the AVRISP mkII handling. * usb_libusb.c: Add USB handling for short-frame delimited AVRISP mkII USB protocol; add distinction of different devices in usbdev_open(). * jtagmkII.c: Tell usbdev_open() to search for the JTAG ICE mkII. * usbdevs.h: (New file.) * Makefile.am: Add usbdevs.h, as well as some other forgotten files "make distcheck" complained about. * avrdude.conf.in: Add more aliases for the AVRISP mkII. * avrdude.1: Document how to use the AVRISP mkII. * doc/avrdude.texi: (Ditto.) Joerg Wunsch 2006-01-12 23:13:50 +0000
  • 655094b681 Add EEPROM page instructions for the ATmega169 so it will work for STK500v2. joerg_wunsch 2006-01-12 20:56:43 +0000
  • d5965b20b9 Add EEPROM page instructions for the ATmega169 so it will work for STK500v2. Joerg Wunsch 2006-01-12 20:56:43 +0000
  • b561874f07 Add EEPROM page instructions for the ATmega169 so it will work for STK500v2. Joerg Wunsch 2006-01-12 20:56:43 +0000
  • e42fc67bac Add support for ATtiny24/44/84. joerg_wunsch 2005-12-16 22:39:39 +0000
  • 5c32ab8ec9 Add support for ATtiny24/44/84. Joerg Wunsch 2005-12-16 22:39:39 +0000
  • 5e68193a6c Add support for ATtiny24/44/84. Joerg Wunsch 2005-12-16 22:39:39 +0000
  • 2f424ba099 *avrdude.conf.in: added support for m162 using stk500v2 c_oflynn 2005-12-07 19:19:20 +0000
  • 0163f7076b *avrdude.conf.in: added support for m162 using stk500v2 Colin O Flynn 2005-12-07 19:19:20 +0000
  • d9866f6219 *avrdude.conf.in: added support for m162 using stk500v2 Colin O Flynn 2005-12-07 19:19:20 +0000
  • dc63f94428 Fix the number of significant bits for the efuse memory in ATmega48/88/168; the datasheet is a bit off here as well. joerg_wunsch 2005-12-01 19:55:17 +0000
  • b4e112fa5e Fix the number of significant bits for the efuse memory in ATmega48/88/168; the datasheet is a bit off here as well. Joerg Wunsch 2005-12-01 19:55:17 +0000
  • 645961163d Fix the number of significant bits for the efuse memory in ATmega48/88/168; the datasheet is a bit off here as well. Joerg Wunsch 2005-12-01 19:55:17 +0000
  • f2cf2650da Document the JTAG ICE mkI support. joerg_wunsch 2005-11-29 22:58:04 +0000
  • 9000815867 Document the JTAG ICE mkI support. Joerg Wunsch 2005-11-29 22:58:04 +0000
  • e9750a7712 Document the JTAG ICE mkI support. Joerg Wunsch 2005-11-29 22:58:04 +0000
  • a3fe61cb2a Submitted by Galen Seitz: patch #4459: Fix for rpm package builds * avrdude.spec.in: update the RPM spec file: - Default to enable-doc=yes during configure. - Move info file to docs package. - Make building of docs package conditional. Basic idea copied from avr-gcc. joerg_wunsch 2005-11-29 20:28:51 +0000
  • 05f3e8b038 Submitted by Galen Seitz: patch #4459: Fix for rpm package builds * avrdude.spec.in: update the RPM spec file: - Default to enable-doc=yes during configure. - Move info file to docs package. - Make building of docs package conditional. Basic idea copied from avr-gcc. Joerg Wunsch 2005-11-29 20:28:51 +0000
  • 0b197a6c6f Submitted by Galen Seitz: patch #4459: Fix for rpm package builds * avrdude.spec.in: update the RPM spec file: - Default to enable-doc=yes during configure. - Move info file to docs package. - Make building of docs package conditional. Basic idea copied from avr-gcc. Joerg Wunsch 2005-11-29 20:28:51 +0000
  • 458ffc455a Submitted by someone who thinks he's called "Daper": joerg_wunsch 2005-11-29 20:20:22 +0000
  • dbe35b16f8 Submitted by someone who thinks he's called "Daper": Joerg Wunsch 2005-11-29 20:20:22 +0000
  • 70fdf3082e Submitted by someone who thinks he's called "Daper": Joerg Wunsch 2005-11-29 20:20:22 +0000
  • d219669126 Fix the size of a response array. joerg_wunsch 2005-11-28 21:11:18 +0000
  • f68ed0ca7a Fix the size of a response array. Joerg Wunsch 2005-11-28 21:11:18 +0000
  • e58b699f41 Fix the size of a response array. Joerg Wunsch 2005-11-28 21:11:18 +0000
  • f2705574ae Improve the communication startup with the ICE in particular after a powerup. Ideas taken from AVaRICE. joerg_wunsch 2005-11-28 20:46:21 +0000
  • a02dc0b11a Improve the communication startup with the ICE in particular after a powerup. Ideas taken from AVaRICE. Joerg Wunsch 2005-11-28 20:46:21 +0000
  • 6b379d8842 Improve the communication startup with the ICE in particular after a powerup. Ideas taken from AVaRICE. Joerg Wunsch 2005-11-28 20:46:21 +0000
  • d4fc57ffc2 Enable parport access on x86_64 Linux and amd64 FreeBSD systems. joerg_wunsch 2005-11-28 09:47:23 +0000
  • dfc2fdc0f3 Enable parport access on x86_64 Linux and amd64 FreeBSD systems. Joerg Wunsch 2005-11-28 09:47:23 +0000
  • 6fa8db276f Enable parport access on x86_64 Linux and amd64 FreeBSD systems. Joerg Wunsch 2005-11-28 09:47:23 +0000
  • 089d072920 Add a forgotten newline at EOF. joerg_wunsch 2005-11-27 21:20:48 +0000
  • be5649c3fb Add a forgotten newline at EOF. Joerg Wunsch 2005-11-27 21:20:48 +0000
  • 7f7974ce25 Add a forgotten newline at EOF. Joerg Wunsch 2005-11-27 21:20:48 +0000
  • 7c7d635bb9 Add a forgotten changelog entry about the ATmega168 support. joerg_wunsch 2005-11-27 21:02:53 +0000
  • 84d57508bd Add a forgotten changelog entry about the ATmega168 support. Joerg Wunsch 2005-11-27 21:02:53 +0000
  • f0c7b52223 Add a forgotten changelog entry about the ATmega168 support. Joerg Wunsch 2005-11-27 21:02:53 +0000
  • 748e28b266 Update ChangeLog for my JTAG ICE mkI support. joerg_wunsch 2005-11-25 21:32:21 +0000
  • 38c39b26bd Update ChangeLog for my JTAG ICE mkI support. Joerg Wunsch 2005-11-25 21:32:21 +0000
  • 0935636c7b Update ChangeLog for my JTAG ICE mkI support. Joerg Wunsch 2005-11-25 21:32:21 +0000
  • 1675bc3d1c Fixed bug 15051 c_oflynn 2005-11-25 14:48:22 +0000
  • 77ef8cae21 Fixed bug 15051 Colin O Flynn 2005-11-25 14:48:22 +0000
  • 1b38485a23 Fixed bug 15051 Colin O Flynn 2005-11-25 14:48:22 +0000
  • d1a771ed78 Fixed bug 15051, building for Windows breaks. *par.c: ppi_claim and ppi_release definitions now in a Windows header file *ppi.c: Only included if you are building for Windows *win_ppdev.h: Initial Commit, see par.c c_oflynn 2005-11-25 14:46:43 +0000
  • cdf291c5ef Fixed bug 15051, building for Windows breaks. *par.c: ppi_claim and ppi_release definitions now in a Windows header file *ppi.c: Only included if you are building for Windows *win_ppdev.h: Initial Commit, see par.c Colin O Flynn 2005-11-25 14:46:43 +0000
  • fa935481aa Fixed bug 15051, building for Windows breaks. *par.c: ppi_claim and ppi_release definitions now in a Windows header file *ppi.c: Only included if you are building for Windows *win_ppdev.h: Initial Commit, see par.c Colin O Flynn 2005-11-25 14:46:43 +0000
  • 9a1fdca704 Fixed bug 14681 c_oflynn 2005-11-25 12:46:23 +0000
  • 767746888a Fixed bug 14681 Colin O Flynn 2005-11-25 12:46:23 +0000
  • 5ea6e54f96 Fixed bug 14681 Colin O Flynn 2005-11-25 12:46:23 +0000
  • dc2038e767 Initial import of JTAG ICE mkI support. joerg_wunsch 2005-11-25 06:14:06 +0000
  • 78fe202b59 Initial import of JTAG ICE mkI support. Joerg Wunsch 2005-11-25 06:14:06 +0000
  • 92010244dc Initial import of JTAG ICE mkI support. Joerg Wunsch 2005-11-25 06:14:06 +0000
  • 973dd33e71 *Added Brian Dean's patch to ser_win32.c, fixing bug 14681 "-vvvv causes communication to fail" c_oflynn 2005-11-24 15:00:49 +0000
  • a17ddb9978 *Added Brian Dean's patch to ser_win32.c, fixing bug 14681 "-vvvv causes communication to fail" Colin O Flynn 2005-11-24 15:00:49 +0000
  • 85e827043d *Added Brian Dean's patch to ser_win32.c, fixing bug 14681 "-vvvv causes communication to fail" Colin O Flynn 2005-11-24 15:00:49 +0000
  • df1fcbe978 Added support for stk500v2 for AtMega168 c_oflynn 2005-11-05 13:02:55 +0000
  • 7c090061d5 Added support for stk500v2 for AtMega168 Colin O Flynn 2005-11-05 13:02:55 +0000
  • 25d844791c Added support for stk500v2 for AtMega168 Colin O Flynn 2005-11-05 13:02:55 +0000
  • 461e72b5ab avrdude.conf.in: -added support for ATMega168, patch #4532 thanks to Manfred Bartz c_oflynn 2005-11-04 13:51:32 +0000
  • 85a202387a avrdude.conf.in: -added support for ATMega168, patch #4532 thanks to Manfred Bartz Colin O Flynn 2005-11-04 13:51:32 +0000
  • 3ef11e335a avrdude.conf.in: -added support for ATMega168, patch #4532 thanks to Manfred Bartz Colin O Flynn 2005-11-04 13:51:32 +0000
  • da5c930411 Update Changelog. joerg_wunsch 2005-11-03 22:41:18 +0000
  • dfdf987a69 Update Changelog. Joerg Wunsch 2005-11-03 22:41:18 +0000
  • 58233bbed4 Update Changelog. Joerg Wunsch 2005-11-03 22:41:18 +0000
  • cbaf6103aa Add ecpp(7D) (parallel port) for Solaris. * configure.ac: add Solaris' default parallel port. * linux_ppdev.h: change parallel port access to the new style. * freebsd_ppi.h: New file, abstract FreeBSD's ppi(4). * solaris_ecpp.h: New file, abstract Solaris' ecpp(7D). * par.c: change header inclusion sequence. * pgm.h: remove obsolete ppi_claim() and ppi_release() dummies. * ppi.c: change header inclusion sequence, use new parport abstraction, drop obsolete dummy implementation. joerg_wunsch 2005-11-03 22:37:37 +0000
  • b475eae63d Add ecpp(7D) (parallel port) for Solaris. * configure.ac: add Solaris' default parallel port. * linux_ppdev.h: change parallel port access to the new style. * freebsd_ppi.h: New file, abstract FreeBSD's ppi(4). * solaris_ecpp.h: New file, abstract Solaris' ecpp(7D). * par.c: change header inclusion sequence. * pgm.h: remove obsolete ppi_claim() and ppi_release() dummies. * ppi.c: change header inclusion sequence, use new parport abstraction, drop obsolete dummy implementation. Joerg Wunsch 2005-11-03 22:37:37 +0000
  • ad9238b29e Add ecpp(7D) (parallel port) for Solaris. * configure.ac: add Solaris' default parallel port. * linux_ppdev.h: change parallel port access to the new style. * freebsd_ppi.h: New file, abstract FreeBSD's ppi(4). * solaris_ecpp.h: New file, abstract Solaris' ecpp(7D). * par.c: change header inclusion sequence. * pgm.h: remove obsolete ppi_claim() and ppi_release() dummies. * ppi.c: change header inclusion sequence, use new parport abstraction, drop obsolete dummy implementation. Joerg Wunsch 2005-11-03 22:37:37 +0000
  • 811dd7d614 Make the lexer work with Solaris' (10) default lex(1). joerg_wunsch 2005-11-02 21:49:52 +0000
  • adf3f0aa76 Make the lexer work with Solaris' (10) default lex(1). Joerg Wunsch 2005-11-02 21:49:52 +0000
  • 5ce121ab1c Make the lexer work with Solaris' (10) default lex(1). Joerg Wunsch 2005-11-02 21:49:52 +0000
  • af52c74def Instead of defining YYSTYPE to be a struct token_t *, make this a two-step declaration, and first define token_p to be a token_t *, and then define YYSTYPE to token_p. That works around a bug in Solaris' yacc. joerg_wunsch 2005-11-02 21:03:51 +0000
  • ac442fd806 Instead of defining YYSTYPE to be a struct token_t *, make this a two-step declaration, and first define token_p to be a token_t *, and then define YYSTYPE to token_p. That works around a bug in Solaris' yacc. Joerg Wunsch 2005-11-02 21:03:51 +0000
  • 5105a871be Instead of defining YYSTYPE to be a struct token_t *, make this a two-step declaration, and first define token_p to be a token_t *, and then define YYSTYPE to token_p. That works around a bug in Solaris' yacc. Joerg Wunsch 2005-11-02 21:03:51 +0000
  • 5564934a4e Make avrdude Solaris-compatible. * Makefile.am: distclean avrdude.conf. * avrdude.conf.in: make the parallel-port programmers optional. * bitbang.c: move the bitbang features out into PROGRAMMER. * configure.ac: introduce --enable-parport, add Solaris. * lexer.l: replace str by strng to work around problems in some versions of flex. * main.c: move getexitspecs into the respective programmer's domain; replace rindex by the C-standard strrchr. * par.c: make parallel port optional. * par.h: everything but par_initpgm() is private now. * pgm.h: add setping/getping/highpulsepin/getexitspecs. * serbb_posix.c: generalize bitbang interface; replace cfmakeraw() by explicit code. * serbb_win32.c: generalize bitbang interface. joerg_wunsch 2005-11-01 23:02:06 +0000
  • 7dba7155a2 Make avrdude Solaris-compatible. * Makefile.am: distclean avrdude.conf. * avrdude.conf.in: make the parallel-port programmers optional. * bitbang.c: move the bitbang features out into PROGRAMMER. * configure.ac: introduce --enable-parport, add Solaris. * lexer.l: replace str by strng to work around problems in some versions of flex. * main.c: move getexitspecs into the respective programmer's domain; replace rindex by the C-standard strrchr. * par.c: make parallel port optional. * par.h: everything but par_initpgm() is private now. * pgm.h: add setping/getping/highpulsepin/getexitspecs. * serbb_posix.c: generalize bitbang interface; replace cfmakeraw() by explicit code. * serbb_win32.c: generalize bitbang interface. Joerg Wunsch 2005-11-01 23:02:06 +0000
  • 496ab3fd81 Make avrdude Solaris-compatible. * Makefile.am: distclean avrdude.conf. * avrdude.conf.in: make the parallel-port programmers optional. * bitbang.c: move the bitbang features out into PROGRAMMER. * configure.ac: introduce --enable-parport, add Solaris. * lexer.l: replace str by strng to work around problems in some versions of flex. * main.c: move getexitspecs into the respective programmer's domain; replace rindex by the C-standard strrchr. * par.c: make parallel port optional. * par.h: everything but par_initpgm() is private now. * pgm.h: add setping/getping/highpulsepin/getexitspecs. * serbb_posix.c: generalize bitbang interface; replace cfmakeraw() by explicit code. * serbb_win32.c: generalize bitbang interface. Joerg Wunsch 2005-11-01 23:02:06 +0000
  • 214b2ee0e7 Fix yet another sign extension bug introduced by renaming "unsigned char" to "char". joerg_wunsch 2005-10-20 11:36:19 +0000
  • f0decfde12 Fix yet another sign extension bug introduced by renaming "unsigned char" to "char". Joerg Wunsch 2005-10-20 11:36:19 +0000
  • a1c528dbe2 Fix yet another sign extension bug introduced by renaming "unsigned char" to "char". Joerg Wunsch 2005-10-20 11:36:19 +0000
  • d84fe7af5e Add the required address bits for calibration memory space... joerg_wunsch 2005-10-14 20:00:01 +0000
  • 2674dc1deb Add the required address bits for calibration memory space... Joerg Wunsch 2005-10-14 20:00:01 +0000
  • 50b587155d Add the required address bits for calibration memory space... Joerg Wunsch 2005-10-14 20:00:01 +0000
  • 22c2d13caf Fix the size of the calibration memory in the ATmega8515. joerg_wunsch 2005-10-14 19:33:19 +0000
  • 699d5c4e8b Fix the size of the calibration memory in the ATmega8515. Joerg Wunsch 2005-10-14 19:33:19 +0000
  • d1342a1984 Fix the size of the calibration memory in the ATmega8515. Joerg Wunsch 2005-10-14 19:33:19 +0000
  • d6caf49dd0 Add support for the ATmega640/1280/1281 devices. joerg_wunsch 2005-10-09 09:29:24 +0000
  • 505e320a1b Add support for the ATmega640/1280/1281 devices. Joerg Wunsch 2005-10-09 09:29:24 +0000
  • f9331bc6b4 Add support for the ATmega640/1280/1281 devices. Joerg Wunsch 2005-10-09 09:29:24 +0000
  • 63638e9911 Polish up the docs a bit. Use smallexample instead of example for wide tty output. Document a trick to find out about the serial numbers of all JTAG ICEs attached to USB. joerg_wunsch 2005-09-27 08:25:18 +0000
  • 60dfba6575 Polish up the docs a bit. Use smallexample instead of example for wide tty output. Document a trick to find out about the serial numbers of all JTAG ICEs attached to USB. Joerg Wunsch 2005-09-27 08:25:18 +0000