[patch #9968] Update __mul[hs]i_const_10 functions to detect them as function in the ELF object

2020-08-26 Thread Pitchumani
Update of patch #9968 (project avr-libc): Summary: Update __multi[hs]i_const_10 functions to detect them as function in the ELF object => Update __mul[hs]i_const_10 functions to detect them as function in the ELF object

[patch #9968] Update __multi[hs]i_const_10 functions to detect them as function in the ELF object

2020-08-26 Thread Pitchumani
URL: <https://savannah.nongnu.org/patch/?9968> Summary: Update __multi[hs]i_const_10 functions to detect them as function in the ELF object Project: AVR C Runtime Library Submitted by: pitchumani Submitted on: Wed 26 Aug 2020 09:11

[avr-libc-dev] [bug #51755] iotn441.h & iotn841.h missing definitions for PUEA[0-7] and PUEB[0-3]

2017-08-18 Thread Pitchumani
Update of bug #51755 (project avr-libc): Status:None => Fixed Percent Complete: 0% => 100% Open/Closed:Open => Closed Summary:

[avr-libc-dev] [patch #9400] Add avrxmega3 multilibs

2017-08-04 Thread Pitchumani
Update of patch #9400 (project avr-libc): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #1: Committed as rev

[avr-libc-dev] [bug #50439] avr/iom32u4.h does not define PRTIM4

2017-03-06 Thread Pitchumani
Update of bug #50439 (project avr-libc): Item Group:None => Header files Status:None => Fixed Percent Complete: 0% => 100% Open/Closed:

[avr-libc-dev] [bug #50439] avr/iom32u4.h does not define PRTIM4

2017-03-06 Thread Pitchumani
Update of bug #50439 (project avr-libc): Category:None => Header Assigned to:None => pitchumani ___ Reply to this item at:

Re: [avr-libc-dev] Support for AtMega328pb

2017-02-08 Thread Pitchumani Sivanupandi
, Pitchumani ___ AVR-libc-dev mailing list AVR-libc-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Re: [avr-libc-dev] How attached are people to the implementation of rand()/random()?

2016-12-06 Thread Pitchumani Sivanupandi
ibatmega128.a, hence no such .a in the avr-libc build tree. Yes. For gcc lesser than 5.1, it do not enable device library by default. If the gcc is < 5.1 and patched to have device library, then users can use --enable-device-lib option to configure avr-libc to build device librarie

[avr-libc-dev] [patch #9163] New eeprom write block function for xmega

2016-11-29 Thread Pitchumani
Update of patch #9163 (project avr-libc): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Follow-up Comment #1: Committed as

Re: [avr-libc-dev] [patch #9163] New eeprom write block function for xmega

2016-11-21 Thread Pitchumani Sivanupandi
On Wednesday 16 November 2016 06:34 PM, Pitchumani wrote: URL: <http://savannah.nongnu.org/patch/?9163> Summary: New eeprom write block function for xmega Project: AVR C Runtime Library Submitted by: pitchumani Submitted o

[avr-libc-dev] [patch #9163] New eeprom write block function for xmega

2016-11-16 Thread Pitchumani
URL: <http://savannah.nongnu.org/patch/?9163> Summary: New eeprom write block function for xmega Project: AVR C Runtime Library Submitted by: pitchumani Submitted on: Wed 16 Nov 2016 01:04:34 PM GMT Category

[avr-libc-dev] [bug #41689] add static_assert to assert.h

2016-10-19 Thread Pitchumani
Update of bug #41689 (project avr-libc): Status: Confirmed => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #3:

[avr-libc-dev] [bug #41689] add static_assert to assert.h

2016-10-19 Thread Pitchumani
Update of bug #41689 (project avr-libc): Status:None => Confirmed Assigned to:None => pitchumani Summary: static_assert => add static_assert to

[avr-libc-dev] [bug #48898] power_usart3_* functions no more defined in power.h

2016-08-29 Thread Pitchumani
Update of bug #48898 (project avr-libc): Status: Confirmed => In Progress Assigned to:None => pitchumani ___ Follow-up Comment #1: Attach

[avr-libc-dev] [patch #8966] Update RFR devices header files

2016-04-04 Thread Pitchumani
URL: <http://savannah.nongnu.org/patch/?8966> Summary: Update RFR devices header files Project: AVR C Runtime Library Submitted by: pitchumani Submitted on: Mon 04 Apr 2016 09:01:33 AM GMT Category

[avr-libc-dev] [patch #8961] Update test script

2016-04-04 Thread Pitchumani
Update of patch #8961 (project avr-libc): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Follow-up Comment #1: Committed as rev

[avr-libc-dev] [patch #8964] Update tests

2016-03-31 Thread Pitchumani
URL: <http://savannah.nongnu.org/patch/?8964> Summary: Update tests Project: AVR C Runtime Library Submitted by: pitchumani Submitted on: Thu 31 Mar 2016 12:35:37 PM GMT Category: None Priority: 5 -

[avr-libc-dev] [patch #8961] Update test script

2016-03-31 Thread Pitchumani
Additional Item Attachment, patch #8961 (project avr-libc): File name: update-test-script.patch Size:3 KB ___ Reply to this item at: ___

[avr-libc-dev] [patch #8961] Update test script

2016-03-30 Thread Pitchumani
URL: <http://savannah.nongnu.org/patch/?8961> Summary: Update test script Project: AVR C Runtime Library Submitted by: pitchumani Submitted on: Wed 30 Mar 2016 07:59:25 AM GMT Category: None Prior

[avr-libc-dev] Incorrect check in test stdlib/malloc-7.c?

2016-02-16 Thread Pitchumani Sivanupandi
Hi Joerg, Test stdlib/malloc-7.c is failed in my regression test. I feel last check is incorrect in that test case. Free list pointer (__flp) is expected to be NULL, but the test checks next pointer of __flp. Attached the patch. Could you please confirm? Regards, Pitchumani --- a/avr-libc

[avr-libc-dev] Need news update for avr-libc 2.0.0 release

2016-02-15 Thread Pitchumani Sivanupandi
Hi Joerg, It seems the News in project page is not updated for the new release (2.0.0). https://savannah.nongnu.org/projects/avr-libc/ Could you please check? Regards, Pitchumani ___ AVR-libc-dev mailing list AVR-libc-dev@nongnu.org https

Re: [avr-libc-dev] 2.0.0 and XMega32E5 eeprom troubles...

2016-02-10 Thread Sivanupandi, Pitchumani
ry below patch? This is the related difference I could see from Atmel's avr-libc build. Regards, Pitchumani diff --git a/avr-libc/libc/misc/eewr_byte.S b/avr-libc/libc/misc/eewr_byte.S index 98008c2..30b1595 100644 --- a/avr-libc/libc/misc/eewr_byte.S +++ b/avr-libc/libc/misc/eewr_byte.S @@ -61,6 +61,1

[avr-libc-dev] [patch #8902] Xmega's PROTECTED_WRITE is incorrect for IO registers whose address is more than one byte

2016-02-04 Thread Pitchumani
Update of patch #8902 (project avr-libc): Status: Ready For Test => Done Open/Closed:Open => Closed ___ Follow-up Comment #4: Committed.

[avr-libc-dev] [patch #8902] Xmega's PROTECTED_WRITE is incorrect for IO registers whose address is more than one byte

2016-02-04 Thread Pitchumani
Follow-up Comment #1, patch #8902 (project avr-libc): Testcase: protected_write.c 1 #include 2 #include 3 4 void main () 5 { 6 _PROTECTED_WRITE(RTC_CTRL, RTC_PRESCALER_gm); 7 } Compiler output: $ avr-gcc -mmcu=atxmega128b1 -c protected_write.c In file included from

[avr-libc-dev] [patch #8902] Xmega's PROTECTED_WRITE is incorrect for IO registers whose address is more than one byte

2016-02-04 Thread Pitchumani
Follow-up Comment #2, patch #8902 (project avr-libc): This patch _PROTECTED_WRITE macro. Below is the disassembly (after applying the patch) for test in comment #1. : 0: cf 93 pushr28 2: df 93 pushr29 4: cd b7 in r28, 0x3d ;

[avr-libc-dev] [patch #8902] Xmega's PROTECTED_WRITE is incorrect for IO registers whose address is more than one byte

2016-02-03 Thread Pitchumani
URL: <http://savannah.nongnu.org/patch/?8902> Summary: Xmega's PROTECTED_WRITE is incorrect for IO registers whose address is more than one byte Project: AVR C Runtime Library Submitted by: pitchumani Submitted on: Wed 03 Feb 2016

Re: [avr-libc-dev] [patch #8902] Xmega's PROTECTED_WRITE is incorrect for IO registers whose address is more than one byte

2016-02-03 Thread Sivanupandi, Pitchumani
[ccp_ioreg] "d" ((uint8_t)CCP_IOREG_gc), \ > +[ioreg] "n" (_SFR_MEM_ADDR(reg)), \ > + [val] "r" ((uint8_t)value)) > #endif /* DOXYGEN */ > > #endif /* _AVR_XMEGA_H */ Hi Joerg, Is this ok for trunk? Regards, Pitchumani ___ AVR-libc-dev mailing list AVR-libc-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Re: [avr-libc-dev] Need new avr-libc release

2016-01-28 Thread Sivanupandi, Pitchumani
> -Original Message- > From: Joerg Wunsch [mailto:j...@uriah.heep.sax.de] > Sent: 26 January 2016 03:38 > To: avr-libc-dev@nongnu.org > Cc: Sivanupandi, Pitchumani <pitchumani.sivanupa...@atmel.com>; Selvaraj, > Senthil_Kumar <senthil_kumar.selva...@atmel.com>

Re: [avr-libc-dev] Need new avr-libc release

2016-01-28 Thread Sivanupandi, Pitchumani
ev] Need new avr-libc release > > As Sivanupandi, Pitchumani wrote: > > > I'll push few more devices support. Please hold the release for a day. > > Will do, I might do some other release preparations in the meantime (bumping > version numbers, have a look at the documentat

Re: [avr-libc-dev] Need new avr-libc release

2016-01-27 Thread Sivanupandi, Pitchumani
> -Original Message- > From: Georg-Johann Lay [mailto:a...@gjlay.de] > Sent: 25 January 2016 21:56 > To: Joerg Wunsch <joerg_wun...@uriah.heep.sax.de>; avr-libc-dev@nongnu.org; > Sivanupandi, Pitchumani <pitchumani.sivanupa...@atmel.com>; Selvaraj, > Sent

[avr-libc-dev] Need new avr-libc release

2016-01-25 Thread Sivanupandi, Pitchumani
Hi Joerg, AVR-LibC's last release no longer builds with GCC's last releases (5.2 or later). Ref: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67373 Can you make a new release? Regards, Pitchumani ___ AVR-libc-dev mailing list AVR-libc-dev@nongnu.org

[avr-libc-dev] [patch #8810] Fix LFUSE_DEFAULT for tiny24a/44a

2015-11-26 Thread Pitchumani
URL: <http://savannah.nongnu.org/patch/?8810> Summary: Fix LFUSE_DEFAULT for tiny24a/44a Project: AVR C Runtime Library Submitted by: pitchumani Submitted on: Thu 26 Nov 2015 08:00:52 AM GMT Category

[avr-libc-dev] [patch #8810] Fix LFUSE_DEFAULT for tiny24a/44a

2015-11-26 Thread Pitchumani
Update of patch #8810 (project avr-libc): Status:None => Done Open/Closed:Open => Closed ___ Follow-up Comment #1: comitted as

[avr-libc-dev] [patch #8750] Incorrect header in documentation

2015-10-06 Thread Pitchumani
Update of patch #8750 (project avr-libc): Status:None => Done ___ Follow-up Comment #1: Committed revision 2488 ___ Reply

[avr-libc-dev] [patch #8731] Header file for atmega644a

2015-10-06 Thread Pitchumani
Update of patch #8731 (project avr-libc): Status: In Progress => Done ___ Follow-up Comment #1: Committed. http://svn.savannah.nongnu.org/viewvc?view=rev=avr-libc=2487

[avr-libc-dev] [patch #8564] Add dwarf debug info alternative, build printf with debug info

2015-10-06 Thread Pitchumani
Update of patch #8564 (project avr-libc): Status:None => Done ___ Follow-up Comment #1: Committed revision 2489. ___ Reply

[avr-libc-dev] [patch #8564] Add dwarf debug info alternative, build printf with debug info

2015-10-06 Thread Pitchumani
Update of patch #8564 (project avr-libc): Open/Closed:Open => Closed ___ Reply to this item at: ___

[avr-libc-dev] [patch #8731] Header file for atmega644a

2015-10-06 Thread Pitchumani
Update of patch #8731 (project avr-libc): Open/Closed:Open => Closed ___ Reply to this item at: ___

[avr-libc-dev] [patch #8750] Incorrect header in documentation

2015-10-06 Thread Pitchumani
Update of patch #8750 (project avr-libc): Open/Closed:Open => Closed ___ Reply to this item at: ___

[avr-libc-dev] [patch #8731] Header file for atmega644a

2015-08-28 Thread Pitchumani
URL: http://savannah.nongnu.org/patch/?8731 Summary: Header file for atmega644a Project: AVR C Runtime Library Submitted by: pitchumani Submitted on: Fri 28 Aug 2015 08:27:47 AM GMT Category: None Priority

[avr-libc-dev] [patch #8718] Enable EEPROM memory map only devices with EEPROM Data Memory Mapping Enable bit (EEMAPEN)

2015-08-20 Thread Pitchumani
Update of patch #8718 (project avr-libc): Status: Ready For Test = Done Open/Closed:Open = Closed ___ Follow-up Comment #1: Committed as rev

[avr-libc-dev] [patch #8718] Enable EEPROM memory map only devices with EEPROM Data Memory Mapping Enable bit (EEMAPEN)

2015-08-17 Thread Pitchumani
URL: http://savannah.nongnu.org/patch/?8718 Summary: Enable EEPROM memory map only devices with EEPROM Data Memory Mapping Enable bit (EEMAPEN) Project: AVR C Runtime Library Submitted by: pitchumani Submitted on: Mon 17 Aug 2015 09:23

[avr-libc-dev] [patch #8716] Enable setjmp/longjmp functions for AVR_TINY architecture

2015-08-17 Thread Pitchumani
Update of patch #8716 (project avr-libc): Status: Ready For Test = Done Open/Closed:Open = Closed ___ Follow-up Comment #1: Committed

[avr-libc-dev] [bug #40051] ATxmega16D4 ATxmega32D4 header files misses register definitions for CRC module

2015-08-06 Thread Pitchumani
Update of bug #40051 (project avr-libc): Status:None = Fixed Assigned to:None = pitchumani Open/Closed:Open = Closed

[avr-libc-dev] [bug #45551] Power-save mode not supported for ATtiny167

2015-07-22 Thread Pitchumani
Update of bug #45551 (project avr-libc): Status:None = In Progress Assigned to:None = pitchumani ___ Reply to this item at: http

[avr-libc-dev] [bug #45539] iom32u4.h defines reserved IO address (TIMSK2 (0x70), TIMSK5 (0x73) etc)

2015-07-21 Thread Pitchumani
Update of bug #45539 (project avr-libc): Status: In Progress = Fixed Open/Closed:Open = Closed ___ Follow-up Comment #2: Committed.

[avr-libc-dev] [bug #45539] iom32u4.h defines reserved IO address (TIMSK2 (0x70), TIMSK5 (0x73) etc)

2015-07-21 Thread Pitchumani
Update of bug #45539 (project avr-libc): Status:None = In Progress Assigned to:None = pitchumani Summary: iom32u4.h defines non-existing TIMSK2 and TIMSK5 = iom32u4.h defines reserved

[avr-libc-dev] [bug #44977] Incorrect PORT_t and CRC_t definitions for ATxmega64A1U and 128A1U

2015-06-22 Thread Pitchumani
Update of bug #44977 (project avr-libc): Summary: Incorrect PORT_t and CRC_t definitions for ATxmega128A1U = Incorrect PORT_t and CRC_t definitions for ATxmega64A1U and 128A1U ___ Reply to this item at:

[avr-libc-dev] [bug #44279] incorrect USB_TRNCOMPL_vect_num in iox64a1u.h, iox128a1u.h

2015-06-22 Thread Pitchumani
Update of bug #44279 (project avr-libc): Status: In Progress = Fixed Open/Closed:Open = Closed ___ Follow-up Comment #1: Committed.

[avr-libc-dev] [bug #44977] Incorrect PORT_t and CRC_t definitions for ATxmega64A1U and 128A1U

2015-06-22 Thread Pitchumani
Update of bug #44977 (project avr-libc): Status: In Progress = Fixed Open/Closed:Open = Closed ___ Follow-up Comment #1: Committed.

[avr-libc-dev] [bug #44279] incorrect USB_TRNCOMPL_vect_num in iox64a1u.h, iox128a1u.h

2015-06-21 Thread Pitchumani
Update of bug #44279 (project avr-libc): Status:None = In Progress Assigned to:None = pitchumani ___ Reply to this item at: http

Re: [avr-libc-dev] [patch #8587] Move device specific functions to libdev.a

2015-06-19 Thread Sivanupandi, Pitchumani
specific functions to libdev.a As Pitchumani wrote: Follow-up Comment #7: Device library build is based on compiler detected or configure option. Curious, would it be time to build a new release, do you feel comfortable with the status quo? Yes, We could build a new release. Few

[avr-libc-dev] [bug #43011] Bug in struct definition of __reg_UCSR1C and __reg_UCSR0C in iom128rfa1.h

2015-06-19 Thread Pitchumani
Update of bug #43011 (project avr-libc): Status:None = In Progress Assigned to:None = pitchumani ___ Reply to this item at: http

Re: [avr-libc-dev] [bug #43828] wdt.h: Wrong inline assembler arguments

2015-06-18 Thread Sivanupandi, Pitchumani
-Original Message- From: Georg-Johann Lay [mailto:a...@gjlay.de] Sent: 18 June 2015 23:46 To: Sivanupandi, Pitchumani Cc: avr-libc-dev@nongnu.org Subject: Re: [avr-libc-dev] [bug #43828] wdt.h: Wrong inline assembler arguments Am 06/17/2015 um 12:02 PM schrieb Sivanupandi

[avr-libc-dev] [bug #43828] wdt.h: Wrong inline assembler arguments

2015-06-18 Thread Pitchumani
Update of bug #43828 (project avr-libc): Status: In Progress = Fixed Open/Closed:Open = Closed ___ Follow-up Comment #2: Committed.

Re: [avr-libc-dev] [bug #43828] wdt.h: Wrong inline assembler arguments

2015-06-17 Thread Sivanupandi, Pitchumani
-Original Message- From: avr-libc-dev-bounces+pitchumani.s=atmel@nongnu.org [mailto:avr-libc-dev-bounces+pitchumani.s=atmel@nongnu.org] On Behalf Of Sivanupandi, Pitchumani Sent: 21 May 2015 16:26 To: Georg-Johann Lay Cc: avr-libc-dev@nongnu.org Subject: Re: [avr-libc-dev

Re: [avr-libc-dev] [bug #43828] wdt.h: Wrong inline assembler arguments

2015-05-21 Thread Sivanupandi, Pitchumani
-Original Message- From: Georg-Johann Lay [mailto:a...@gjlay.de] Sent: Thursday, April 30, 2015 7:04 PM To: Sivanupandi, Pitchumani Cc: avr-libc-dev@nongnu.org Subject: Re: [bug #43828] wdt.h: Wrong inline assembler arguments Am 04/30/2015 um 12:09 PM schrieb Sivanupandi

Re: [avr-libc-dev] [bug #43828] wdt.h: Wrong inline assembler arguments

2015-04-30 Thread Sivanupandi, Pitchumani
-Original Message- From: Georg-Johann Lay [mailto:a...@gjlay.de] Sent: Wednesday, April 29, 2015 3:11 PM To: Sivanupandi, Pitchumani Cc: avr-libc-dev@nongnu.org Subject: Re: [bug #43828] wdt.h: Wrong inline assembler arguments Am 04/28/2015 um 12:53 PM schrieb Sivanupandi

Re: [avr-libc-dev] [bug #43828] wdt.h: Wrong inline assembler arguments

2015-04-28 Thread Sivanupandi, Pitchumani
Hi Johann, -Original Message- From: Pitchumani [mailto:invalid.nore...@gnu.org] Sent: Wednesday, December 24, 2014 12:10 PM To: Sivanupandi, Pitchumani; Georg-Johann Lay; avr-libc-dev@nongnu.org Subject: [bug #43828] wdt.h: Wrong inline assembler arguments ... Below is the patch

Re: [avr-libc-dev] [bug #44869] trunk doesn't work with gcc 5.1.0-RC-20150412

2015-04-28 Thread Sivanupandi, Pitchumani
-Original Message- From: Georg-Johann Lay [mailto:a...@gjlay.de] Sent: Monday, April 27, 2015 10:17 PM To: Sivanupandi, Pitchumani; Joerg Wunsch Cc: avr-libc-dev@nongnu.org; ralphdoncas...@gmail.com Subject: Re: [avr-libc-dev] [bug #44869] trunk doesn't work with gcc 5.1.0-RC

[avr-libc-dev] [bug #44869] trunk doesn't work with gcc 5.1.0-RC-20150412

2015-04-28 Thread Pitchumani
Update of bug #44869 (project avr-libc): Priority: 5 - Normal = 9 - Immediate Status:None = Ready For Test Assigned to:None = pitchumani

Re: [avr-libc-dev] [bug #44869] trunk doesn't work with gcc 5.1.0-RC-20150412

2015-04-27 Thread Sivanupandi, Pitchumani
| crtatmega1280.o | ++-+-+-+ | device library | | dev/atmega1280/libdev.a | libatmega1280.a | ++-+-+-+ Is the attached patch Ok? Regards, Pitchumani detect-gcc

Re: [avr-libc-dev] [bug #44869] trunk doesn't work with gcc 5.1.0-RC-20150412

2015-04-24 Thread Sivanupandi, Pitchumani
patch will work with additional user options, not auto detection. I could submit this by early next week. Regards, Pitchumani ___ AVR-libc-dev mailing list AVR-libc-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/avr-libc-dev

[avr-libc-dev] [bug #44869] trunk doesn't work with gcc 5.1.0-RC-20150412

2015-04-23 Thread Pitchumani
Follow-up Comment #4, bug #44869 (project avr-libc): For gcc-5.1, Please use avr-libc svn revision 2473 as mentioned by GJL in previous comment. GCC 5.1 Successful build by Ralph Doncaster https://gcc.gnu.org/ml/gcc/2015-04/msg00215.html AVR-LibC trunk (r2474 or newer) works with gcc-trunk.

[avr-libc-dev] [bug #44574] Place device-specific libraries in their multilib directory.

2015-04-15 Thread Pitchumani
Update of bug #44574 (project avr-libc): Status: Ready For Test = Fixed ___ Follow-up Comment #2: Committed. http://svn.savannah.nongnu.org/viewvc?view=revroot=avr-libcrevision=2474

[avr-libc-dev] [bug #44574] Place device-specific libraries in their multilib directory.

2015-04-13 Thread Pitchumani
2015-04-13 Pitchumani Sivanupandi pitchuman...@atmel.com bug #44574: Place device-specific libraries in their multilib directory. * configure.ac (AC_CONFIG_FILES): Replace dev directory with architecture directory where device specific lib (libdevice.a) and startup

[avr-libc-dev] [bug #33698] Explicit use of RJMP/RCALL can cause relocation truncated to fit: R_AVR_13_PCREL linker error

2015-04-09 Thread Pitchumani
Update of bug #33698 (project avr-libc): Status: Ready For Test = Fixed ___ Follow-up Comment #23: Committed. http://svn.savannah.nongnu.org/viewvc?view=revroot=avr-libcrevision=2473

[avr-libc-dev] [bug #33698] Explicit use of RJMP/RCALL can cause relocation truncated to fit: R_AVR_13_PCREL linker error

2015-04-08 Thread Pitchumani
Follow-up Comment #21, bug #33698 (project avr-libc): Ran gcc regression tests with avrtest simulator (atmega1280 and atxmega128a3). No new fails/ errors found. ___ Reply to this item at: http://savannah.nongnu.org/bugs/?33698

[avr-libc-dev] [bug #37847] Xmega power.h groupings are wrong

2015-03-09 Thread Pitchumani
Update of bug #37847 (project avr-libc): Status:None = Fixed ___ Follow-up Comment #1: This is fixed by patch #8563. https://savannah.nongnu.org/patch/?func=detailitemitem_id=8563

[avr-libc-dev] [bug #44140] wdt_disable() macro clobbers prescaller bits and can cause unexpected resets

2015-03-09 Thread Pitchumani
Update of bug #44140 (project avr-libc): Status: In Progress = Fixed ___ Follow-up Comment #3: committed. http://svn.savannah.nongnu.org/viewvc?view=revroot=avr-libcrevision=2469

[avr-libc-dev] [bug #34719] Check for right build compiler

2015-03-09 Thread Pitchumani
Update of bug #34719 (project avr-libc): Status:None = Fixed ___ Follow-up Comment #1: http://svn.savannah.nongnu.org/viewvc?view=revroot=avr-libcrevision=2470 This patch has been

[avr-libc-dev] [bug #34719] Check for right build compiler

2015-03-09 Thread Pitchumani
Update of bug #34719 (project avr-libc): Open/Closed:Open = Closed ___ Reply to this item at: http://savannah.nongnu.org/bugs/?34719 ___

[avr-libc-dev] [bug #33698] Explicit use of RJMP/RCALL can cause relocation truncated to fit: R_AVR_13_PCREL linker error

2015-03-06 Thread Pitchumani
Update of bug #33698 (project avr-libc): Severity: 3 - Normal = 4 - Important Status: Need Info = Ready For Test ___ Follow-up Comment #18: Martin Nowak's

[avr-libc-dev] [bug #44140] wdt_disable() macro clobbers prescaller bits and can cause unexpected resets

2015-03-05 Thread Pitchumani
Update of bug #44140 (project avr-libc): Status:None = In Progress Assigned to:None = pitchumani ___ Follow-up Comment #1: Hi Josh, Below

[avr-libc-dev] [patch #8610] Remove eeprom function name mangling

2015-02-25 Thread Pitchumani
Update of patch #8610 (project avr-libc): Status: Ready For Test = Done Open/Closed:Open = Closed ___ Follow-up Comment #2: Committed.

[avr-libc-dev] [patch #8587] Move device specific functions to libdev.a

2015-02-23 Thread Pitchumani
Follow-up Comment #4, patch #8587 (project avr-libc): EEPROM functions can be called in the same way. Only the internal name mangling is changed. Older compiler versions can not find the new device specific library (libdev.a) where the EEPROM functions are present now. So, libdev.a library needs

[avr-libc-dev] [patch #8610] Remove eeprom function name mangling

2015-02-23 Thread Pitchumani
Follow-up Comment #1, patch #8610 (project avr-libc): Some device headers do not define EEARL if the EEAR is one byte. But EEPROM functions refers EEARL assuming it is defined even if the length is one byte. Following will define EEARL if device header defines only EEAR, not EEARL/EEARH. (snip

[avr-libc-dev] [patch #8587] Move device specific functions to libdev.a

2015-02-22 Thread Pitchumani
Update of patch #8587 (project avr-libc): Status: In Progress = Done Open/Closed:Open = Closed ___ Follow-up Comment #2: Committed.

[avr-libc-dev] [bug #43804] Wdt for XMega. Syntax errors in the code.

2015-01-06 Thread Pitchumani
Update of bug #43804 (project avr-libc): Status:None = Invalid Open/Closed:Open = Closed ___ Reply to this item at:

[avr-libc-dev] [patch #8590] WDT enable/disable for devices with CCP

2015-01-06 Thread Pitchumani
URL: http://savannah.nongnu.org/patch/?8590 Summary: WDT enable/disable for devices with CCP Project: AVR C Runtime Library Submitted by: pitchumani Submitted on: Wed 07 Jan 2015 06:38:13 AM GMT Category: None

[avr-libc-dev] [patch #8587] Move device specific functions to libdev.a

2015-01-02 Thread Pitchumani
Follow-up Comment #1, patch #8587 (project avr-libc): ChangLog 2015-01-02 Joern Rennecke joern.renne...@embecosm.com * configure.ac: (AC_CONFIG_FILES): Place all devices under avr/lib/dev. Remove device duplicates. Remove device specific lib for tiny-stack. *

[avr-libc-dev] [patch #8587] Move device specific functions to libdev.a

2015-01-02 Thread Pitchumani
URL: http://savannah.nongnu.org/patch/?8587 Summary: Move device specific functions to libdev.a Project: AVR C Runtime Library Submitted by: pitchumani Submitted on: Fri 02 Jan 2015 10:15:56 AM GMT Category: None

[avr-libc-dev] [patch #8563] Generalize power reduction macros in power.h by removing hard coded device names

2014-12-02 Thread Pitchumani
Update of patch #8563 (project avr-libc): Status: In Progress = Done Open/Closed:Open = Closed ___ Follow-up Comment #1: Committed as rev

[avr-libc-dev] [patch #8563] Generalize power reduction macros in power.h by removing hard coded device names

2014-11-04 Thread Pitchumani
URL: http://savannah.nongnu.org/patch/?8563 Summary: Generalize power reduction macros in power.h by removing hard coded device names Project: AVR C Runtime Library Submitted by: pitchumani Submitted on: Tue 04 Nov 2014 09:52:19 AM GMT

[avr-libc-dev] Restructure conditions for power management APIs (power.h)

2014-09-29 Thread Sivanupandi, Pitchumani
has a different/ new power reduction register or bitfields. Will it be useful? Please give your suggestions. Regards, Pitchumani ___ AVR-libc-dev mailing list AVR-libc-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/avr-libc-dev

[avr-libc-dev] [patch #8543] Fix multiple issues with device header files.

2014-09-26 Thread Pitchumani
Update of patch #8543 (project avr-libc): Status: In Progress = Done Open/Closed:Open = Closed ___ Follow-up Comment #2: Committed the

[avr-libc-dev] [patch #8512] Rename tiny arch to avrtiny to sync with binutils

2014-08-12 Thread Pitchumani
URL: http://savannah.nongnu.org/patch/?8512 Summary: Rename tiny arch to avrtiny to sync with binutils Project: AVR C Runtime Library Submitted by: pitchumani Submitted on: Tue 12 Aug 2014 06:16:13 AM GMT Category: None

[avr-libc-dev] [patch #8512] Rename tiny arch to avrtiny to sync with binutils

2014-08-12 Thread Pitchumani
Update of patch #8512 (project avr-libc): Open/Closed:Open = Closed ___ Reply to this item at: http://savannah.nongnu.org/patch/?8512 ___

Re: [avr-libc-dev] Add missing RAMSTART and fix incorrect RAMEND/FLASHEND for a bunch of devices

2014-08-05 Thread S, Pitchumani
-Original Message- From: Selvaraj, Senthil_Kumar Sent: Wednesday, July 23, 2014 3:15 PM To: avr-libc-dev@nongnu.org Cc: S, Pitchumani; joerg.wun...@atmel.com Subject: Add missing RAMSTART and fix incorrect RAMEND/FLASHEND for a bunch of devices The below patch adds RAMSTART

[avr-libc-dev] [bug #40569] sleep_bod_disable does not work in attiny13a

2014-07-30 Thread Pitchumani
Update of bug #40569 (project avr-libc): Status:None = Fixed Open/Closed:Open = Closed ___ Follow-up Comment #1:

[avr-libc-dev] [patch #8499] Device ata6289 should be of avr4 architecture

2014-07-24 Thread Pitchumani
Update of patch #8499 (project avr-libc): Open/Closed:Open = Closed ___ Follow-up Comment #1: committed. http://svn.savannah.nongnu.org/viewvc?view=revroot=avr-libcrevision=2432

[avr-libc-dev] [patch #8499] Device ata6289 should be of avr4 architecture

2014-07-23 Thread Pitchumani
URL: http://savannah.nongnu.org/patch/?8499 Summary: Device ata6289 should be of avr4 architecture Project: AVR C Runtime Library Submitted by: pitchumani Submitted on: Wed 23 Jul 2014 09:59:34 AM GMT Category: None

Re: [avr-libc-dev] correction in xmega wdt_enable/ wdt_enable

2014-05-19 Thread S, Pitchumani
-Original Message- From: Joerg Wunsch [mailto:j...@uriah.heep.sax.de] Sent: Wednesday, May 14, 2014 6:14 PM To: S, Pitchumani Cc: avr-libc-dev@nongnu.org Subject: Re: [avr-libc-dev] correction in xmega wdt_enable/ wdt_enable As S, Pitchumani wrote: Bit 0 - SYNCBUSY When

[avr-libc-dev] [bug #37149] wdt_disable() for XMEGAs

2014-05-19 Thread Pitchumani
Update of bug #37149 (project avr-libc): Status:None = Fixed Open/Closed:Open = Closed ___ Follow-up Comment #1: This is fixed along

Re: [avr-libc-dev] correction in xmega wdt_enable/ wdt_enable

2014-05-14 Thread S, Pitchumani
-Original Message- From: Joerg Wunsch [mailto:j...@uriah.heep.sax.de] Sent: Wednesday, May 14, 2014 12:31 PM To: avr-libc-dev@nongnu.org Cc: S, Pitchumani Subject: Re: [avr-libc-dev] correction in xmega wdt_enable/ wdt_enable As S, Pitchumani wrote: As per datasheet

[avr-libc-dev] correction in xmega wdt_enable/ wdt_enable

2014-05-13 Thread S, Pitchumani
, Pitchumani 2014-05-14 Pitchumani Sivanupandi pitchuman...@atmel.com * include/avr/wdt.h (wdt_enable): update wdt_enable for xmega to wait till sync finished (as per datasheet). (wdt_disable): Add wdt_disable for xmega devices. Xmega-wdt-enable-disable.patch Description

[avr-libc-dev] [bug #41006] iom328p.h: wrong fuse defaults

2014-05-02 Thread Pitchumani
Update of bug #41006 (project avr-libc): Status: Confirmed = Fixed ___ Follow-up Comment #1: HFUSE byte changes are already in header file. Incorporated the EFUSE_DEFAULT changes.

[avr-libc-dev] [bug #38793] iox64d4.h missing OSC_RC32MCREF_bm

2014-04-29 Thread Pitchumani
Follow-up Comment #2, bug #38793 (project avr-libc): still OSC_RC32MCREF0_bm expected to be present? sorry, I meant OSC_RC32MCREF_bm. ___ Reply to this item at: http://savannah.nongnu.org/bugs/?38793

[avr-libc-dev] [bug #35498] misspelled in util/setbaud.h

2014-04-29 Thread Pitchumani
Update of bug #35498 (project avr-libc): Status:None = Fixed Assigned to:None = pitchumani ___ Reply to this item at: http

[avr-libc-dev] [bug #40003] Integer type promotion leads to inefficent code in wdt.h

2014-04-28 Thread Pitchumani
Update of bug #40003 (project avr-libc): Status:None = Confirmed Assigned to:None = pitchumani ___ Reply to this item at: http

  1   2   >