mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-25 02:48:01 +00:00
/gas:
2008-06-24 Eric B. Weddington <eric.weddington@atmel.com> Add support for ATtiny13A. * config/tc-avr.c (mcu_types): Add attiny13a. * doc/c-avr.texi: Likewise.
This commit is contained in:
parent
734a5c3612
commit
3bb06f783c
@ -1,3 +1,9 @@
|
||||
2008-06-24 Eric B. Weddington <eric.weddington@atmel.com>
|
||||
|
||||
Add support for ATtiny13A.
|
||||
* config/tc-avr.c (mcu_types): Add attiny13a.
|
||||
* doc/c-avr.texi: Likewise.
|
||||
|
||||
2008-06-24 Bob Wilson <bob.wilson@acm.org>
|
||||
Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
|
@ -86,6 +86,7 @@ static struct mcu_type_s mcu_types[] =
|
||||
{"at90c8534", AVR_ISA_2xxx, bfd_mach_avr2},
|
||||
{"at86rf401", AVR_ISA_RF401, bfd_mach_avr2},
|
||||
{"attiny13", AVR_ISA_TINY2, bfd_mach_avr2},
|
||||
{"attiny13a", AVR_ISA_TINY2, bfd_mach_avr2},
|
||||
{"attiny2313", AVR_ISA_TINY2, bfd_mach_avr2},
|
||||
{"attiny261", AVR_ISA_TINY2, bfd_mach_avr2},
|
||||
{"attiny461", AVR_ISA_TINY2, bfd_mach_avr2},
|
||||
|
@ -39,7 +39,7 @@ attiny11, attiny12, attiny15, attiny28).
|
||||
Instruction set avr2 (default) is for the classic AVR core with up to
|
||||
8K program memory space (MCU types: at90s2313, at90s2323, attiny22,
|
||||
attiny26, at90s2333, at90s2343, at90s4414, at90s4433, at90s4434,
|
||||
at90s8515, at90c8534, at90s8535, at86rf401, attiny13, attiny2313,
|
||||
at90s8515, at90c8534, at90s8535, at86rf401, attiny13, attiny13a, attiny2313,
|
||||
attiny261, attiny461, attiny861, attiny24, attiny44, attiny84, attiny25,
|
||||
attiny45, attiny85, attiny43u, attiny48, attiny88).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user