This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch, avr, committed] Add new device support.
- From: Mike Stein <mstein dot lists at googlemail dot com>
- To: Eric dot Weddington at atmel dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 21 Apr 2010 10:53:02 +0200
- Subject: Re: [patch, avr, committed] Add new device support.
Eric Weddington wrote:
> The attached patch adds support for a number of new AVR devices,
> and also removes support for some devices (where the devices were
> never manufactured, or incorrect names). Patch committed.
Eric, please test even these mechanical changes before commit:
{ "attiny2313", ARCH_AVR25, "__AVR_ATtiny2313__",
1, 0x0060, "tn2313" },
+ { "attiny2313a", ARCH_AVR25, "__AVR_ATtiny2313A__"
1, 0x0060, "tn2313a" },
{ "attiny24", ARCH_AVR25, "__AVR_ATtiny24__",
1, 0x0060, "tn24" },
Yes, its just a missing "," but the gcc is so picky these days ..