avr-libc
avr-libc copied to clipboard
[bug #37850] Add support for all known Xmega variants
Sat 01 Dec 2012 06:12:18 PM CET
This is the avr-libc component of a patchset to implement support for all known Xmega variants (list taken from Digikey plus one part already in the library).
As noted in bug 37847 the content of the Xmega power.h header is inaccurate, so this patch does not mess with that file at all, leaving the existing subset of parts listed in the #ifdefs.
A further enhancement to the headers would be to replace the several instances where all Xmega variants are checked for with a single test against AVR_XMEGA.
Also attached is the script that made all these changes, along with the master list of chips.
file #27014: xmega.lst file #27013: fix.py file #27012: avr-libc.patch
This issue was migrated from https://savannah.nongnu.org/bugs/?37850