Merge contributed patch to extend support of atxmega.
[bertos.git] / bertos / cpu / avr / info / ATxmega32D4.cdef
index 82077cec16652d87cf8d4e3372d7767009accbc8..6d93446aaebb05d7c37d78fc6991215c139e37b0 100644 (file)
@@ -50,8 +50,7 @@ CPU_DESC += [ "32 Kbyte in-System Programmable Flash",
 
 # If we use the GCC compiler we should pass some flags.
 CORE_CPU = "atxmega32d4"
-
-# Special CPU related tags.
-CPU_TAGS += ["xmega32d"]
+# add a family tag for the wizard
+CPU_TAGS += ["xmegad4"]
 
 include("avr_post.common")