* config/tc-avr.c (mcu_types): Add new devices: AT90PWM2B, AT90PWM3B.

* doc/c-avr.texi: Document new devices.
This commit is contained in:
Nick Clifton 2007-10-12 16:28:03 +00:00
parent 4b93929bf9
commit 7337fc21f2
4 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2007-10-09 Eric B. Weddington <eweddington@cso.atmel.com>
* config/tc-avr.c (mcu_types): Add new devices: AT90PWM2B,
AT90PWM3B.
* doc/c-avr.texi: Document new devices.
2007-10-12 M R Swami Reddy <MR.Swami.Reddy@nsc.com> 2007-10-12 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
* config/tc-cr16.c: Update the md_relax_table for 1 word b<cc> * config/tc-cr16.c: Update the md_relax_table for 1 word b<cc>

View File

@ -114,7 +114,9 @@ static struct mcu_type_s mcu_types[] =
{"atmega8hva", AVR_ISA_PWMx, bfd_mach_avr4}, {"atmega8hva", AVR_ISA_PWMx, bfd_mach_avr4},
{"at90pwm1", AVR_ISA_PWMx, bfd_mach_avr4}, {"at90pwm1", AVR_ISA_PWMx, bfd_mach_avr4},
{"at90pwm2", AVR_ISA_PWMx, bfd_mach_avr4}, {"at90pwm2", AVR_ISA_PWMx, bfd_mach_avr4},
{"at90pwm2b", AVR_ISA_PWMx, bfd_mach_avr4},
{"at90pwm3", AVR_ISA_PWMx, bfd_mach_avr4}, {"at90pwm3", AVR_ISA_PWMx, bfd_mach_avr4},
{"at90pwm3b", AVR_ISA_PWMx, bfd_mach_avr4},
{"atmega16", AVR_ISA_M323, bfd_mach_avr5}, {"atmega16", AVR_ISA_M323, bfd_mach_avr5},
{"atmega161", AVR_ISA_M161, bfd_mach_avr5}, {"atmega161", AVR_ISA_M161, bfd_mach_avr5},
{"atmega162", AVR_ISA_M323, bfd_mach_avr5}, {"atmega162", AVR_ISA_M323, bfd_mach_avr5},

View File

@ -3895,7 +3895,7 @@ Some machine configurations provide additional directives.
* Scl:: @code{.scl @var{class}} * Scl:: @code{.scl @var{class}}
@end ifset @end ifset
@ifset COFF-ELF @ifset COFF-ELF
* Section:: @code{.section @var{name}} * Section:: @code{.section @var{name}[, @var{flags}]}
@end ifset @end ifset
* Set:: @code{.set @var{symbol}, @var{expression}} * Set:: @code{.set @var{symbol}, @var{expression}}

View File

@ -49,7 +49,8 @@ at76c711).
Instruction set avr4 is for the enhanced AVR core with up to 8K program Instruction set avr4 is for the enhanced AVR core with up to 8K program
memory space (MCU types: atmega48, atmega8, atmega83, atmega85, atmega88, memory space (MCU types: atmega48, atmega8, atmega83, atmega85, atmega88,
atmega8515, atmega8535, atmega8hva, at90pwm1, at90pwm2, at90pwm3). atmega8515, atmega8535, atmega8hva, at90pwm1, at90pwm2, at90pwm2b,
at90pwm3, at90pwm3b).
Instruction set avr5 is for the enhanced AVR core with up to 128K program Instruction set avr5 is for the enhanced AVR core with up to 128K program
memory space (MCU types: atmega16, atmega161, atmega162, atmega163, memory space (MCU types: atmega16, atmega161, atmega162, atmega163,