[patch, avr] atmel avr new devices set-3

2014-07-15 Thread S, Pitchumani
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

[patch, avr] atmel avr new devices set-4

2014-07-15 Thread S, Pitchumani
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

RE: [Patch, avr] Add atmel ata5782 and ata5831 devices

2014-07-14 Thread S, Pitchumani
-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] Add atmel ata5782 and ata5831

[patch, avr] Device macro correction for rev devices

2014-07-14 Thread S, Pitchumani
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

[patch,avr] atmel avr new devices set-2

2014-06-03 Thread S, Pitchumani
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

[patch,avr] atmel avr new devices set-1

2014-06-02 Thread S, Pitchumani
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 vishnu@atmel.com Pitchumani

[patch, avr] ata6289 device ISA is updated

2014-05-29 Thread S, Pitchumani
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 pitchuman...@atmel.com *

RE: [patch,avr] Device specific instructions support for avr

2014-03-05 Thread S, Pitchumani
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 pitchuman...@atmel.com: Hi, Few AVR Xmega devices have specific instruction support than the architecture it belongs