X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2FATxmega32D4.cdef;h=6d93446aaebb05d7c37d78fc6991215c139e37b0;hb=b9e1e52093d33494bf4a8ca27c14a56a25b6e0bc;hp=82077cec16652d87cf8d4e3372d7767009accbc8;hpb=1c6068d9cd0c1a2bc396f4cc2d99a9b64f9d82d0;p=bertos.git diff --git a/bertos/cpu/avr/info/ATxmega32D4.cdef b/bertos/cpu/avr/info/ATxmega32D4.cdef index 82077cec..6d93446a 100644 --- a/bertos/cpu/avr/info/ATxmega32D4.cdef +++ b/bertos/cpu/avr/info/ATxmega32D4.cdef @@ -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")