diff options
author | Eric B. Weddington <eric.weddington@atmel.com> | 2008-03-28 21:51:38 +0000 |
---|---|---|
committer | Eric B. Weddington <eric.weddington@atmel.com> | 2008-03-28 21:51:38 +0000 |
commit | 2460c166aeb65cd1664234dfebbd779c77ee2956 (patch) | |
tree | 829897766407f57ad85af40c3f3619a502c726e0 /gas/doc/c-avr.texi | |
parent | 70881657a21de9024d0992ed1c291b24123bb997 (diff) | |
download | gdb-2460c166aeb65cd1664234dfebbd779c77ee2956.zip gdb-2460c166aeb65cd1664234dfebbd779c77ee2956.tar.gz gdb-2460c166aeb65cd1664234dfebbd779c77ee2956.tar.bz2 |
/gas:
2008-03-28 Eric B. Weddington <eric.weddington@atmel.com>
* config/tc-avr.c (mcu_types): Add attiny167.
* doc/c-avr.texi: Likewise.
/include:
2008-03-28 Eric B. Weddington <eric.weddington@atmel.com>
* opcode/avr.h (AVR_ISA_TINY3): Define new opcode set for attiny167.
Diffstat (limited to 'gas/doc/c-avr.texi')
-rw-r--r-- | gas/doc/c-avr.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/c-avr.texi b/gas/doc/c-avr.texi index 285ad90..4892e09 100644 --- a/gas/doc/c-avr.texi +++ b/gas/doc/c-avr.texi @@ -45,7 +45,7 @@ attiny45, attiny85, attiny43u, attiny48, attiny88). Instruction set avr3 is for the classic AVR core with up to 128K program memory space (MCU types: atmega103, at43usb320, at43usb355, at76c711, -at90usb82, at90usb162). +at90usb82, at90usb162, attiny167). Instruction set avr4 is for the enhanced AVR core with up to 8K program memory space (MCU types: atmega48, atmega48p,atmega8, atmega88, atmega88p, |