X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2FATxmega32D4.cdef;h=82077cec16652d87cf8d4e3372d7767009accbc8;hb=1c6068d9cd0c1a2bc396f4cc2d99a9b64f9d82d0;hp=9cae5eb01e92ae2b1f74426d451bde1233d5eded;hpb=350223735c1c49b541d69f283fb71782ce374eea;p=bertos.git diff --git a/bertos/cpu/avr/info/ATxmega32D4.cdef b/bertos/cpu/avr/info/ATxmega32D4.cdef index 9cae5eb0..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", @@ -50,8 +50,6 @@ 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"]