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