diff options
author | Eric B. Weddington <eric.weddington@atmel.com> | 2011-03-23 15:02:06 +0000 |
---|---|---|
committer | Eric B. Weddington <eric.weddington@atmel.com> | 2011-03-23 15:02:06 +0000 |
commit | 6f8a4444ff2b2239ccc23fb175f89d8c5fc4435f (patch) | |
tree | bfc2b48e552fb5450efd17f8b808db78572c7fb3 /gas/doc | |
parent | 9c793f143cd36b86c60929319fc0551948dc238d (diff) | |
download | gdb-6f8a4444ff2b2239ccc23fb175f89d8c5fc4435f.zip gdb-6f8a4444ff2b2239ccc23fb175f89d8c5fc4435f.tar.gz gdb-6f8a4444ff2b2239ccc23fb175f89d8c5fc4435f.tar.bz2 |
2011-03-23 Eric B. Weddington <eric.weddington@atmel.com>
* config/tc-avr.c (mcu_types): Add new xmega devices: atxmega64a1u,
atxmega128a1u, atxmega16x1, atxmega32x1, atxmega128b1, atxmega256a3bu.
* doc/c-avr.texi: Document new device names.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-avr.texi | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/gas/doc/c-avr.texi b/gas/doc/c-avr.texi index 347dfa5b..90b0dbd 100644 --- a/gas/doc/c-avr.texi +++ b/gas/doc/c-avr.texi @@ -87,24 +87,26 @@ atmega2560, atmega2561). Instruction set avrxmega2 is for the XMEGA AVR core with 8K to 64K program memory space and less than 64K data space (MCU types: atxmega16a4, atxmega16d4, -atxmega32d4). +atxmega16x1, atxmega32a4, atxmega32d4, atxmega32x1). Instruction set avrxmega3 is for the XMEGA AVR core with 8K to 64K program -memory space and greater than 64K data space (MCU types: atxmega32a4). +memory space and greater than 64K data space (MCU types: none). Instruction set avrxmega4 is for the XMEGA AVR core with up to 64K program memory space and less than 64K data space (MCU types: atxmega64a3, atxmega64d3). Instruction set avrxmega5 is for the XMEGA AVR core with up to 64K program -memory space and greater than 64K data space (MCU types: atxmega64a1). +memory space and greater than 64K data space (MCU types: atxmega64a1, +atxmega64a1u). Instruction set avrxmega6 is for the XMEGA AVR core with up to 256K program memory space and less than 64K data space (MCU types: atxmega128a3, -atxmega128d3, atxmega192a3, atxmega192d3, atxmega256a3, atxmega256a3b, -atxmega192d3). +atxmega128d3, atxmega192a3, atxmega128b1, atxmega192d3, atxmega256a3, +atxmega256a3b, atxmega256a3bu, atxmega192d3). Instruction set avrxmega7 is for the XMEGA AVR core with up to 256K program -memory space and greater than 64K data space (MCU types: atxmega128a1). +memory space and greater than 64K data space (MCU types: atxmega128a1, +atxmega128a1u). @cindex @code{-mall-opcodes} command line option, AVR @item -mall-opcodes |