Re: [avr-gcc-list] avr-libc does not have support for ATxmega16a4u or ATxmega32a4u

2014-02-17 Thread Joerg Wunsch
Erik Walthinsen wrote: > On 02/16/2014 12:48 PM, Joerg Wunsch wrote: >> As far as avr-libc is concerned, that's not necessary, since it's BSD-style >> licensed. > No, but for gcc and binutils getting the patches upstream does require > FSF paperwork. I think adding a new device should count as

Re: [avr-gcc-list] avr-libc does not have support for ATxmega16a4u or ATxmega32a4u

2014-02-16 Thread Erik Walthinsen
On 02/16/2014 12:48 PM, Joerg Wunsch wrote: As far as avr-libc is concerned, that's not necessary, since it's BSD-style licensed. No, but for gcc and binutils getting the patches upstream does require FSF paperwork. However, I have no idea how much it would take to actually get the maintainer

Re: [avr-gcc-list] avr-libc does not have support for ATxmega16a4u or ATxmega32a4u

2014-02-16 Thread Joerg Wunsch
Erik Walthinsen wrote: > I'll gladly file the assignment paperwork with the the FSF to be able to > get this stuff done myself, it somebody will let me. As far as avr-libc is concerned, that's not necessary, since it's BSD-style licensed. Yes, I'm guilty of doing too little avr-libc work in th

Re: [avr-gcc-list] avr-libc does not have support for ATxmega16a4u or ATxmega32a4u

2014-02-14 Thread Erik Walthinsen
On 02/14/2014 12:04 AM, Joerg Wunsch wrote: Alas, since the day when Anitha Boyapati has left the Atmel team that handles the AVR tools, there has not been much contribution back from Atmel to avr-libc. Instead, they maintain their own set of patches (until it will eventually become unmaintainab

Re: [avr-gcc-list] avr-libc does not have support for, ATxmega16a4u or ATxmega32a4u

2014-02-14 Thread David Fernandez
text. Regards David -- Message: 1 Date: Fri, 14 Feb 2014 09:04:25 +0100 (MET) From:j...@uriah.heep.sax.de (Joerg Wunsch) To:avr-gcc-list@nongnu.org Subject: Re: [avr-gcc-list] avr-libc does not have support for ATxmega16a4uor ATx

Re: [avr-gcc-list] avr-libc does not have support for ATxmega16a4u or ATxmega32a4u

2014-02-14 Thread Joerg Wunsch
David Fernandez wrote: > Anybody knows if there is a script to create the io files for these two > processors? or if there is some procedure to create them? Should be possible, but it's more than the IO header files. Some #ifdefs need to be extended, too. Alas, since the day when Anitha Boyap

Re: [avr-gcc-list] avr-libc does not have support for ATxmega16a4u or ATxmega32a4u

2014-02-13 Thread Paul Duke
Update your Atmel toolchain. I have linux 3.4.3 and both the 16a4u and 32a4u are included. Probably they're in the windows version too. On Thu, Feb 13, 2014 at 4:36 AM, David Fernandez wrote: > Hi there, > > Anybody knows if there is a script to create the io files for these two > processors? or

[avr-gcc-list] avr-libc does not have support for ATxmega16a4u or ATxmega32a4u

2014-02-13 Thread David Fernandez
Hi there, Anybody knows if there is a script to create the io files for these two processors? or if there is some procedure to create them? I guess I could go line by line trying to see if the definitions for atxmega16a4 match the ones from 16a4u, but then the thing is, do I need to add some