Comply to avr cdef format.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 11 Dec 2008 18:18:31 +0000 (18:18 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 11 Dec 2008 18:18:31 +0000 (18:18 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2011 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

index 3cb51f64289119ac12de9da3b82139febf575412..65009a3d7c45f8d4a4a50691d159c5d420751acb 100644 (file)
@@ -51,6 +51,8 @@ TOOLCHAIN = "arm"
 # If we use the GCC compiler we should pass some flags. 
 CORE_CPU = "arm7tdmi"
 
+C_FLAGS = []
+
 CPPA_FLAGS = []
 
 CPP_FLAGS = [ "-D__ARM_AT91SAM7S128__"
@@ -63,6 +65,8 @@ LD_FLAGS = [ "-nostartfiles",
 CPPA_SRC = [ BERTOS_HW_DIR + "crtat91sam7_rom.S",
             BERTOS_HW_DIR + "switch_arm.S" ]
 
+PC_SRC = []
+
 # For this cpu BeRTOS support these driver: 
 SUPPORTED_DRV = [adc, kdebug, pwm, ser, stepper, timer, twi]
 
index 9906a7b29e94a7ec5687f79e5414ef37d4bf4520..2186d387fcb4eba6773b33f08d26f5072c6f31cd 100644 (file)
@@ -51,6 +51,8 @@ TOOLCHAIN = "arm"
 # If we use the GCC compiler we should pass some flags. 
 CORE_CPU = "arm7tdmi"
 
+C_FLAGS = []
+
 CPPA_FLAGS = []
 
 CPP_FLAGS = [ "-D__ARM_AT91SAM7S256__"
@@ -63,6 +65,8 @@ LD_FLAGS = [ "-nostartfiles",
 CPPA_SRC = [ BERTOS_HW_DIR + "crtat91sam7_rom.S",
             BERTOS_HW_DIR + "switch_arm.S" ]
 
+PC_SRC = []
+
 # For this cpu BeRTOS support these driver: 
 SUPPORTED_DRV = [adc, kdebug, pwm, ser, stepper, timer, twi]
 
index 8da02e28387ae749dc84bd16d7b0a82a3d017323..0c08a296de6e8e99b095ef6e76c9e653f48b6f7b 100644 (file)
@@ -51,6 +51,8 @@ TOOLCHAIN = "arm"
 # If we use the GCC compiler we should pass some flags. 
 CORE_CPU = "arm7tdmi"
 
+C_FLAGS = []
+
 CPPA_FLAGS = []
 
 CPP_FLAGS = [ "-D__ARM_AT91SAM7X128__"
@@ -63,6 +65,8 @@ LD_FLAGS = [ "-nostartfiles",
 CPPA_SRC = [ BERTOS_HW_DIR + "crtat91sam7_rom.S",
             BERTOS_HW_DIR + "switch_arm.S" ]
 
+PC_SRC = []
+
 # For this cpu BeRTOS support these driver: 
 SUPPORTED_DRV = [adc, kdebug, pwm, ser, stepper, timer, twi]
 
index bdfea26a4b3ca7269164442d9a2cd1ce12468bdd..cdafb488515c5f7f866509b8746223c878987ad6 100644 (file)
@@ -51,6 +51,8 @@ TOOLCHAIN = "arm"
 # If we use the GCC compiler we should pass some flags. 
 CORE_CPU = "arm7tdmi"
 
+C_FLAGS = []
+
 CPPA_FLAGS = []
 
 CPP_FLAGS = [ "-D__ARM_AT91SAM7X256__"
@@ -63,6 +65,8 @@ LD_FLAGS = [ "-nostartfiles",
 CPPA_SRC = [ BERTOS_HW_DIR + "crtat91sam7_rom.S",
             BERTOS_HW_DIR + "switch_arm.S" ]
 
+PC_SRC = []
+
 # For this cpu BeRTOS support these driver: 
 SUPPORTED_DRV = [adc, kdebug, pwm, ser, stepper, timer, twi]