Fix XMega information for wizard.
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 13 Oct 2011 16:43:14 +0000 (16:43 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 13 Oct 2011 16:43:14 +0000 (16:43 +0000)
commit1c6068d9cd0c1a2bc396f4cc2d99a9b64f9d82d0
tree4967b04c1d57539827dbd299434f9c3c752cb109
parent350223735c1c49b541d69f283fb71782ce374eea
Fix XMega information for wizard.

The wizard did not generate a working set of makefiles, I
needed to add "xmega" to CPU_TAGS. While doing this I decided to create
a xmega.common file with these xmega specific settings and include it
from ATxmega32D4.cdef.

Signed-off-by: Onno <developer@gorgoz.org>
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5162 38d2e660-2303-0410-9eaa-f027e97ec537
bertos/cpu/avr/info/ATxmega32D4.cdef
bertos/cpu/avr/info/xmega.common [new file with mode: 0644]