Remove all common settings and put their in general.cdef.
[bertos.git] / bertos / cpu / avr / info / atmega103.cdef
index 135690fbee7f01fe2c0acadc4b19aeb64b95a769..cea4867669b756b5f44200431106ae0481dd2546 100644 (file)
 #
 #
 
-# 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"
 
 # If we use the GCC compiler we should pass some flags. 
 CORE_CPU = "atmega103"
 
-C_FLAGS = [ "-fno-strict-aliasing" ]
+C_FLAGS = []
 
 CPPA_FLAGS = []
 
@@ -63,8 +58,8 @@ 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 ]
+PC_SRC = []
 
 # For this cpu BeRTOS support these driver: 
-SUPPORTED_DRV = [adc, flash, flash, pwm, ser, sipo, timer, wdt, ic2, kdebug, lcd_32122a]
+SUPPORTED_DRV = []