diff options
author | jakllsch <jakllsch@pkgsrc.org> | 2010-02-08 01:47:14 +0000 |
---|---|---|
committer | jakllsch <jakllsch@pkgsrc.org> | 2010-02-08 01:47:14 +0000 |
commit | eef86ec8a1dbbffa5d7ce9dd606198a1d83fff9f (patch) | |
tree | 796e9b89bdbbd6e4646af912ea307425e531abff /cross/avrdude/Makefile | |
parent | 8c36d2ba0c1e1ed25996dde0381c2ee9b84f9b72 (diff) | |
download | pkgsrc-eef86ec8a1dbbffa5d7ce9dd606198a1d83fff9f.tar.gz |
Update to avrdude-5.10.
pkgsrc changes:
Rework AVRISP mkII stall workaround.
summary of upstream changes since 5.8:
- Fix problem with loading intel hex rom files that exceed 0x10000 bytes.
- Fix FreeBSD default serial port name.
- jtagmkII.c: If entering JTAG mode fails with a bad JTAG ID message,
retry with external reset applied (in case the target is in sleep
mode or has asserted the JTD bit).
- Fix build for GNU/kFreeBSD.
Diffstat (limited to 'cross/avrdude/Makefile')
-rw-r--r-- | cross/avrdude/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile index cef124620c2..85ac4aa9bec 100644 --- a/cross/avrdude/Makefile +++ b/cross/avrdude/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2010/01/26 02:01:47 jakllsch Exp $ +# $NetBSD: Makefile,v 1.29 2010/02/08 01:47:14 jakllsch Exp $ -DISTNAME= avrdude-5.8 -PKGREVISION= 2 +DISTNAME= avrdude-5.10 CATEGORIES= cross MASTER_SITES= http://download.savannah.gnu.org/releases/avrdude/ |