Add short cpu descriptions.
[bertos.git] / bertos / cpu / avr / info / atmega32.cdef
index 8f011d17c89563ba9e33793a5122354989fab335..355e02e6ded337caca483f31c9adde0eaa7d0334 100644 (file)
 # Copyright 2008 Develer S.r.l. (http://www.develer.com/)
 #
 # -->
-# 
+#
 # Cpu info of the ATMega32.
-# 
+#
 # 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"
+# 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 = "atmega32"
 
-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 = []
-
-# For this cpu BeRTOS support these driver: 
-SUPPORTED_DRV = []
-