Add to the wizard AVR XMega init file.
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Sat, 9 Apr 2011 13:43:12 +0000 (13:43 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Sat, 9 Apr 2011 13:43:12 +0000 (13:43 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4847 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/avr/info/ATxmega32D4.cdef

index d14c9847214b54905b98e0a706c8311450b41b46..57a1496e0a835fe52582282821d4bcc13e4a615f 100644 (file)
@@ -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")