> -----Original Message----- > From: > [email protected] > [mailto:avr-libc-dev-bounces+eric.weddington=atmel....@nongnu. > org] On Behalf Of Frédéric Nadeau > Sent: Monday, March 30, 2009 6:13 PM > To: [email protected] > Subject: [avr-libc-dev] Re: [bug #25300] Additional i/o port names > > I did some quick check on the devices I use the most, there is most > likely some other error like wrong port/pin number. > > If you want I can modify my script and add a "to_upperCase" kind of > function to all the names. That will fix issue rather easily on our > side, but will not help altmel get better XML. > > So let me know if you would like to have the patch regenerated with > the "toUpperCase" option. >
Ideally, we need both: we need to fix the patch to the header files so that the definitions are in uppercase, but we need to generate a list of what was wrong with the XML files to give to Atmel. I have been updating the "avrgcc-header" script that I use to generate new header files. I noticed that in some of the XML files, the package information can list multiple package types. Some of these package types have different pin counts. Are you generating your data from the largest pin-count package that is available for a specific device? That way the most number of definitions / mappings are generated. Eric _______________________________________________ AVR-libc-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-libc-dev
