Hi,
Attached patch adds support for new Atmel xmega devices (atxmega8e5,
atxmega16e5, atxmega32c3, atxmega32d3).
This patch is continuation of patch in
https://gcc.gnu.org/ml/gcc-patches/2014-07/msg01038.html
If OK, could someone commit please?
Regards,
Pitchumani
gcc/ChangeLog
2014-07-15 Pi
Hi,
Attached patch adds support for following Atmel devices.
ata5702m322
atmega325pa
atmega64hve2
atmega644rfr2
atmega128rfr2
atmega1284rfr2
atmega256rfr2
atmega2564rfr2
If OK, could someone commit please?
Regards,
Pitchumani
gcc/ChangeLog
2014-07-15 Pitchumani Sivanupandi
* config/avr/
Attached patch changes the device name macro of two rev devices, from REV
to rev in the name.
Device name macro:
__AVR_ATmega16HVBREVB__
__AVR_ATmega32HVBREVB__
Change to:
__AVR_ATmega16HVBrevB__
__AVR_ATmega32HVBrevB__
'rev' in small letters emphasizes the revision of the device.
If OK, could
> -Original Message-
> From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches-ow...@gcc.gnu.org]
> On Behalf Of Denis Chertykov
> Sent: Friday, July 11, 2014 9:53 PM
> To: S, Pitchumani
> Cc: gcc-patches@gcc.gnu.org; Georg-Johann Lay
> Subject: Re: [Patch, avr]
Hi,
Attached patch adds support for Atmel devices tiny441, tiny828 and tiny841.
Please commit if the patch is OK.
Note: This is continuation of patch attached in
https://gcc.gnu.org/ml/gcc-patches/2014-06/msg00049.html
Regards,
Pitchumani
gcc/ChangeLog
2014-06-03 Vishnu K S
* config/av
Hi,
Attached patch adds support for Atmel ATA devices (ata6616c,
ata6617c, ata664251, ata6612c, ata6613c and ata6614q).
Please commit if the patch is OK. I do not have commit access.
Regards,
Pitchumani
gcc/ChangeLog
2014-06-02 Vishnu K S
Pitchumani Sivanupandi
* config
Hi,
Device ATA6289 has MUL instruction and it belongs to avr4 ISA.
Now it is incorrectly listed under avr25. Attached patch corrects it.
Please commit if the patch is OK. I do not have commit access.
Regards,
Pitchumani
2014-05-29 Pitchumani Sivanupandi
* config/avr/avr-mcus.def
Hi Denis,
> -Original Message-
> From: Denis Chertykov [mailto:cherty...@gmail.com]
> Sent: Monday, March 03, 2014 10:45 PM
> 2014-03-03 13:34 GMT+04:00 S, Pitchumani :
> > Hi,
> >
> > Few AVR Xmega devices have specific instruction support than the
> ar