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