Comply to avr cdef format.
[bertos.git] / bertos / cpu / arm / info / at91sam7s128.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]