From: Thomas H. <th...@in...> - 2010-02-28 20:23:24
|
On 23.02.2010 07:30, Seth Burleigh wrote: > I was wondering if there could be support for atxmega32a4? I know > avrdude, as of 9.10, now works quite well with avrisp2 and atxmegas. > I can see only 2 atxmegas in the list of devices. > Hi Seth, you need to update your avr-gcc compiler. The plugin gets the list of supported MCUs directly from the avr-gcc. I have avr-gcc 4.3.3(WinAVR 20100110) installed and this version supports the ATXmega32a4. The only thing hardcoded in the Plugin is the support for the fuses and the datasheet links. The plugin will support fuses for the atxmega32 with the next release 2.3.2, which is just about ready for release. brgds, Thomas |