diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/avr-binutils/Makefile | 2 | ||||
-rw-r--r-- | devel/avr-binutils/pkg-descr | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/devel/avr-binutils/Makefile b/devel/avr-binutils/Makefile index 4ae5da207c00..baa0895be928 100644 --- a/devel/avr-binutils/Makefile +++ b/devel/avr-binutils/Makefile @@ -7,7 +7,7 @@ PORTNAME= binutils PORTVERSION= 2.16 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= binutils/releases diff --git a/devel/avr-binutils/pkg-descr b/devel/avr-binutils/pkg-descr index 298392e66f81..2615899eb020 100644 --- a/devel/avr-binutils/pkg-descr +++ b/devel/avr-binutils/pkg-descr @@ -6,3 +6,12 @@ Also included now is the "AVR COFF beta" patch. It allows avr-objcopy to generate AVR (extended) COFF files to be used on Atmel AVR Studio and VMLAB. Note that this patch has known issues, see http://www.sax.de/~joerg/README.coff-avr-patch + +In addition to the stock binutils-2.16 distribution, support for the +following AVR devices has been added by a private patch: + + ATtiny25/45/85 + AT90PWM2/3 + ATmega164/324/644 + ATmega329/3290/649/6490 + ATmega640/1280/1281 |