Define new tag to fix wizard errors.
[bertos.git] / bertos / cpu / avr / info / ATxmega32D4.cdef
index d14c9847214b54905b98e0a706c8311450b41b46..9cae5eb01e92ae2b1f74426d451bde1233d5eded 100644 (file)
@@ -50,5 +50,10 @@ CPU_DESC += [ "32 Kbyte in-System Programmable Flash",
 
 # If we use the GCC compiler we should pass some flags.
 CORE_CPU = "atxmega32d4"
+HW_DIR = CPU_DIR + "avr/hw/"
+MK_CPU_CSRC = HW_DIR + "init_xmega.c"
+
+# Special CPU related tags.
+CPU_TAGS += ["xmega32d"]
 
 include("avr_post.common")