Remove all common settings and put their in general.cdef.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 12 Dec 2008 11:00:53 +0000 (11:00 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 12 Dec 2008 11:00:53 +0000 (11:00 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2023 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/arm/info/at91sam7s128.cdef
bertos/cpu/arm/info/at91sam7s256.cdef
bertos/cpu/arm/info/at91sam7x128.cdef
bertos/cpu/arm/info/at91sam7x256.cdef
bertos/cpu/avr/info/atmega103.cdef
bertos/cpu/avr/info/atmega128.cdef
bertos/cpu/avr/info/atmega1281.cdef
bertos/cpu/avr/info/atmega168.cdef
bertos/cpu/avr/info/atmega32.cdef
bertos/cpu/avr/info/atmega64.cdef
bertos/cpu/avr/info/atmega8.cdef

index 65009a3d7c45f8d4a4a50691d159c5d420751acb..8b893afbcbef0db58093d5bd8524cd3fd392ddf6 100644 (file)
 #
 #
 
-# Where are locate the bertos directories
-BERTOS_CPU_DIR = "bertos/cpu/"
-BERTOS_SCRIPT_DIR = BERTOS_CPU_DIR + "arm/script/"
-BERTOS_HW_DIR = BERTOS_CPU_DIR + "arm/hw/"
-
 # Type of the toolchain we should use to compile the source for this CPU.
 TOOLCHAIN = "arm"
 
@@ -55,8 +50,7 @@ C_FLAGS = []
 
 CPPA_FLAGS = []
 
-CPP_FLAGS = [ "-D__ARM_AT91SAM7S128__"
-             "-fverbose-asm"]
+CPP_FLAGS = []
 
 LD_FLAGS = [ "-nostartfiles",
             "-T " + BERTOS_SCRIPT_DIR + " at91sam7_128_rom.ld" 
@@ -65,8 +59,10 @@ LD_FLAGS = [ "-nostartfiles",
 CPPA_SRC = [ BERTOS_HW_DIR + "crtat91sam7_rom.S",
             BERTOS_HW_DIR + "switch_arm.S" ]
 
+# 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 = [adc, kdebug, pwm, ser, stepper, timer, twi]
+SUPPORTED_DRV = []
 
index 2186d387fcb4eba6773b33f08d26f5072c6f31cd..0ea8ae698538ee69eab6d897f30cd689160bd7ef 100644 (file)
 #
 #
 
-# Where are locate the bertos directories
-BERTOS_CPU_DIR = "bertos/cpu/"
-BERTOS_SCRIPT_DIR = BERTOS_CPU_DIR + "arm/script/"
-BERTOS_HW_DIR = BERTOS_CPU_DIR + "arm/hw/"
-
 # Type of the toolchain we should use to compile the source for this CPU.
 TOOLCHAIN = "arm"
 
@@ -55,8 +50,7 @@ C_FLAGS = []
 
 CPPA_FLAGS = []
 
-CPP_FLAGS = [ "-D__ARM_AT91SAM7S256__"
-             "-fverbose-asm"]
+CPP_FLAGS = []
 
 LD_FLAGS = [ "-nostartfiles",
             "-T " + BERTOS_SCRIPT_DIR + " at91sam7_256_rom.ld" 
@@ -68,5 +62,5 @@ CPPA_SRC = [ BERTOS_HW_DIR + "crtat91sam7_rom.S",
 PC_SRC = []
 
 # For this cpu BeRTOS support these driver: 
-SUPPORTED_DRV = [adc, kdebug, pwm, ser, stepper, timer, twi]
+SUPPORTED_DRV = []
 
index 0c08a296de6e8e99b095ef6e76c9e653f48b6f7b..645e5b6eee85cf0fa6651018214509070eb4a6bb 100644 (file)
 #
 #
 
-# Where are locate the bertos directories
-BERTOS_CPU_DIR = "bertos/cpu/"
-BERTOS_SCRIPT_DIR = BERTOS_CPU_DIR + "arm/script/"
-BERTOS_HW_DIR = BERTOS_CPU_DIR + "arm/hw/"
-
 # Type of the toolchain we should use to compile the source for this CPU.
 TOOLCHAIN = "arm"
 
@@ -55,8 +50,7 @@ C_FLAGS = []
 
 CPPA_FLAGS = []
 
-CPP_FLAGS = [ "-D__ARM_AT91SAM7X128__"
-             "-fverbose-asm"]
+CPP_FLAGS = []
 
 LD_FLAGS = [ "-nostartfiles",
             "-T " + BERTOS_SCRIPT_DIR + " at91sam7_128_rom.ld" 
@@ -68,5 +62,5 @@ CPPA_SRC = [ BERTOS_HW_DIR + "crtat91sam7_rom.S",
 PC_SRC = []
 
 # For this cpu BeRTOS support these driver: 
-SUPPORTED_DRV = [adc, kdebug, pwm, ser, stepper, timer, twi]
+SUPPORTED_DRV = []
 
index cdafb488515c5f7f866509b8746223c878987ad6..1d1d2bc91b33db70dd58cb8793da7ecf37ea39fb 100644 (file)
 #
 #
 
-# Where are locate the bertos directories
-BERTOS_CPU_DIR = "bertos/cpu/"
-BERTOS_SCRIPT_DIR = BERTOS_CPU_DIR + "arm/script/"
-BERTOS_HW_DIR = BERTOS_CPU_DIR + "arm/hw/"
-
 # Type of the toolchain we should use to compile the source for this CPU.
 TOOLCHAIN = "arm"
 
@@ -55,8 +50,7 @@ C_FLAGS = []
 
 CPPA_FLAGS = []
 
-CPP_FLAGS = [ "-D__ARM_AT91SAM7X256__"
-             "-fverbose-asm"]
+CPP_FLAGS = []
 
 LD_FLAGS = [ "-nostartfiles",
             "-T " + BERTOS_SCRIPT_DIR + " at91sam7_256_rom.ld" 
@@ -68,5 +62,5 @@ CPPA_SRC = [ BERTOS_HW_DIR + "crtat91sam7_rom.S",
 PC_SRC = []
 
 # For this cpu BeRTOS support these driver: 
-SUPPORTED_DRV = [adc, kdebug, pwm, ser, stepper, timer, twi]
+SUPPORTED_DRV = []
 
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 = []
 
index 5a5f77b64d5e5b264fdd150bf5f3de9d25cb5243..2489e695f1ee34d8c9a786db5e2160ad7d4c9705 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 = "atmega128"
 
-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 = []
 
index fe97cabe51e4f75b6bd6b118cacdecc9f306af50..644324e7d2438cc0fc10f176b344c34227a8e990 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 = "atmega1281"
 
-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 = []
 
index 268a1e78ebe826c8dd6235c14fbb6d053683d60d..5842f5f4b8a5fe8f0de51130825e51604c4cb4aa 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 = "atmega168"
 
-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 = []
 
index 126069cf1ddfc960261c10c45b8f9326e3031e6f..8f011d17c89563ba9e33793a5122354989fab335 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 = "atmega32"
 
-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 = []
 
index 8ed6d98aebdca8a7d5d9507ff8cc24ee2a403f2f..63eba9487d60591b66675aa15b4937b027e7d8d8 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 = "atmega64"
 
-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 = []
 
index 26891b8a83360692448656fbfe06a35511bd3fc5..0d4ec4249deb4ab621e4f8f3cc3a944dcb06fccf 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 = "atmega8"
 
-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 = []