Not that it is relevant but I am quite exited about Atmels new XMEGA series, I haven't done it much but I have no problem controlling
a ATmega manually and the ATXmega can be controlled the same way(although I am learning about there new way of doing things) the point
that excites me is that XMEGA offers a as simple manual control as with the ATmegas while still offering a 32MHz clock, many
external interrupts, in the ones that I have acquired 8 DMAs and a new event system which seems to play a similar role as DMAs.
They should also have the capability of directing data from memory to memory, memory to peripheral, peripheral to peripheral
and peripheral to memory without bothering the CPU which sound super.
Oh and 12bit ADC/ADCs & 12bit DAC/DACs depending on which you choose.
I do think that the XMEGAs will do great, its still 8bit architecture which makes it a little easier for someone like me but they offer
all you have ever wished that the ATmegas had.
And thanks to some person/persons somewhere in the world you can use them with arduino IDE, though I am being more and more
displeased with that IDE since when trying some more real IDE like ATMEL studio 6 I find that I have no clue about a number
of things that I NEED TO DO to make anything work which the arduino IDE hides and make no effort of even telling you about.
Still I think its a great aid and without arduino IDE I would not have made it to using µC as I am and I would not be struggling
with learning a real IDE(struggling is still doing).