Move all common settings and defines to avr.common.
[bertos.git] / bertos / cpu / avr / info / atmega64.cdef
index 63eba9487d60591b66675aa15b4937b027e7d8d8..b71824340ee0963204b7b4734466475b224e9fe1 100644 (file)
 # Copyright 2008 Develer S.r.l. (http://www.develer.com/)
 #
 # -->
-# 
+#
 # Cpu info of the ATMega64.
-# 
+#
 # This file contain all info for the BeRTOS wizard.
 #
 # \author Daniele Basile <asterix@develer.com>
 #
 #
 
-# Type of the toolchain we should use to compile the source for this CPU.
-TOOLCHAIN = "avr"
-
-# If we use the GCC compiler we should pass some flags. 
-CORE_CPU = "atmega64"
-
-C_FLAGS = []
-
-CPPA_FLAGS = []
-
-CPP_FLAGS = []
-
-LD_FLAGS = []
-
-CPPA_SRC = []
-
-# If you want to use, one o more, of these modules in your project you should compile in 
-# different way.
-PC_SRC = []
+# Import the common settings for the path.
+include("avr.common")
 
-# For this cpu BeRTOS support these driver: 
-SUPPORTED_DRV = []
+# If we use the GCC compiler we should pass some flags.
+CORE_CPU += "atmega64"