Correct a typo
[bertos.git] / bertos / cpu / avr / info / atmega64.cdef
index 8ed6d98aebdca8a7d5d9507ff8cc24ee2a403f2f..bfa359d0dbccf699a48b54785526e3e9fa1df3a2 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>
 #
 #
 
-# Where are locate the bertos directories
-BERTOS_CPU_DIR = "bertos/cpu/"
-BERTOS_SCRIPT_DIR = BERTOS_CPU_DIR + "avr/script/"
-BERTOS_HW_DIR = BERTOS_CPU_DIR + "avr/hw/"
-
-# Type of the toolchain we should use to compile the source for this CPU.
-TOOLCHAIN = "avr"
+# Import the common settings for the path.
+include("avr.common")
 
-# If we use the GCC compiler we should pass some flags. 
+# If we use the GCC compiler we should pass some flags.
 CORE_CPU = "atmega64"
 
-C_FLAGS = [ "-fno-strict-aliasing" ]
-
-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 = [ kdebug, formartwr, sprintf, text_format, text ]
-
-# For this cpu BeRTOS support these driver: 
-SUPPORTED_DRV = [adc, flash, flash, pwm, ser, sipo, timer, wdt, ic2, kdebug, lcd_32122a]
-