summaryrefslogtreecommitdiffstats
path: root/include/opcode/avr.h
Commit message (Collapse)AuthorAgeFilesLines
* PR gas/2626Nick Clifton2008-02-141-1/+3
| | | | | | | | | * avr.h (AVR_ISA_2xxe): Define. * config/tc-avr.c (mcu_types): Change the ISA tyoe of the attiny26 to AVR_ISA_2xxe. (avr_operand): Disallow post-increment addressing in the lpm instruction for the attiny26.
* /gas:Eric Weddington2008-01-231-0/+1
| | | | | | | | | | | 2008-01-23 Eric B. Weddington <eric.weddington@atmel.com> * config/tc-avr.c (mcu_types): Change opcode set for at86rf401. /include: 2008-01-23 Eric B. Weddington <eric.weddington@atmel.com> * opcode/avr.h (AVR_ISA_RF401): Add new opcode set for at86rf401.
* /gas:Eric Weddington2008-01-161-0/+4
| | | | | | | | | | | | | | | | 2008-01-03 Eric B. Weddington <eric.weddington@atmel.com> * config/tc-avr.c (mcu_types): Change opcode set for avr3, at90usb82, at90usb162. * doc/c-avr.texi: Change architecture grouping for at90usb82, at90usb162. These changes support the new avr35 architecture group in gcc. /include: 2008-01-03 Eric B. Weddington <eric.weddington@atmel.com> * opcode/avr.h (AVR_ISA_USB162): Add new opcode set. (AVR_ISA_AVR3): Likewise.
* Add support for attiny261, attiny461, attiny861, attiny25, attiny45,Nick Clifton2006-04-071-13/+14
| | | | | | | | attiny85, attiny24, attiny44, attiny84, at90pwm2, at90pwm3, atmega164, atmega324, atmega644, atmega329, atmega3290, atmega649, atmega6490, atmega406, atmega640, atmega1280, atmega1281, at90can32, at90can64, at90usb646, at90usb647, at90usb1286 and at90usb1287. Move atmega48 and atmega88 from AVR_ISA_M8 to AVR_ISA_PWMx.
* Update the address and phone number of the FSF organizationNick Clifton2005-05-101-1/+1
|
* update copyright datesAlan Modra2005-03-031-1/+1
|
* * gas/config/tc-avr.c: Add support forMarek Michalkiewicz2004-09-111-5/+10
| | | | | | | atmega48, atmega88, atmega168, attiny13, attiny2313, at90can128. * include/opcode/avr.h: Add support for atmega48, atmega88, atmega168, attiny13, attiny2313, at90can128.
* * avr.h: Update for new devices.Denis Chertykov2001-11-101-4/+8
|
* * avr.h (AVR_UNDEF_P, AVR_SKIP_P, AVR_DISP0_P): New macros.Denis Chertykov2000-08-061-24/+73
| | | | | Move related opcodes closer to each other. Minor changes in comments, list undefined opcodes.
* Applied Marek Michalkiewicz <marekm@linux.org.pl>'s patch to ehance the AVR ↵Nick Clifton2000-06-271-11/+11
| | | | port.
* * avr.h: clr,lsl,rol, ... moved after add,adc, ...Denis Chertykov2000-06-091-5/+5
|
* * avr.h: New file with AVR opcodes.Denis Chertykov2000-06-071-0/+207