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