This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, AVR] Committed: Add support for ATmega32C1


The attached patch to add support for the new AVR device ATmega32C1 has
been committed, with pre-approval from Nick Clifton.

Thanks,
Eric Weddington

/gas:
2008-03-28  Eric B. Weddington  <eric.weddington@atmel.com>

	* config/tc-avr.c (mcu_types): Add atmega32c1.
	* doc/c-avr.texi: Likewise.

--- gas/config/tc-avr.c.old	2008-03-02 12:56:28.484375000 -0700
+++ gas/config/tc-avr.c	2008-03-11 11:42:21.656250000 -0600
@@ -172,6 +172,7 @@ static struct mcu_type_s mcu_types[] =
   {"at90can128", AVR_ISA_M128,    bfd_mach_avr5},
   {"at90pwm216", AVR_ISA_M323,    bfd_mach_avr5},
   {"at90pwm316", AVR_ISA_M323,    bfd_mach_avr5},
+  {"atmega32c1", AVR_ISA_M323,    bfd_mach_avr5},
   {"atmega32m1", AVR_ISA_M323,    bfd_mach_avr5},
   {"at90usb646", AVR_ISA_M323,    bfd_mach_avr5},
   {"at90usb647", AVR_ISA_M323,    bfd_mach_avr5},
--- gas/doc/c-avr.texi.old	2008-03-02 12:56:28.390625000 -0700
+++ gas/doc/c-avr.texi	2008-03-11 11:43:41.468750000 -0600
@@ -60,8 +60,8 @@ atmega328p, atmega329, atmega329p, atmeg
 atmega3290p, atmega32hvb, atmega406, atmega64, atmega640, atmega644,
atmega644p, 
 atmega128, atmega1280, atmega1281, atmega1284p, atmega645, atmega649, 
 atmega6450, atmega6490, atmega16hva, at90can32, at90can64, at90can128, 
-at90pwm216, at90pwm316, atmega32m1, at90usb646, at90usb647,
at90usb1286, 
-at90usb1287, at94k).
+at90pwm216, at90pwm316, atmega32c1, atmega32m1, at90usb646, at90usb647,

+at90usb1286, at90usb1287, at94k).
 
 Instruction set avr6 is for the enhanced AVR core with 256K program
 memory space (MCU types: atmega2560, atmega2561).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]