X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2FATxmega32D4.cdef;h=82077cec16652d87cf8d4e3372d7767009accbc8;hb=705e92ca3e6a5bd0223f21a8fd9ac714f3253a5f;hp=d14c9847214b54905b98e0a706c8311450b41b46;hpb=b7483c04ac1bc17119e6070fdae124f6a440f191;p=bertos.git diff --git a/bertos/cpu/avr/info/ATxmega32D4.cdef b/bertos/cpu/avr/info/ATxmega32D4.cdef index d14c9847..82077cec 100644 --- a/bertos/cpu/avr/info/ATxmega32D4.cdef +++ b/bertos/cpu/avr/info/ATxmega32D4.cdef @@ -40,7 +40,7 @@ # Import the common settings for the path. -include("avr.common") +include("xmega.common") # Short description of the cpu. CPU_DESC += [ "32 Kbyte in-System Programmable Flash", @@ -51,4 +51,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"] + include("avr_post.common")