From: lottaviano Date: Sat, 9 Apr 2011 13:43:12 +0000 (+0000) Subject: Add to the wizard AVR XMega init file. X-Git-Tag: 2.7.0~119 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=bc397940d8e4dccb9b61dfc79b4946acc9f2ead8;p=bertos.git Add to the wizard AVR XMega init file. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4847 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/avr/info/ATxmega32D4.cdef b/bertos/cpu/avr/info/ATxmega32D4.cdef index d14c9847..57a1496e 100644 --- a/bertos/cpu/avr/info/ATxmega32D4.cdef +++ b/bertos/cpu/avr/info/ATxmega32D4.cdef @@ -50,5 +50,7 @@ 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" include("avr_post.common")