Home
last modified time | relevance | path

Searched refs:mcu_types (Results 1 – 13 of 13) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-avr.c72 static struct mcu_type_s mcu_types[] = variable
450 for (i = 0; mcu_types[i].name; i++) in show_mcu_list()
452 int len = strlen (mcu_types[i].name); in show_mcu_list()
457 fprintf (stream, " %s", mcu_types[i].name); in show_mcu_list()
460 fprintf (stream, "\n %s", mcu_types[i].name); in show_mcu_list()
566 for (i = 0; mcu_types[i].name; ++i) in md_parse_option()
567 if (strcasecmp (mcu_types[i].name, arg) == 0) in md_parse_option()
570 if (!mcu_types[i].name) in md_parse_option()
579 if (avr_mcu == &default_mcu || avr_mcu->mach == mcu_types[i].mach) in md_parse_option()
581 specified_mcu.name = mcu_types[i].name; in md_parse_option()
[all …]
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-200828 * config/tc-avr.c (mcu_types): Add attiny87, attiny327, atmega4hvd,
555 * config/tc-avr.c (mcu_types): Add atmega16u4.
737 * config/tc-avr.c (mcu_types): Add avr25, avr31, avr35, and avr51
941 * config/tc-avr.c (mcu_types): Add attiny13a.
988 * config/tc-avr.c (mcu_types): Remove support for ATmega32HVB device.
1326 * config/tc-avr.c (mcu_types): Add attiny167.
1331 * config/tc-avr.c (mcu_types): Add atmega32u4.
1336 * config/tc-avr.c (mcu_types): Add atmega32c1.
1351 * config/tc-avr.c (mcu_types): Add atmega32m1.
1565 * config/tc-avr.c (mcu_types): Change the ISA tyoe of the attiny26
[all …]
DChangeLog-2007192 * config/tc-avr.c (mcu_types): Add ATmega32HVB device.
197 * config/tc-avr.c (mcu_types): Add ATmega1284P device.
236 * config/tc-avr.c (mcu_types): Add ATtiny88 device.
241 * config/tc-avr.c (mcu_types): Add new devices: ATmega48P,
299 * config/tc-avr.c (mcu_types): Remove devices that were never produced:
500 * config/tc-avr.c (mcu_types): Add new devices: AT90PWM2B,
607 * config/tc-avr.c (mcu_types): Add new devices: ATtiny43U,
1701 * config/tc-avr.c (mcu_types): Add support for atmega8hva and
1888 * config/tc-avr.c (mcu_types): Add support for at90pwm1, at90usb82,
DChangeLog-20091352 * config/tc-avr.c (mcu_types): Add attiny2313a, attiny4313, attiny261a,
1367 * config/tc-avr.c (mcu_types): Add atmega8m1, atmega8c1, atmega16c1.
1372 * config/tc-avr.c (mcu_types): Add atmega8u2, atmega16u2, atmega32u2.
2567 * config/tc-avr.c (mcu_types): Add ata6289.
2710 * config/tc-avr.c (mcu_types): Fix typo in atmega128rfa1 name.
DChangeLog-20111611 * config/tc-avr.c (mcu_types): Add new devices: atmega325pa,
1637 * config/tc-avr.c (mcu_types): Add new xmega devices: atxmega64a1u,
1646 (mcu_types): Add XMEGA architecture names and new XMEGA device names.
DChangeLog-20049 * config/tc-avr.c (mcu_types): Move attiny{13,2313} from avr4 to avr2.
149 * gas/config/tc-avr.c (mcu_types): Add support for atmega165,
1298 (mcu_types): Sort MCU types.
DChangeLog-201318 * config/tc-msp430.c (mcu_types): Add some more 430X mcu names.
1583 * gas/config/tc-avr.c (mcu_types): Add ATmega64RFR2,
DChangeLog-20061034 * config/tc-avr.c (mcu_types): Add support for atmega165p, atmega169p
2102 * gas/config/tc-avr.c (mcu_types): Add support for attiny261,
DChangeLog-2014972 * config/tc-avr.c (mcu_types): Add avrtiny arch.
DChangeLog-0001419 * config/tc-avr.c (mcu_types): Update for new devices.
5878 * config/tc-avr.c (mcu_types): Rename avr4 to avr5, add avr4.
6722 (mcu_types): New MCU added.
6988 * config/tc-avr.c (mcu_types): Add missing initialiser.
DChangeLog-20101750 * config/tc-avr.c (mcu_types): Add support for atmega16a, atmega168a,
DChangeLog-02032585 * config/tc-msp430.c (mcu_types): Add recently announced x1122
5360 * config/tc-avr.c (mcu_types): Update.
5856 * config/tc-avr.c (mcu_types): Update for new devices.
DChangeLog-20051370 (mcu_types): Add entries for msp430x21xx variants.